#C08B17

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

Shades of Dark Goldenrod #C08B17

Tints of Dark Goldenrod #C08B17

Color information

#C08B17 (or 0xC08B17) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 8B and 17. RGB value is (192,139,23). Sum of RGB (Red+Green+Blue) = 192+139+23=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08B17 is #3F74E8. Grayscale: #8E8E8E. Windows color (decimal): -4158697 or 1543104. OLE color: 1543104.

HSL color Cylindrical-coordinate representation of color #C08B17: hue angle of 41.18º 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 #C08B17 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB19213923-
CMYK00.280.880.25
HSL41.18º78.6%42.16%-
HSV(B)41.18º88.02%75.29%-
XYZ31.1329.734.91-
YUV141.6261.06163.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.24%
GREEN value IS 139 (54.69% from 255) = 39.27%
BLUE value IS 23 (9.38% from 255) = 6.50%
R=54.24%
G=39.27%
B=6.50%

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
Decimal1921392300.280.880.2541.1878.642.16
HexC08B1701C5819294f2a
Octal30021327034130315111752
Binary1100000010001011101110111001011000110011010011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08B17; }

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

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

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

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

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

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

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

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