Shades of Dark Goldenrod #C87E02
Tints of Dark Goldenrod #C87E02
RGB
CMYK
RGB Variations
Color information
#C87E02 (or 0xC87E02) is known color: Dark Goldenrod. HEX triplet: C8, 7E and 02. RGB value is (200,126,2). Sum of RGB (Red+Green+Blue) = 200+126+2=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87E02 is #3781FD. Grayscale: #868686. Windows color (decimal): -3637758 or 163528. OLE color: 163528.
HSL color Cylindrical-coordinate representation of color #C87E02: hue angle of 37.58º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C87E02 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.22 |
| HSL | 37.58º | 0.98% | 0.4% | - |
| HSV(B) | 37.58º | 0.99% | 0.78% | - |
| XYZ | 31.29 | 27.21 | 3.66 | - |
| YUV | 133.99 | 53.52 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 2 | 0 | 0.37 | 0.99 | 0.22 | 37.58 | 0.98 | 0.4 |
| Hex | C8 | 7E | 2 | 0 | 25 | 63 | 16 | 26 | 62 | 28 |
| Octal | 310 | 176 | 2 | 0 | 45 | 143 | 26 | 46 | 142 | 50 |
| Binary | 11001000 | 1111110 | 10 | 0 | 100101 | 1100011 | 10110 | 100110 | 1100010 | 101000 |
Color Harmonies of #C87E02
Complementary color
Monochromatic Colors of #C87E02
Black with #C87E02
Text Example
Text Example
White with #C87E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E02; }
p { color: rgb(200,126,2); }
H1.HeaderClassName
{
color: #C87E02;
}
.AnyTagClassName
{
color: #C87E02;
}
</style>
background-color css
<style>
a { background-color: #C87E02; }
a { background-color: rgb(200,126,2); }
div.DivClassName
{
background-color: #C87E02;
}
.BgClassName
{
background-color: #C87E02;
}
</style>
border-color css
<style>
span { border-color: #C87E02; }
span { border-color: rgb(200,126,2); }
td.TdClassName
{
border-color: #C87E02;
}
.TagClassName
{
border-color: #C87E02;
}
</style>