Shades of Dark Goldenrod #C87E10
Tints of Dark Goldenrod #C87E10
RGB
CMYK
RGB Variations
Color information
#C87E10 (or 0xC87E10) is known color: Dark Goldenrod. HEX triplet: C8, 7E and 10. RGB value is (200,126,16). Sum of RGB (Red+Green+Blue) = 200+126+16=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87E10 is #3781EF. Grayscale: #888888. Windows color (decimal): -3637744 or 1081032. OLE color: 1081032.
HSL color Cylindrical-coordinate representation of color #C87E10: hue angle of 35.87º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C87E10 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 16 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.22 |
| HSL | 35.87º | 0.85% | 0.42% | - |
| HSV(B) | 35.87º | 0.92% | 0.78% | - |
| XYZ | 31.37 | 27.24 | 4.09 | - |
| YUV | 135.59 | 60.52 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 16 | 0 | 0.37 | 0.92 | 0.22 | 35.87 | 0.85 | 0.42 |
| Hex | C8 | 7E | 10 | 0 | 25 | 5C | 16 | 24 | 55 | 2A |
| Octal | 310 | 176 | 20 | 0 | 45 | 134 | 26 | 44 | 125 | 52 |
| Binary | 11001000 | 1111110 | 10000 | 0 | 100101 | 1011100 | 10110 | 100100 | 1010101 | 101010 |
Color Harmonies of #C87E10
Complementary color
Monochromatic Colors of #C87E10
Black with #C87E10
Text Example
Text Example
White with #C87E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E10; }
p { color: rgb(200,126,16); }
H1.HeaderClassName
{
color: #C87E10;
}
.AnyTagClassName
{
color: #C87E10;
}
</style>
background-color css
<style>
a { background-color: #C87E10; }
a { background-color: rgb(200,126,16); }
div.DivClassName
{
background-color: #C87E10;
}
.BgClassName
{
background-color: #C87E10;
}
</style>
border-color css
<style>
span { border-color: #C87E10; }
span { border-color: rgb(200,126,16); }
td.TdClassName
{
border-color: #C87E10;
}
.TagClassName
{
border-color: #C87E10;
}
</style>