Shades of Dark Goldenrod #C0780B
Tints of Dark Goldenrod #C0780B
RGB
CMYK
RGB Variations
Color information
#C0780B (or 0xC0780B) is known color: Dark Goldenrod. HEX triplet: C0, 78 and 0B. RGB value is (192,120,11). Sum of RGB (Red+Green+Blue) = 192+120+11=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0780B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0780B is #3F87F4. Grayscale: #818181. Windows color (decimal): -4163573 or 751808. OLE color: 751808.
HSL color Cylindrical-coordinate representation of color #C0780B: hue angle of 36.13º 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 #C0780B is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 11 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.25 |
| HSL | 36.13º | 0.89% | 0.4% | - |
| HSV(B) | 36.13º | 0.94% | 0.75% | - |
| XYZ | 28.52 | 24.66 | 3.57 | - |
| YUV | 129.1 | 61.35 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 11 | 0 | 0.38 | 0.94 | 0.25 | 36.13 | 0.89 | 0.4 |
| Hex | C0 | 78 | B | 0 | 26 | 5E | 19 | 24 | 59 | 28 |
| Octal | 300 | 170 | 13 | 0 | 46 | 136 | 31 | 44 | 131 | 50 |
| Binary | 11000000 | 1111000 | 1011 | 0 | 100110 | 1011110 | 11001 | 100100 | 1011001 | 101000 |
Color Harmonies of #C0780B
Complementary color
Monochromatic Colors of #C0780B
Black with #C0780B
Text Example
Text Example
White with #C0780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0780B; }
p { color: rgb(192,120,11); }
H1.HeaderClassName
{
color: #C0780B;
}
.AnyTagClassName
{
color: #C0780B;
}
</style>
background-color css
<style>
a { background-color: #C0780B; }
a { background-color: rgb(192,120,11); }
div.DivClassName
{
background-color: #C0780B;
}
.BgClassName
{
background-color: #C0780B;
}
</style>
border-color css
<style>
span { border-color: #C0780B; }
span { border-color: rgb(192,120,11); }
td.TdClassName
{
border-color: #C0780B;
}
.TagClassName
{
border-color: #C0780B;
}
</style>