Shades of Dark Goldenrod #C87C0C
Tints of Dark Goldenrod #C87C0C
RGB
CMYK
RGB Variations
Color information
#C87C0C (or 0xC87C0C) is known color: Dark Goldenrod. HEX triplet: C8, 7C and 0C. RGB value is (200,124,12). Sum of RGB (Red+Green+Blue) = 200+124+12=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87C0C is #3783F3. Grayscale: #868686. Windows color (decimal): -3638260 or 818376. OLE color: 818376.
HSL color Cylindrical-coordinate representation of color #C87C0C: hue angle of 35.74º 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 #C87C0C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 12 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.22 |
| HSL | 35.74º | 0.89% | 0.42% | - |
| HSV(B) | 35.74º | 0.94% | 0.78% | - |
| XYZ | 31.09 | 26.72 | 3.87 | - |
| YUV | 133.96 | 59.18 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 12 | 0 | 0.38 | 0.94 | 0.22 | 35.74 | 0.89 | 0.42 |
| Hex | C8 | 7C | C | 0 | 26 | 5E | 16 | 24 | 59 | 2A |
| Octal | 310 | 174 | 14 | 0 | 46 | 136 | 26 | 44 | 131 | 52 |
| Binary | 11001000 | 1111100 | 1100 | 0 | 100110 | 1011110 | 10110 | 100100 | 1011001 | 101010 |
Color Harmonies of #C87C0C
Complementary color
Monochromatic Colors of #C87C0C
Black with #C87C0C
Text Example
Text Example
White with #C87C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C0C; }
p { color: rgb(200,124,12); }
H1.HeaderClassName
{
color: #C87C0C;
}
.AnyTagClassName
{
color: #C87C0C;
}
</style>
background-color css
<style>
a { background-color: #C87C0C; }
a { background-color: rgb(200,124,12); }
div.DivClassName
{
background-color: #C87C0C;
}
.BgClassName
{
background-color: #C87C0C;
}
</style>
border-color css
<style>
span { border-color: #C87C0C; }
span { border-color: rgb(200,124,12); }
td.TdClassName
{
border-color: #C87C0C;
}
.TagClassName
{
border-color: #C87C0C;
}
</style>