Shades of Dark Goldenrod #C87E06
Tints of Dark Goldenrod #C87E06
RGB
CMYK
RGB Variations
Color information
#C87E06 (or 0xC87E06) is known color: Dark Goldenrod. HEX triplet: C8, 7E and 06. RGB value is (200,126,6). Sum of RGB (Red+Green+Blue) = 200+126+6=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87E06 is #3781F9. Grayscale: #868686. Windows color (decimal): -3637754 or 425672. OLE color: 425672.
HSL color Cylindrical-coordinate representation of color #C87E06: hue angle of 37.11º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C87E06 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 6 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.22 |
| HSL | 37.11º | 0.94% | 0.4% | - |
| HSV(B) | 37.11º | 0.97% | 0.78% | - |
| XYZ | 31.31 | 27.21 | 3.77 | - |
| YUV | 134.45 | 55.52 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 6 | 0 | 0.37 | 0.97 | 0.22 | 37.11 | 0.94 | 0.4 |
| Hex | C8 | 7E | 6 | 0 | 25 | 61 | 16 | 25 | 5E | 28 |
| Octal | 310 | 176 | 6 | 0 | 45 | 141 | 26 | 45 | 136 | 50 |
| Binary | 11001000 | 1111110 | 110 | 0 | 100101 | 1100001 | 10110 | 100101 | 1011110 | 101000 |
Color Harmonies of #C87E06
Complementary color
Monochromatic Colors of #C87E06
Black with #C87E06
Text Example
Text Example
White with #C87E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E06; }
p { color: rgb(200,126,6); }
H1.HeaderClassName
{
color: #C87E06;
}
.AnyTagClassName
{
color: #C87E06;
}
</style>
background-color css
<style>
a { background-color: #C87E06; }
a { background-color: rgb(200,126,6); }
div.DivClassName
{
background-color: #C87E06;
}
.BgClassName
{
background-color: #C87E06;
}
</style>
border-color css
<style>
span { border-color: #C87E06; }
span { border-color: rgb(200,126,6); }
td.TdClassName
{
border-color: #C87E06;
}
.TagClassName
{
border-color: #C87E06;
}
</style>