Shades of Dark Goldenrod #C87F0E
Tints of Dark Goldenrod #C87F0E
RGB
CMYK
RGB Variations
Color information
#C87F0E (or 0xC87F0E) is known color: Dark Goldenrod. HEX triplet: C8, 7F and 0E. RGB value is (200,127,14). Sum of RGB (Red+Green+Blue) = 200+127+14=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87F0E is #3780F1. Grayscale: #888888. Windows color (decimal): -3637490 or 950216. OLE color: 950216.
HSL color Cylindrical-coordinate representation of color #C87F0E: hue angle of 36.45º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C87F0E is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 14 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.22 |
| HSL | 36.45º | 0.87% | 0.42% | - |
| HSV(B) | 36.45º | 0.93% | 0.78% | - |
| XYZ | 31.49 | 27.49 | 4.06 | - |
| YUV | 135.95 | 59.18 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 14 | 0 | 0.36 | 0.93 | 0.22 | 36.45 | 0.87 | 0.42 |
| Hex | C8 | 7F | E | 0 | 24 | 5D | 16 | 24 | 57 | 2A |
| Octal | 310 | 177 | 16 | 0 | 44 | 135 | 26 | 44 | 127 | 52 |
| Binary | 11001000 | 1111111 | 1110 | 0 | 100100 | 1011101 | 10110 | 100100 | 1010111 | 101010 |
Color Harmonies of #C87F0E
Complementary color
Monochromatic Colors of #C87F0E
Black with #C87F0E
Text Example
Text Example
White with #C87F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87F0E; }
p { color: rgb(200,127,14); }
H1.HeaderClassName
{
color: #C87F0E;
}
.AnyTagClassName
{
color: #C87F0E;
}
</style>
background-color css
<style>
a { background-color: #C87F0E; }
a { background-color: rgb(200,127,14); }
div.DivClassName
{
background-color: #C87F0E;
}
.BgClassName
{
background-color: #C87F0E;
}
</style>
border-color css
<style>
span { border-color: #C87F0E; }
span { border-color: rgb(200,127,14); }
td.TdClassName
{
border-color: #C87F0E;
}
.TagClassName
{
border-color: #C87F0E;
}
</style>