Shades of Dark Goldenrod #C08706
Tints of Dark Goldenrod #C08706
RGB
CMYK
RGB Variations
Color information
#C08706 (or 0xC08706) is known color: Dark Goldenrod. HEX triplet: C0, 87 and 06. RGB value is (192,135,6). Sum of RGB (Red+Green+Blue) = 192+135+6=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C08706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08706 is #3F78F9. Grayscale: #898989. Windows color (decimal): -4159738 or 427968. OLE color: 427968.
HSL color Cylindrical-coordinate representation of color #C08706: hue angle of 41.61º degrees, saturation: 0.94, 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 #C08706 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 6 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.25 |
| HSL | 41.61º | 0.94% | 0.39% | - |
| HSV(B) | 41.61º | 0.97% | 0.75% | - |
| XYZ | 30.44 | 28.55 | 4.08 | - |
| YUV | 137.34 | 53.88 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 6 | 0 | 0.30 | 0.97 | 0.25 | 41.61 | 0.94 | 0.39 |
| Hex | C0 | 87 | 6 | 0 | 1E | 61 | 19 | 2A | 5E | 27 |
| Octal | 300 | 207 | 6 | 0 | 36 | 141 | 31 | 52 | 136 | 47 |
| Binary | 11000000 | 10000111 | 110 | 0 | 11110 | 1100001 | 11001 | 101010 | 1011110 | 100111 |
Color Harmonies of #C08706
Complementary color
Monochromatic Colors of #C08706
Black with #C08706
Text Example
Text Example
White with #C08706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08706; }
p { color: rgb(192,135,6); }
H1.HeaderClassName
{
color: #C08706;
}
.AnyTagClassName
{
color: #C08706;
}
</style>
background-color css
<style>
a { background-color: #C08706; }
a { background-color: rgb(192,135,6); }
div.DivClassName
{
background-color: #C08706;
}
.BgClassName
{
background-color: #C08706;
}
</style>
border-color css
<style>
span { border-color: #C08706; }
span { border-color: rgb(192,135,6); }
td.TdClassName
{
border-color: #C08706;
}
.TagClassName
{
border-color: #C08706;
}
</style>