#C99011

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

Shades of Dark Goldenrod #C99011

Tints of Dark Goldenrod #C99011

Color information

#C99011 (or 0xC99011) is unknown color: approx Dark Goldenrod. HEX triplet: C9, 90 and 11. RGB value is (201,144,17). Sum of RGB (Red+Green+Blue) = 201+144+17=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C99011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99011 is #366FEE. Grayscale: #939393. Windows color (decimal): -3567599 or 1151177. OLE color: 1151177.

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

Color convert

RGB20114417-
CMYK00.280.920.21
HSL41.41º84.4%42.75%-
HSV(B)41.41º91.54%78.82%-
XYZ34.1632.44.98-
YUV146.5654.88166.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.52%
GREEN value IS 144 (56.64% from 255) = 39.78%
BLUE value IS 17 (7.03% from 255) = 4.70%
R=55.52%
G=39.78%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011441700.280.920.2141.4184.442.75
HexC9901101C5C1529542b
Octal31122021034134255112453
Binary1100100110010000100010111001011100101011010011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99011; }

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

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

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

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

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

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

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

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