Shades of Dark Goldenrod #C08110
Tints of Dark Goldenrod #C08110
RGB
CMYK
RGB Variations
Color information
#C08110 (or 0xC08110) is known color: Dark Goldenrod. HEX triplet: C0, 81 and 10. RGB value is (192,129,16). Sum of RGB (Red+Green+Blue) = 192+129+16=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C08110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08110 is #3F7EEF. Grayscale: #878787. Windows color (decimal): -4161264 or 1081792. OLE color: 1081792.
HSL color Cylindrical-coordinate representation of color #C08110: hue angle of 38.52º 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 #C08110 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 16 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.25 |
| HSL | 38.52º | 0.85% | 0.41% | - |
| HSV(B) | 38.52º | 0.92% | 0.75% | - |
| XYZ | 29.68 | 26.94 | 4.13 | - |
| YUV | 134.96 | 60.87 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 16 | 0 | 0.33 | 0.92 | 0.25 | 38.52 | 0.85 | 0.41 |
| Hex | C0 | 81 | 10 | 0 | 21 | 5C | 19 | 27 | 55 | 29 |
| Octal | 300 | 201 | 20 | 0 | 41 | 134 | 31 | 47 | 125 | 51 |
| Binary | 11000000 | 10000001 | 10000 | 0 | 100001 | 1011100 | 11001 | 100111 | 1010101 | 101001 |
Color Harmonies of #C08110
Complementary color
Monochromatic Colors of #C08110
Black with #C08110
Text Example
Text Example
White with #C08110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08110; }
p { color: rgb(192,129,16); }
H1.HeaderClassName
{
color: #C08110;
}
.AnyTagClassName
{
color: #C08110;
}
</style>
background-color css
<style>
a { background-color: #C08110; }
a { background-color: rgb(192,129,16); }
div.DivClassName
{
background-color: #C08110;
}
.BgClassName
{
background-color: #C08110;
}
</style>
border-color css
<style>
span { border-color: #C08110; }
span { border-color: rgb(192,129,16); }
td.TdClassName
{
border-color: #C08110;
}
.TagClassName
{
border-color: #C08110;
}
</style>