Shades of Dark Goldenrod #C0780A
Tints of Dark Goldenrod #C0780A
RGB
CMYK
RGB Variations
Color information
#C0780A (or 0xC0780A) is known color: Dark Goldenrod. HEX triplet: C0, 78 and 0A. RGB value is (192,120,10). Sum of RGB (Red+Green+Blue) = 192+120+10=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0780A is #3F87F5. Grayscale: #818181. Windows color (decimal): -4163574 or 686272. OLE color: 686272.
HSL color Cylindrical-coordinate representation of color #C0780A: hue angle of 36.26º 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 #C0780A is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 10 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.25 |
| HSL | 36.26º | 0.9% | 0.4% | - |
| HSV(B) | 36.26º | 0.95% | 0.75% | - |
| XYZ | 28.51 | 24.66 | 3.54 | - |
| YUV | 128.99 | 60.85 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 10 | 0 | 0.38 | 0.95 | 0.25 | 36.26 | 0.9 | 0.4 |
| Hex | C0 | 78 | A | 0 | 26 | 5F | 19 | 24 | 5A | 28 |
| Octal | 300 | 170 | 12 | 0 | 46 | 137 | 31 | 44 | 132 | 50 |
| Binary | 11000000 | 1111000 | 1010 | 0 | 100110 | 1011111 | 11001 | 100100 | 1011010 | 101000 |
Color Harmonies of #C0780A
Complementary color
Monochromatic Colors of #C0780A
Black with #C0780A
Text Example
Text Example
White with #C0780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0780A; }
p { color: rgb(192,120,10); }
H1.HeaderClassName
{
color: #C0780A;
}
.AnyTagClassName
{
color: #C0780A;
}
</style>
background-color css
<style>
a { background-color: #C0780A; }
a { background-color: rgb(192,120,10); }
div.DivClassName
{
background-color: #C0780A;
}
.BgClassName
{
background-color: #C0780A;
}
</style>
border-color css
<style>
span { border-color: #C0780A; }
span { border-color: rgb(192,120,10); }
td.TdClassName
{
border-color: #C0780A;
}
.TagClassName
{
border-color: #C0780A;
}
</style>