#C29408

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

Shades of Dark Goldenrod #C29408

Tints of Dark Goldenrod #C29408

Color information

#C29408 (or 0xC29408) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 94 and 08. RGB value is (194,148,8). Sum of RGB (Red+Green+Blue) = 194+148+8=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C29408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29408 is #3D6BF7. Grayscale: #929292. Windows color (decimal): -4025336 or 562370. OLE color: 562370.

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

Color convert

RGB1941488-
CMYK00.240.960.24
HSL45.16º92.08%39.61%-
HSV(B)45.16º95.88%76.08%-
XYZ32.8832.674.8-
YUV145.7950.24162.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.43%
GREEN value IS 148 (58.20% from 255) = 42.29%
BLUE value IS 8 (3.52% from 255) = 2.29%
R=55.43%
G=42.29%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194148800.240.960.2445.1692.0839.61
HexC294801860182d5c28
Octal30222410030140305513450
Binary110000101001010010000110001100000110001011011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29408; }

 p { color: rgb(194,148,8); }

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

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

 a { background-color: rgb(194,148,8); }

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

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

 span { border-color: rgb(194,148,8); }

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