Shades of Dark Goldenrod #C87E09
Tints of Dark Goldenrod #C87E09
RGB
CMYK
RGB Variations
Color information
#C87E09 (or 0xC87E09) is known color: Dark Goldenrod. HEX triplet: C8, 7E and 09. RGB value is (200,126,9). Sum of RGB (Red+Green+Blue) = 200+126+9=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87E09 is #3781F6. Grayscale: #878787. Windows color (decimal): -3637751 or 622280. OLE color: 622280.
HSL color Cylindrical-coordinate representation of color #C87E09: hue angle of 36.75º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C87E09 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 9 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.22 |
| HSL | 36.75º | 0.91% | 0.41% | - |
| HSV(B) | 36.75º | 0.96% | 0.78% | - |
| XYZ | 31.33 | 27.22 | 3.86 | - |
| YUV | 134.79 | 57.02 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 9 | 0 | 0.37 | 0.96 | 0.22 | 36.75 | 0.91 | 0.41 |
| Hex | C8 | 7E | 9 | 0 | 25 | 60 | 16 | 25 | 5B | 29 |
| Octal | 310 | 176 | 11 | 0 | 45 | 140 | 26 | 45 | 133 | 51 |
| Binary | 11001000 | 1111110 | 1001 | 0 | 100101 | 1100000 | 10110 | 100101 | 1011011 | 101001 |
Color Harmonies of #C87E09
Complementary color
Monochromatic Colors of #C87E09
Black with #C87E09
Text Example
Text Example
White with #C87E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E09; }
p { color: rgb(200,126,9); }
H1.HeaderClassName
{
color: #C87E09;
}
.AnyTagClassName
{
color: #C87E09;
}
</style>
background-color css
<style>
a { background-color: #C87E09; }
a { background-color: rgb(200,126,9); }
div.DivClassName
{
background-color: #C87E09;
}
.BgClassName
{
background-color: #C87E09;
}
</style>
border-color css
<style>
span { border-color: #C87E09; }
span { border-color: rgb(200,126,9); }
td.TdClassName
{
border-color: #C87E09;
}
.TagClassName
{
border-color: #C87E09;
}
</style>