Shades of Yukon Gold #786011
Tints of Yukon Gold #786011
RGB
CMYK
RGB Variations
Color information
#786011 (or 0x786011) is known color: Yukon Gold. HEX triplet: 78, 60 and 11. RGB value is (120,96,17). Sum of RGB (Red+Green+Blue) = 120+96+17=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #786011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786011 is #879FEE. Grayscale: #5E5E5E. Windows color (decimal): -8888303 or 1138808. OLE color: 1138808.
HSL color Cylindrical-coordinate representation of color #786011: hue angle of 46.02º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #786011 is Cyan = 0, Magento = 0.2, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 96 | 17 | - |
| CMYK | 0 | 0.2 | 0.86 | 0.53 |
| HSL | 46.02º | 0.75% | 0.27% | - |
| HSV(B) | 46.02º | 0.86% | 0.47% | - |
| XYZ | 12.03 | 12.4 | 2.29 | - |
| YUV | 94.17 | 84.45 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 17 | 0 | 0.2 | 0.86 | 0.53 | 46.02 | 0.75 | 0.27 |
| Hex | 78 | 60 | 11 | 0 | 14 | 56 | 35 | 2E | 4B | 1B |
| Octal | 170 | 140 | 21 | 0 | 24 | 126 | 65 | 56 | 113 | 33 |
| Binary | 1111000 | 1100000 | 10001 | 0 | 10100 | 1010110 | 110101 | 101110 | 1001011 | 11011 |
Color Harmonies of #786011
Complementary color
Monochromatic Colors of #786011
Black with #786011
Text Example
Text Example
White with #786011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786011; }
p { color: rgb(120,96,17); }
H1.HeaderClassName
{
color: #786011;
}
.AnyTagClassName
{
color: #786011;
}
</style>
background-color css
<style>
a { background-color: #786011; }
a { background-color: rgb(120,96,17); }
div.DivClassName
{
background-color: #786011;
}
.BgClassName
{
background-color: #786011;
}
</style>
border-color css
<style>
span { border-color: #786011; }
span { border-color: rgb(120,96,17); }
td.TdClassName
{
border-color: #786011;
}
.TagClassName
{
border-color: #786011;
}
</style>