Shades of Dark Goldenrod #C0870B
Tints of Dark Goldenrod #C0870B
RGB
CMYK
RGB Variations
Color information
#C0870B (or 0xC0870B) is known color: Dark Goldenrod. HEX triplet: C0, 87 and 0B. RGB value is (192,135,11). Sum of RGB (Red+Green+Blue) = 192+135+11=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0870B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0870B is #3F78F4. Grayscale: #8A8A8A. Windows color (decimal): -4159733 or 755648. OLE color: 755648.
HSL color Cylindrical-coordinate representation of color #C0870B: hue angle of 41.1º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0870B is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 11 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.25 |
| HSL | 41.1º | 0.89% | 0.4% | - |
| HSV(B) | 41.1º | 0.94% | 0.75% | - |
| XYZ | 30.46 | 28.56 | 4.22 | - |
| YUV | 137.91 | 56.38 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 11 | 0 | 0.30 | 0.94 | 0.25 | 41.1 | 0.89 | 0.4 |
| Hex | C0 | 87 | B | 0 | 1E | 5E | 19 | 29 | 59 | 28 |
| Octal | 300 | 207 | 13 | 0 | 36 | 136 | 31 | 51 | 131 | 50 |
| Binary | 11000000 | 10000111 | 1011 | 0 | 11110 | 1011110 | 11001 | 101001 | 1011001 | 101000 |
Color Harmonies of #C0870B
Complementary color
Monochromatic Colors of #C0870B
Black with #C0870B
Text Example
Text Example
White with #C0870B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0870B; }
p { color: rgb(192,135,11); }
H1.HeaderClassName
{
color: #C0870B;
}
.AnyTagClassName
{
color: #C0870B;
}
</style>
background-color css
<style>
a { background-color: #C0870B; }
a { background-color: rgb(192,135,11); }
div.DivClassName
{
background-color: #C0870B;
}
.BgClassName
{
background-color: #C0870B;
}
</style>
border-color css
<style>
span { border-color: #C0870B; }
span { border-color: rgb(192,135,11); }
td.TdClassName
{
border-color: #C0870B;
}
.TagClassName
{
border-color: #C0870B;
}
</style>