#C08A17

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

Shades of Dark Goldenrod #C08A17

Tints of Dark Goldenrod #C08A17

Color information

#C08A17 (or 0xC08A17) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 8A and 17. RGB value is (192,138,23). Sum of RGB (Red+Green+Blue) = 192+138+23=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08A17 is #3F75E8. Grayscale: #8D8D8D. Windows color (decimal): -4158953 or 1542848. OLE color: 1542848.

HSL color Cylindrical-coordinate representation of color #C08A17: hue angle of 40.83º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C08A17 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB19213823-
CMYK00.280.880.25
HSL40.83º78.6%42.16%-
HSV(B)40.83º88.02%75.29%-
XYZ30.9829.454.86-
YUV141.0461.39164.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.39%
GREEN value IS 138 (54.30% from 255) = 39.09%
BLUE value IS 23 (9.38% from 255) = 6.52%
R=54.39%
G=39.09%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921382300.280.880.2540.8378.642.16
HexC08A1701C5819294f2a
Octal30021227034130315111752
Binary1100000010001010101110111001011000110011010011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08A17; }

 p { color: rgb(192,138,23); }

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

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

 a { background-color: rgb(192,138,23); }

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

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

 span { border-color: rgb(192,138,23); }

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