Shades of Dark Goldenrod #C0790B
Tints of Dark Goldenrod #C0790B
RGB
CMYK
RGB Variations
Color information
#C0790B (or 0xC0790B) is known color: Dark Goldenrod. HEX triplet: C0, 79 and 0B. RGB value is (192,121,11). Sum of RGB (Red+Green+Blue) = 192+121+11=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C0790B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0790B is #3F86F4. Grayscale: #828282. Windows color (decimal): -4163317 or 752064. OLE color: 752064.
HSL color Cylindrical-coordinate representation of color #C0790B: hue angle of 36.46º 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 #C0790B is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 11 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.25 |
| HSL | 36.46º | 0.89% | 0.4% | - |
| HSV(B) | 36.46º | 0.94% | 0.75% | - |
| XYZ | 28.64 | 24.91 | 3.61 | - |
| YUV | 129.69 | 61.02 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 11 | 0 | 0.37 | 0.94 | 0.25 | 36.46 | 0.89 | 0.4 |
| Hex | C0 | 79 | B | 0 | 25 | 5E | 19 | 24 | 59 | 28 |
| Octal | 300 | 171 | 13 | 0 | 45 | 136 | 31 | 44 | 131 | 50 |
| Binary | 11000000 | 1111001 | 1011 | 0 | 100101 | 1011110 | 11001 | 100100 | 1011001 | 101000 |
Color Harmonies of #C0790B
Complementary color
Monochromatic Colors of #C0790B
Black with #C0790B
Text Example
Text Example
White with #C0790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0790B; }
p { color: rgb(192,121,11); }
H1.HeaderClassName
{
color: #C0790B;
}
.AnyTagClassName
{
color: #C0790B;
}
</style>
background-color css
<style>
a { background-color: #C0790B; }
a { background-color: rgb(192,121,11); }
div.DivClassName
{
background-color: #C0790B;
}
.BgClassName
{
background-color: #C0790B;
}
</style>
border-color css
<style>
span { border-color: #C0790B; }
span { border-color: rgb(192,121,11); }
td.TdClassName
{
border-color: #C0790B;
}
.TagClassName
{
border-color: #C0790B;
}
</style>