Shades of Yukon Gold #785E0C
Tints of Yukon Gold #785E0C
RGB
CMYK
RGB Variations
Color information
#785E0C (or 0x785E0C) is known color: Yukon Gold. HEX triplet: 78, 5E and 0C. RGB value is (120,94,12). Sum of RGB (Red+Green+Blue) = 120+94+12=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #785E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785E0C is #87A1F3. Grayscale: #5C5C5C. Windows color (decimal): -8888820 or 810616. OLE color: 810616.
HSL color Cylindrical-coordinate representation of color #785E0C: hue angle of 45.56º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #785E0C is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 12 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.53 |
| HSL | 45.56º | 0.82% | 0.26% | - |
| HSV(B) | 45.56º | 0.9% | 0.47% | - |
| XYZ | 11.81 | 12.03 | 2.05 | - |
| YUV | 92.43 | 82.61 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 12 | 0 | 0.22 | 0.90 | 0.53 | 45.56 | 0.82 | 0.26 |
| Hex | 78 | 5E | C | 0 | 16 | 5A | 35 | 2E | 52 | 1A |
| Octal | 170 | 136 | 14 | 0 | 26 | 132 | 65 | 56 | 122 | 32 |
| Binary | 1111000 | 1011110 | 1100 | 0 | 10110 | 1011010 | 110101 | 101110 | 1010010 | 11010 |
Color Harmonies of #785E0C
Complementary color
Monochromatic Colors of #785E0C
Black with #785E0C
Text Example
Text Example
White with #785E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E0C; }
p { color: rgb(120,94,12); }
H1.HeaderClassName
{
color: #785E0C;
}
.AnyTagClassName
{
color: #785E0C;
}
</style>
background-color css
<style>
a { background-color: #785E0C; }
a { background-color: rgb(120,94,12); }
div.DivClassName
{
background-color: #785E0C;
}
.BgClassName
{
background-color: #785E0C;
}
</style>
border-color css
<style>
span { border-color: #785E0C; }
span { border-color: rgb(120,94,12); }
td.TdClassName
{
border-color: #785E0C;
}
.TagClassName
{
border-color: #785E0C;
}
</style>