Shades of Dark Goldenrod #C0920A
Tints of Dark Goldenrod #C0920A
RGB
CMYK
RGB Variations
Color information
#C0920A (or 0xC0920A) is known color: Dark Goldenrod. HEX triplet: C0, 92 and 0A. RGB value is (192,146,10). Sum of RGB (Red+Green+Blue) = 192+146+10=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C0920A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0920A is #3F6DF5. Grayscale: #909090. Windows color (decimal): -4156918 or 692928. OLE color: 692928.
HSL color Cylindrical-coordinate representation of color #C0920A: hue angle of 44.84º 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 #C0920A is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 10 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.25 |
| HSL | 44.84º | 0.9% | 0.4% | - |
| HSV(B) | 44.84º | 0.95% | 0.75% | - |
| XYZ | 32.07 | 31.79 | 4.73 | - |
| YUV | 144.25 | 52.24 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 10 | 0 | 0.24 | 0.95 | 0.25 | 44.84 | 0.9 | 0.4 |
| Hex | C0 | 92 | A | 0 | 18 | 5F | 19 | 2D | 5A | 28 |
| Octal | 300 | 222 | 12 | 0 | 30 | 137 | 31 | 55 | 132 | 50 |
| Binary | 11000000 | 10010010 | 1010 | 0 | 11000 | 1011111 | 11001 | 101101 | 1011010 | 101000 |
Color Harmonies of #C0920A
Complementary color
Monochromatic Colors of #C0920A
Black with #C0920A
Text Example
Text Example
White with #C0920A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0920A; }
p { color: rgb(192,146,10); }
H1.HeaderClassName
{
color: #C0920A;
}
.AnyTagClassName
{
color: #C0920A;
}
</style>
background-color css
<style>
a { background-color: #C0920A; }
a { background-color: rgb(192,146,10); }
div.DivClassName
{
background-color: #C0920A;
}
.BgClassName
{
background-color: #C0920A;
}
</style>
border-color css
<style>
span { border-color: #C0920A; }
span { border-color: rgb(192,146,10); }
td.TdClassName
{
border-color: #C0920A;
}
.TagClassName
{
border-color: #C0920A;
}
</style>