Shades of Dark Goldenrod #C0790A
Tints of Dark Goldenrod #C0790A
RGB
CMYK
RGB Variations
Color information
#C0790A (or 0xC0790A) is known color: Dark Goldenrod. HEX triplet: C0, 79 and 0A. RGB value is (192,121,10). Sum of RGB (Red+Green+Blue) = 192+121+10=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0790A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0790A is #3F86F5. Grayscale: #828282. Windows color (decimal): -4163318 or 686528. OLE color: 686528.
HSL color Cylindrical-coordinate representation of color #C0790A: hue angle of 36.59º 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 #C0790A is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 10 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.25 |
| HSL | 36.59º | 0.9% | 0.4% | - |
| HSV(B) | 36.59º | 0.95% | 0.75% | - |
| XYZ | 28.63 | 24.9 | 3.58 | - |
| YUV | 129.58 | 60.52 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 10 | 0 | 0.37 | 0.95 | 0.25 | 36.59 | 0.9 | 0.4 |
| Hex | C0 | 79 | A | 0 | 25 | 5F | 19 | 25 | 5A | 28 |
| Octal | 300 | 171 | 12 | 0 | 45 | 137 | 31 | 45 | 132 | 50 |
| Binary | 11000000 | 1111001 | 1010 | 0 | 100101 | 1011111 | 11001 | 100101 | 1011010 | 101000 |
Color Harmonies of #C0790A
Complementary color
Monochromatic Colors of #C0790A
Black with #C0790A
Text Example
Text Example
White with #C0790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0790A; }
p { color: rgb(192,121,10); }
H1.HeaderClassName
{
color: #C0790A;
}
.AnyTagClassName
{
color: #C0790A;
}
</style>
background-color css
<style>
a { background-color: #C0790A; }
a { background-color: rgb(192,121,10); }
div.DivClassName
{
background-color: #C0790A;
}
.BgClassName
{
background-color: #C0790A;
}
</style>
border-color css
<style>
span { border-color: #C0790A; }
span { border-color: rgb(192,121,10); }
td.TdClassName
{
border-color: #C0790A;
}
.TagClassName
{
border-color: #C0790A;
}
</style>