#C49204

Color #C49204 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #C49204

Tints of Dark Goldenrod #C49204

Color information

#C49204 (or 0xC49204) is unknown color: approx Dark Goldenrod. HEX triplet: C4, 92 and 04. RGB value is (196,146,4). Sum of RGB (Red+Green+Blue) = 196+146+4=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C49204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49204 is #3B6DFB. Grayscale: #919191. Windows color (decimal): -3894780 or 299716. OLE color: 299716.

HSL color Cylindrical-coordinate representation of color #C49204: hue angle of 44.38º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C49204 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB1961464-
CMYK00.260.980.23
HSL44.38º96%39.22%-
HSV(B)44.38º97.96%76.86%-
XYZ33.0732.34.61-
YUV144.7648.56164.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.65%
GREEN value IS 146 (57.42% from 255) = 42.20%
BLUE value IS 4 (1.95% from 255) = 1.16%
R=56.65%
G=42.20%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196146400.260.980.2344.389639.22
HexC492401A62172c6027
Octal3042224032142275414047
Binary11000100100100101000110101100010101111011001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49204; }

 p { color: rgb(196,146,4); }

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

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

 a { background-color: rgb(196,146,4); }

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

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

 span { border-color: rgb(196,146,4); }

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