Shades of Dark Goldenrod #C0780C
Tints of Dark Goldenrod #C0780C
RGB
CMYK
RGB Variations
Color information
#C0780C (or 0xC0780C) is known color: Dark Goldenrod. HEX triplet: C0, 78 and 0C. RGB value is (192,120,12). Sum of RGB (Red+Green+Blue) = 192+120+12=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C0780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0780C is #3F87F3. Grayscale: #818181. Windows color (decimal): -4163572 or 817344. OLE color: 817344.
HSL color Cylindrical-coordinate representation of color #C0780C: hue angle of 36º degrees, saturation: 0.88, 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 #C0780C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 12 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.25 |
| HSL | 36º | 0.88% | 0.4% | - |
| HSV(B) | 36º | 0.94% | 0.75% | - |
| XYZ | 28.52 | 24.67 | 3.61 | - |
| YUV | 129.22 | 61.85 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 12 | 0 | 0.38 | 0.94 | 0.25 | 36 | 0.88 | 0.4 |
| Hex | C0 | 78 | C | 0 | 26 | 5E | 19 | 24 | 58 | 28 |
| Octal | 300 | 170 | 14 | 0 | 46 | 136 | 31 | 44 | 130 | 50 |
| Binary | 11000000 | 1111000 | 1100 | 0 | 100110 | 1011110 | 11001 | 100100 | 1011000 | 101000 |
Color Harmonies of #C0780C
Complementary color
Monochromatic Colors of #C0780C
Black with #C0780C
Text Example
Text Example
White with #C0780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0780C; }
p { color: rgb(192,120,12); }
H1.HeaderClassName
{
color: #C0780C;
}
.AnyTagClassName
{
color: #C0780C;
}
</style>
background-color css
<style>
a { background-color: #C0780C; }
a { background-color: rgb(192,120,12); }
div.DivClassName
{
background-color: #C0780C;
}
.BgClassName
{
background-color: #C0780C;
}
</style>
border-color css
<style>
span { border-color: #C0780C; }
span { border-color: rgb(192,120,12); }
td.TdClassName
{
border-color: #C0780C;
}
.TagClassName
{
border-color: #C0780C;
}
</style>