Shades of Dark Goldenrod #C08310
Tints of Dark Goldenrod #C08310
RGB
CMYK
RGB Variations
Color information
#C08310 (or 0xC08310) is known color: Dark Goldenrod. HEX triplet: C0, 83 and 10. RGB value is (192,131,16). Sum of RGB (Red+Green+Blue) = 192+131+16=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C08310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08310 is #3F7CEF. Grayscale: #888888. Windows color (decimal): -4160752 or 1082304. OLE color: 1082304.
HSL color Cylindrical-coordinate representation of color #C08310: hue angle of 39.2º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C08310 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 131 | 16 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.25 |
| HSL | 39.2º | 0.85% | 0.41% | - |
| HSV(B) | 39.2º | 0.92% | 0.75% | - |
| XYZ | 29.95 | 27.48 | 4.22 | - |
| YUV | 136.13 | 60.21 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 16 | 0 | 0.32 | 0.92 | 0.25 | 39.2 | 0.85 | 0.41 |
| Hex | C0 | 83 | 10 | 0 | 20 | 5C | 19 | 27 | 55 | 29 |
| Octal | 300 | 203 | 20 | 0 | 40 | 134 | 31 | 47 | 125 | 51 |
| Binary | 11000000 | 10000011 | 10000 | 0 | 100000 | 1011100 | 11001 | 100111 | 1010101 | 101001 |
Color Harmonies of #C08310
Complementary color
Monochromatic Colors of #C08310
Black with #C08310
Text Example
Text Example
White with #C08310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08310; }
p { color: rgb(192,131,16); }
H1.HeaderClassName
{
color: #C08310;
}
.AnyTagClassName
{
color: #C08310;
}
</style>
background-color css
<style>
a { background-color: #C08310; }
a { background-color: rgb(192,131,16); }
div.DivClassName
{
background-color: #C08310;
}
.BgClassName
{
background-color: #C08310;
}
</style>
border-color css
<style>
span { border-color: #C08310; }
span { border-color: rgb(192,131,16); }
td.TdClassName
{
border-color: #C08310;
}
.TagClassName
{
border-color: #C08310;
}
</style>