#C99008

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

Shades of Dark Goldenrod #C99008

Tints of Dark Goldenrod #C99008

Color information

#C99008 (or 0xC99008) is unknown color: approx Dark Goldenrod. HEX triplet: C9, 90 and 08. RGB value is (201,144,8). Sum of RGB (Red+Green+Blue) = 201+144+8=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C99008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99008 is #366FF7. Grayscale: #929292. Windows color (decimal): -3567608 or 561353. OLE color: 561353.

HSL color Cylindrical-coordinate representation of color #C99008: hue angle of 42.28º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C99008 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB2011448-
CMYK00.280.960.21
HSL42.28º92.34%40.98%-
HSV(B)42.28º96.02%78.82%-
XYZ34.132.384.68-
YUV145.5450.38167.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.94%
GREEN value IS 144 (56.64% from 255) = 40.79%
BLUE value IS 8 (3.52% from 255) = 2.27%
R=56.94%
G=40.79%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201144800.280.960.2142.2892.3440.98
HexC990801C60152a5c29
Octal31122010034140255213451
Binary110010011001000010000111001100000101011010101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99008; }

 p { color: rgb(201,144,8); }

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

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

 a { background-color: rgb(201,144,8); }

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

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

 span { border-color: rgb(201,144,8); }

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