#C29004

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

Shades of Dark Goldenrod #C29004

Tints of Dark Goldenrod #C29004

Color information

#C29004 (or 0xC29004) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 90 and 04. RGB value is (194,144,4). Sum of RGB (Red+Green+Blue) = 194+144+4=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C29004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29004 is #3D6FFB. Grayscale: #8F8F8F. Windows color (decimal): -4026364 or 299202. OLE color: 299202.

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

Color convert

RGB1941444-
CMYK00.260.980.24
HSL44.21º95.96%38.82%-
HSV(B)44.21º97.94%76.08%-
XYZ32.2431.424.48-
YUV142.9949.56164.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.73%
GREEN value IS 144 (56.64% from 255) = 42.11%
BLUE value IS 4 (1.95% from 255) = 1.17%
R=56.73%
G=42.11%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194144400.260.980.2444.2195.9638.82
HexC290401A62182c6027
Octal3022204032142305414047
Binary11000010100100001000110101100010110001011001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29004; }

 p { color: rgb(194,144,4); }

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

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

 a { background-color: rgb(194,144,4); }

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

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

 span { border-color: rgb(194,144,4); }

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