#C09013

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

Shades of Dark Goldenrod #C09013

Tints of Dark Goldenrod #C09013

Color information

#C09013 (or 0xC09013) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 90 and 13. RGB value is (192,144,19). Sum of RGB (Red+Green+Blue) = 192+144+19=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C09013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09013 is #3F6FEC. Grayscale: #909090. Windows color (decimal): -4157421 or 1282240. OLE color: 1282240.

HSL color Cylindrical-coordinate representation of color #C09013: hue angle of 43.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C09013 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB19214419-
CMYK00.250.900.25
HSL43.35º81.99%41.37%-
HSV(B)43.35º90.1%75.29%-
XYZ31.8331.24.96-
YUV144.157.4162.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.08%
GREEN value IS 144 (56.64% from 255) = 40.56%
BLUE value IS 19 (7.81% from 255) = 5.35%
R=54.08%
G=40.56%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921441900.250.900.2543.3581.9941.37
HexC090130195A192b5229
Octal30022023031132315312251
Binary1100000010010000100110110011011010110011010111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09013; }

 p { color: rgb(192,144,19); }

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

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

 a { background-color: rgb(192,144,19); }

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

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

 span { border-color: rgb(192,144,19); }

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