Shades of Dark Goldenrod #C0950A
Tints of Dark Goldenrod #C0950A
RGB
CMYK
RGB Variations
Color information
#C0950A (or 0xC0950A) is known color: Dark Goldenrod. HEX triplet: C0, 95 and 0A. RGB value is (192,149,10). Sum of RGB (Red+Green+Blue) = 192+149+10=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0950A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0950A is #3F6AF5. Grayscale: #929292. Windows color (decimal): -4156150 or 693696. OLE color: 693696.
HSL color Cylindrical-coordinate representation of color #C0950A: hue angle of 45.82º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0950A is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 10 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.25 |
| HSL | 45.82º | 0.9% | 0.4% | - |
| HSV(B) | 45.82º | 0.95% | 0.75% | - |
| XYZ | 32.54 | 32.72 | 4.89 | - |
| YUV | 146.01 | 51.25 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 10 | 0 | 0.22 | 0.95 | 0.25 | 45.82 | 0.9 | 0.4 |
| Hex | C0 | 95 | A | 0 | 16 | 5F | 19 | 2E | 5A | 28 |
| Octal | 300 | 225 | 12 | 0 | 26 | 137 | 31 | 56 | 132 | 50 |
| Binary | 11000000 | 10010101 | 1010 | 0 | 10110 | 1011111 | 11001 | 101110 | 1011010 | 101000 |
Color Harmonies of #C0950A
Complementary color
Monochromatic Colors of #C0950A
Black with #C0950A
Text Example
Text Example
White with #C0950A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0950A; }
p { color: rgb(192,149,10); }
H1.HeaderClassName
{
color: #C0950A;
}
.AnyTagClassName
{
color: #C0950A;
}
</style>
background-color css
<style>
a { background-color: #C0950A; }
a { background-color: rgb(192,149,10); }
div.DivClassName
{
background-color: #C0950A;
}
.BgClassName
{
background-color: #C0950A;
}
</style>
border-color css
<style>
span { border-color: #C0950A; }
span { border-color: rgb(192,149,10); }
td.TdClassName
{
border-color: #C0950A;
}
.TagClassName
{
border-color: #C0950A;
}
</style>