Shades of Dark Goldenrod #C08117
Tints of Dark Goldenrod #C08117
RGB
CMYK
RGB Variations
Color information
#C08117 (or 0xC08117) is known color: Dark Goldenrod. HEX triplet: C0, 81 and 17. RGB value is (192,129,23). Sum of RGB (Red+Green+Blue) = 192+129+23=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C08117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08117 is #3F7EE8. Grayscale: #888888. Windows color (decimal): -4161257 or 1540544. OLE color: 1540544.
HSL color Cylindrical-coordinate representation of color #C08117: hue angle of 37.63º 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 #C08117 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 23 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.25 |
| HSL | 37.63º | 0.79% | 0.42% | - |
| HSV(B) | 37.63º | 0.88% | 0.75% | - |
| XYZ | 29.74 | 26.97 | 4.45 | - |
| YUV | 135.75 | 64.37 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 23 | 0 | 0.33 | 0.88 | 0.25 | 37.63 | 0.79 | 0.42 |
| Hex | C0 | 81 | 17 | 0 | 21 | 58 | 19 | 26 | 4F | 2A |
| Octal | 300 | 201 | 27 | 0 | 41 | 130 | 31 | 46 | 117 | 52 |
| Binary | 11000000 | 10000001 | 10111 | 0 | 100001 | 1011000 | 11001 | 100110 | 1001111 | 101010 |
Color Harmonies of #C08117
Complementary color
Monochromatic Colors of #C08117
Black with #C08117
Text Example
Text Example
White with #C08117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08117; }
p { color: rgb(192,129,23); }
H1.HeaderClassName
{
color: #C08117;
}
.AnyTagClassName
{
color: #C08117;
}
</style>
background-color css
<style>
a { background-color: #C08117; }
a { background-color: rgb(192,129,23); }
div.DivClassName
{
background-color: #C08117;
}
.BgClassName
{
background-color: #C08117;
}
</style>
border-color css
<style>
span { border-color: #C08117; }
span { border-color: rgb(192,129,23); }
td.TdClassName
{
border-color: #C08117;
}
.TagClassName
{
border-color: #C08117;
}
</style>