Shades of Dark Goldenrod #C87F0C
Tints of Dark Goldenrod #C87F0C
RGB
CMYK
RGB Variations
Color information
#C87F0C (or 0xC87F0C) is known color: Dark Goldenrod. HEX triplet: C8, 7F and 0C. RGB value is (200,127,12). Sum of RGB (Red+Green+Blue) = 200+127+12=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87F0C is #3780F3. Grayscale: #888888. Windows color (decimal): -3637492 or 819144. OLE color: 819144.
HSL color Cylindrical-coordinate representation of color #C87F0C: hue angle of 36.7º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C87F0C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 12 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.22 |
| HSL | 36.7º | 0.89% | 0.42% | - |
| HSV(B) | 36.7º | 0.94% | 0.78% | - |
| XYZ | 31.48 | 27.48 | 3.99 | - |
| YUV | 135.72 | 58.18 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 12 | 0 | 0.36 | 0.94 | 0.22 | 36.7 | 0.89 | 0.42 |
| Hex | C8 | 7F | C | 0 | 24 | 5E | 16 | 25 | 59 | 2A |
| Octal | 310 | 177 | 14 | 0 | 44 | 136 | 26 | 45 | 131 | 52 |
| Binary | 11001000 | 1111111 | 1100 | 0 | 100100 | 1011110 | 10110 | 100101 | 1011001 | 101010 |
Color Harmonies of #C87F0C
Complementary color
Monochromatic Colors of #C87F0C
Black with #C87F0C
Text Example
Text Example
White with #C87F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87F0C; }
p { color: rgb(200,127,12); }
H1.HeaderClassName
{
color: #C87F0C;
}
.AnyTagClassName
{
color: #C87F0C;
}
</style>
background-color css
<style>
a { background-color: #C87F0C; }
a { background-color: rgb(200,127,12); }
div.DivClassName
{
background-color: #C87F0C;
}
.BgClassName
{
background-color: #C87F0C;
}
</style>
border-color css
<style>
span { border-color: #C87F0C; }
span { border-color: rgb(200,127,12); }
td.TdClassName
{
border-color: #C87F0C;
}
.TagClassName
{
border-color: #C87F0C;
}
</style>