Shades of Dark Goldenrod #C87C04
Tints of Dark Goldenrod #C87C04
RGB
CMYK
RGB Variations
Color information
#C87C04 (or 0xC87C04) is known color: Dark Goldenrod. HEX triplet: C8, 7C and 04. RGB value is (200,124,4). Sum of RGB (Red+Green+Blue) = 200+124+4=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87C04 is #3783FB. Grayscale: #858585. Windows color (decimal): -3638268 or 294088. OLE color: 294088.
HSL color Cylindrical-coordinate representation of color #C87C04: hue angle of 36.73º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C87C04 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.22 |
| HSL | 36.73º | 0.96% | 0.4% | - |
| HSV(B) | 36.73º | 0.98% | 0.78% | - |
| XYZ | 31.05 | 26.7 | 3.63 | - |
| YUV | 133.04 | 55.18 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 4 | 0 | 0.38 | 0.98 | 0.22 | 36.73 | 0.96 | 0.4 |
| Hex | C8 | 7C | 4 | 0 | 26 | 62 | 16 | 25 | 60 | 28 |
| Octal | 310 | 174 | 4 | 0 | 46 | 142 | 26 | 45 | 140 | 50 |
| Binary | 11001000 | 1111100 | 100 | 0 | 100110 | 1100010 | 10110 | 100101 | 1100000 | 101000 |
Color Harmonies of #C87C04
Complementary color
Monochromatic Colors of #C87C04
Black with #C87C04
Text Example
Text Example
White with #C87C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C04; }
p { color: rgb(200,124,4); }
H1.HeaderClassName
{
color: #C87C04;
}
.AnyTagClassName
{
color: #C87C04;
}
</style>
background-color css
<style>
a { background-color: #C87C04; }
a { background-color: rgb(200,124,4); }
div.DivClassName
{
background-color: #C87C04;
}
.BgClassName
{
background-color: #C87C04;
}
</style>
border-color css
<style>
span { border-color: #C87C04; }
span { border-color: rgb(200,124,4); }
td.TdClassName
{
border-color: #C87C04;
}
.TagClassName
{
border-color: #C87C04;
}
</style>