Shades of Dark Goldenrod #C87E08
Tints of Dark Goldenrod #C87E08
RGB
CMYK
RGB Variations
Color information
#C87E08 (or 0xC87E08) is known color: Dark Goldenrod. HEX triplet: C8, 7E and 08. RGB value is (200,126,8). Sum of RGB (Red+Green+Blue) = 200+126+8=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87E08 is #3781F7. Grayscale: #878787. Windows color (decimal): -3637752 or 556744. OLE color: 556744.
HSL color Cylindrical-coordinate representation of color #C87E08: hue angle of 36.88º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C87E08 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 8 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.22 |
| HSL | 36.88º | 0.92% | 0.41% | - |
| HSV(B) | 36.88º | 0.96% | 0.78% | - |
| XYZ | 31.32 | 27.22 | 3.83 | - |
| YUV | 134.67 | 56.52 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 8 | 0 | 0.37 | 0.96 | 0.22 | 36.88 | 0.92 | 0.41 |
| Hex | C8 | 7E | 8 | 0 | 25 | 60 | 16 | 25 | 5C | 29 |
| Octal | 310 | 176 | 10 | 0 | 45 | 140 | 26 | 45 | 134 | 51 |
| Binary | 11001000 | 1111110 | 1000 | 0 | 100101 | 1100000 | 10110 | 100101 | 1011100 | 101001 |
Color Harmonies of #C87E08
Complementary color
Monochromatic Colors of #C87E08
Black with #C87E08
Text Example
Text Example
White with #C87E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E08; }
p { color: rgb(200,126,8); }
H1.HeaderClassName
{
color: #C87E08;
}
.AnyTagClassName
{
color: #C87E08;
}
</style>
background-color css
<style>
a { background-color: #C87E08; }
a { background-color: rgb(200,126,8); }
div.DivClassName
{
background-color: #C87E08;
}
.BgClassName
{
background-color: #C87E08;
}
</style>
border-color css
<style>
span { border-color: #C87E08; }
span { border-color: rgb(200,126,8); }
td.TdClassName
{
border-color: #C87E08;
}
.TagClassName
{
border-color: #C87E08;
}
</style>