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