Shades of Dark Goldenrod #C08317
Tints of Dark Goldenrod #C08317
RGB
CMYK
RGB Variations
Color information
#C08317 (or 0xC08317) is known color: Dark Goldenrod. HEX triplet: C0, 83 and 17. RGB value is (192,131,23). Sum of RGB (Red+Green+Blue) = 192+131+23=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C08317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08317 is #3F7CE8. Grayscale: #898989. Windows color (decimal): -4160745 or 1541056. OLE color: 1541056.
HSL color Cylindrical-coordinate representation of color #C08317: hue angle of 38.34º 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 #C08317 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 131 | 23 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.25 |
| HSL | 38.34º | 0.79% | 0.42% | - |
| HSV(B) | 38.34º | 0.88% | 0.75% | - |
| XYZ | 30.01 | 27.5 | 4.54 | - |
| YUV | 136.93 | 63.71 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 23 | 0 | 0.32 | 0.88 | 0.25 | 38.34 | 0.79 | 0.42 |
| Hex | C0 | 83 | 17 | 0 | 20 | 58 | 19 | 26 | 4F | 2A |
| Octal | 300 | 203 | 27 | 0 | 40 | 130 | 31 | 46 | 117 | 52 |
| Binary | 11000000 | 10000011 | 10111 | 0 | 100000 | 1011000 | 11001 | 100110 | 1001111 | 101010 |
Color Harmonies of #C08317
Complementary color
Monochromatic Colors of #C08317
Black with #C08317
Text Example
Text Example
White with #C08317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08317; }
p { color: rgb(192,131,23); }
H1.HeaderClassName
{
color: #C08317;
}
.AnyTagClassName
{
color: #C08317;
}
</style>
background-color css
<style>
a { background-color: #C08317; }
a { background-color: rgb(192,131,23); }
div.DivClassName
{
background-color: #C08317;
}
.BgClassName
{
background-color: #C08317;
}
</style>
border-color css
<style>
span { border-color: #C08317; }
span { border-color: rgb(192,131,23); }
td.TdClassName
{
border-color: #C08317;
}
.TagClassName
{
border-color: #C08317;
}
</style>