Shades of Dark Goldenrod #C87F00
Tints of Dark Goldenrod #C87F00
RGB
CMYK
RGB Variations
Color information
#C87F00 (or 0xC87F00) is known color: Dark Goldenrod. HEX triplet: C8, 7F and 00. RGB value is (200,127,0). Sum of RGB (Red+Green+Blue) = 200+127+0=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87F00 is #3780FF. Grayscale: #868686. Windows color (decimal): -3637504 or 32712. OLE color: 32712.
HSL color Cylindrical-coordinate representation of color #C87F00: hue angle of 38.1º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C87F00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.22 |
| HSL | 38.1º | 1% | 0.39% | - |
| HSV(B) | 38.1º | 1% | 0.78% | - |
| XYZ | 31.41 | 27.46 | 3.64 | - |
| YUV | 134.35 | 52.18 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 0 | 0 | 0.36 | 1 | 0.22 | 38.1 | 1 | 0.39 |
| Hex | C8 | 7F | 0 | 0 | 24 | 64 | 16 | 26 | 64 | 27 |
| Octal | 310 | 177 | 0 | 0 | 44 | 144 | 26 | 46 | 144 | 47 |
| Binary | 11001000 | 1111111 | 0 | 0 | 100100 | 1100100 | 10110 | 100110 | 1100100 | 100111 |
Color Harmonies of #C87F00
Complementary color
Monochromatic Colors of #C87F00
Black with #C87F00
Text Example
Text Example
White with #C87F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87F00; }
p { color: rgb(200,127,0); }
H1.HeaderClassName
{
color: #C87F00;
}
.AnyTagClassName
{
color: #C87F00;
}
</style>
background-color css
<style>
a { background-color: #C87F00; }
a { background-color: rgb(200,127,0); }
div.DivClassName
{
background-color: #C87F00;
}
.BgClassName
{
background-color: #C87F00;
}
</style>
border-color css
<style>
span { border-color: #C87F00; }
span { border-color: rgb(200,127,0); }
td.TdClassName
{
border-color: #C87F00;
}
.TagClassName
{
border-color: #C87F00;
}
</style>