Shades of Dark Goldenrod #C87D0B
Tints of Dark Goldenrod #C87D0B
RGB
CMYK
RGB Variations
Color information
#C87D0B (or 0xC87D0B) is known color: Dark Goldenrod. HEX triplet: C8, 7D and 0B. RGB value is (200,125,11). Sum of RGB (Red+Green+Blue) = 200+125+11=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87D0B is #3782F4. Grayscale: #868686. Windows color (decimal): -3638005 or 753096. OLE color: 753096.
HSL color Cylindrical-coordinate representation of color #C87D0B: hue angle of 36.19º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C87D0B is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 11 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.22 |
| HSL | 36.19º | 0.9% | 0.41% | - |
| HSV(B) | 36.19º | 0.95% | 0.78% | - |
| XYZ | 31.21 | 26.97 | 3.88 | - |
| YUV | 134.43 | 58.35 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 11 | 0 | 0.38 | 0.94 | 0.22 | 36.19 | 0.9 | 0.41 |
| Hex | C8 | 7D | B | 0 | 26 | 5E | 16 | 24 | 5A | 29 |
| Octal | 310 | 175 | 13 | 0 | 46 | 136 | 26 | 44 | 132 | 51 |
| Binary | 11001000 | 1111101 | 1011 | 0 | 100110 | 1011110 | 10110 | 100100 | 1011010 | 101001 |
Color Harmonies of #C87D0B
Complementary color
Monochromatic Colors of #C87D0B
Black with #C87D0B
Text Example
Text Example
White with #C87D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D0B; }
p { color: rgb(200,125,11); }
H1.HeaderClassName
{
color: #C87D0B;
}
.AnyTagClassName
{
color: #C87D0B;
}
</style>
background-color css
<style>
a { background-color: #C87D0B; }
a { background-color: rgb(200,125,11); }
div.DivClassName
{
background-color: #C87D0B;
}
.BgClassName
{
background-color: #C87D0B;
}
</style>
border-color css
<style>
span { border-color: #C87D0B; }
span { border-color: rgb(200,125,11); }
td.TdClassName
{
border-color: #C87D0B;
}
.TagClassName
{
border-color: #C87D0B;
}
</style>