Shades of Dark Goldenrod #C08805
Tints of Dark Goldenrod #C08805
RGB
CMYK
RGB Variations
Color information
#C08805 (or 0xC08805) is known color: Dark Goldenrod. HEX triplet: C0, 88 and 05. RGB value is (192,136,5). Sum of RGB (Red+Green+Blue) = 192+136+5=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C08805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08805 is #3F77FA. Grayscale: #8A8A8A. Windows color (decimal): -4159483 or 362688. OLE color: 362688.
HSL color Cylindrical-coordinate representation of color #C08805: hue angle of 42.03º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C08805 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 5 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.25 |
| HSL | 42.03º | 0.95% | 0.39% | - |
| HSV(B) | 42.03º | 0.97% | 0.75% | - |
| XYZ | 30.57 | 28.83 | 4.1 | - |
| YUV | 137.81 | 53.05 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 5 | 0 | 0.29 | 0.97 | 0.25 | 42.03 | 0.95 | 0.39 |
| Hex | C0 | 88 | 5 | 0 | 1D | 61 | 19 | 2A | 5F | 27 |
| Octal | 300 | 210 | 5 | 0 | 35 | 141 | 31 | 52 | 137 | 47 |
| Binary | 11000000 | 10001000 | 101 | 0 | 11101 | 1100001 | 11001 | 101010 | 1011111 | 100111 |
Color Harmonies of #C08805
Complementary color
Monochromatic Colors of #C08805
Black with #C08805
Text Example
Text Example
White with #C08805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08805; }
p { color: rgb(192,136,5); }
H1.HeaderClassName
{
color: #C08805;
}
.AnyTagClassName
{
color: #C08805;
}
</style>
background-color css
<style>
a { background-color: #C08805; }
a { background-color: rgb(192,136,5); }
div.DivClassName
{
background-color: #C08805;
}
.BgClassName
{
background-color: #C08805;
}
</style>
border-color css
<style>
span { border-color: #C08805; }
span { border-color: rgb(192,136,5); }
td.TdClassName
{
border-color: #C08805;
}
.TagClassName
{
border-color: #C08805;
}
</style>