#C7B822

Color #C7B822 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #C7B822

Tints of Bird Flower #C7B822

Color information

#C7B822 (or 0xC7B822) is unknown color: approx Bird Flower. HEX triplet: C7, B8 and 22. RGB value is (199,184,34). Sum of RGB (Red+Green+Blue) = 199+184+34=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 34 (13.67% from 255 or 8.15% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B822 is #3847DD. Grayscale: #ACACAC. Windows color (decimal): -3688414 or 2275527. OLE color: 2275527.

HSL color Cylindrical-coordinate representation of color #C7B822: hue angle of 54.55º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7B822 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB19918434-
CMYK00.080.830.22
HSL54.55º70.82%45.69%-
HSV(B)54.55º82.91%78.04%-
XYZ40.9846.548.34-
YUV171.3850.47147.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 47.72%
GREEN value IS 184 (72.27% from 255) = 44.12%
BLUE value IS 34 (13.67% from 255) = 8.15%
R=47.72%
G=44.12%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991843400.080.830.2254.5570.8245.69
HexC7B82208531637472e
Octal30727042010123266710756
Binary1100011110111000100010010001010011101101101111000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B822; }

 p { color: rgb(199,184,34); }

 H1.HeaderClassName
 {
   color: #C7B822;
 }
 .AnyTagClassName
 {
   color: #C7B822;
 }
</style>
background-color css

<style>
 a { background-color: #C7B822; }

 a { background-color: rgb(199,184,34); }

 div.DivClassName
 {
   background-color: #C7B822;
 }
 .BgClassName
 {
   background-color: #C7B822;
 }
</style>
border-color css

<style>
 span { border-color: #C7B822; }

 span { border-color: rgb(199,184,34); }

 td.TdClassName
 {
   border-color: #C7B822;
 }
 .TagClassName
 {
   border-color: #C7B822;
 }
</style>