Shades of Dark Goldenrod #C87E05
Tints of Dark Goldenrod #C87E05
RGB
CMYK
RGB Variations
Color information
#C87E05 (or 0xC87E05) is known color: Dark Goldenrod. HEX triplet: C8, 7E and 05. RGB value is (200,126,5). Sum of RGB (Red+Green+Blue) = 200+126+5=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87E05 is #3781FA. Grayscale: #868686. Windows color (decimal): -3637755 or 360136. OLE color: 360136.
HSL color Cylindrical-coordinate representation of color #C87E05: hue angle of 37.23º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C87E05 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 5 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.22 |
| HSL | 37.23º | 0.95% | 0.4% | - |
| HSV(B) | 37.23º | 0.98% | 0.78% | - |
| XYZ | 31.31 | 27.21 | 3.75 | - |
| YUV | 134.33 | 55.02 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 5 | 0 | 0.37 | 0.98 | 0.22 | 37.23 | 0.95 | 0.4 |
| Hex | C8 | 7E | 5 | 0 | 25 | 62 | 16 | 25 | 5F | 28 |
| Octal | 310 | 176 | 5 | 0 | 45 | 142 | 26 | 45 | 137 | 50 |
| Binary | 11001000 | 1111110 | 101 | 0 | 100101 | 1100010 | 10110 | 100101 | 1011111 | 101000 |
Color Harmonies of #C87E05
Complementary color
Monochromatic Colors of #C87E05
Black with #C87E05
Text Example
Text Example
White with #C87E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E05; }
p { color: rgb(200,126,5); }
H1.HeaderClassName
{
color: #C87E05;
}
.AnyTagClassName
{
color: #C87E05;
}
</style>
background-color css
<style>
a { background-color: #C87E05; }
a { background-color: rgb(200,126,5); }
div.DivClassName
{
background-color: #C87E05;
}
.BgClassName
{
background-color: #C87E05;
}
</style>
border-color css
<style>
span { border-color: #C87E05; }
span { border-color: rgb(200,126,5); }
td.TdClassName
{
border-color: #C87E05;
}
.TagClassName
{
border-color: #C87E05;
}
</style>