Shades of Dark Goldenrod #C0950B
Tints of Dark Goldenrod #C0950B
RGB
CMYK
RGB Variations
Color information
#C0950B (or 0xC0950B) is known color: Dark Goldenrod. HEX triplet: C0, 95 and 0B. RGB value is (192,149,11). Sum of RGB (Red+Green+Blue) = 192+149+11=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0950B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0950B is #3F6AF4. Grayscale: #929292. Windows color (decimal): -4156149 or 759232. OLE color: 759232.
HSL color Cylindrical-coordinate representation of color #C0950B: hue angle of 45.75º 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 #C0950B is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 11 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.25 |
| HSL | 45.75º | 0.89% | 0.4% | - |
| HSV(B) | 45.75º | 0.94% | 0.75% | - |
| XYZ | 32.55 | 32.73 | 4.92 | - |
| YUV | 146.13 | 51.75 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 11 | 0 | 0.22 | 0.94 | 0.25 | 45.75 | 0.89 | 0.4 |
| Hex | C0 | 95 | B | 0 | 16 | 5E | 19 | 2E | 59 | 28 |
| Octal | 300 | 225 | 13 | 0 | 26 | 136 | 31 | 56 | 131 | 50 |
| Binary | 11000000 | 10010101 | 1011 | 0 | 10110 | 1011110 | 11001 | 101110 | 1011001 | 101000 |
Color Harmonies of #C0950B
Complementary color
Monochromatic Colors of #C0950B
Black with #C0950B
Text Example
Text Example
White with #C0950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0950B; }
p { color: rgb(192,149,11); }
H1.HeaderClassName
{
color: #C0950B;
}
.AnyTagClassName
{
color: #C0950B;
}
</style>
background-color css
<style>
a { background-color: #C0950B; }
a { background-color: rgb(192,149,11); }
div.DivClassName
{
background-color: #C0950B;
}
.BgClassName
{
background-color: #C0950B;
}
</style>
border-color css
<style>
span { border-color: #C0950B; }
span { border-color: rgb(192,149,11); }
td.TdClassName
{
border-color: #C0950B;
}
.TagClassName
{
border-color: #C0950B;
}
</style>