Shades of Dark Goldenrod #C08B17
Tints of Dark Goldenrod #C08B17
RGB
CMYK
RGB Variations
Color information
#C08B17 (or 0xC08B17) is known color: 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
| RGB | 192 | 139 | 23 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.25 |
| HSL | 41.18º | 0.79% | 0.42% | - |
| HSV(B) | 41.18º | 0.88% | 0.75% | - |
| XYZ | 31.13 | 29.73 | 4.91 | - |
| YUV | 141.62 | 61.06 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 23 | 0 | 0.28 | 0.88 | 0.25 | 41.18 | 0.79 | 0.42 |
| Hex | C0 | 8B | 17 | 0 | 1C | 58 | 19 | 29 | 4F | 2A |
| Octal | 300 | 213 | 27 | 0 | 34 | 130 | 31 | 51 | 117 | 52 |
| Binary | 11000000 | 10001011 | 10111 | 0 | 11100 | 1011000 | 11001 | 101001 | 1001111 | 101010 |
Color Harmonies of #C08B17
Complementary color
Monochromatic Colors of #C08B17
Black with #C08B17
Text Example
Text Example
White with #C08B17
Text Example
Text Example
HTML Codes & Css Web 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>