Shades of Yukon Gold #785C15
Tints of Yukon Gold #785C15
RGB
CMYK
RGB Variations
Color information
#785C15 (or 0x785C15) is known color: Yukon Gold. HEX triplet: 78, 5C and 15. RGB value is (120,92,21). Sum of RGB (Red+Green+Blue) = 120+92+21=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #785C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785C15 is #87A3EA. Grayscale: #5C5C5C. Windows color (decimal): -8889323 or 1399928. OLE color: 1399928.
HSL color Cylindrical-coordinate representation of color #785C15: hue angle of 43.03º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #785C15 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 21 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.53 |
| HSL | 43.03º | 0.7% | 0.28% | - |
| HSV(B) | 43.03º | 0.83% | 0.47% | - |
| XYZ | 11.71 | 11.7 | 2.35 | - |
| YUV | 92.28 | 87.78 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 21 | 0 | 0.23 | 0.83 | 0.53 | 43.03 | 0.7 | 0.28 |
| Hex | 78 | 5C | 15 | 0 | 17 | 53 | 35 | 2B | 46 | 1C |
| Octal | 170 | 134 | 25 | 0 | 27 | 123 | 65 | 53 | 106 | 34 |
| Binary | 1111000 | 1011100 | 10101 | 0 | 10111 | 1010011 | 110101 | 101011 | 1000110 | 11100 |
Color Harmonies of #785C15
Complementary color
Monochromatic Colors of #785C15
Black with #785C15
Text Example
Text Example
White with #785C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C15; }
p { color: rgb(120,92,21); }
H1.HeaderClassName
{
color: #785C15;
}
.AnyTagClassName
{
color: #785C15;
}
</style>
background-color css
<style>
a { background-color: #785C15; }
a { background-color: rgb(120,92,21); }
div.DivClassName
{
background-color: #785C15;
}
.BgClassName
{
background-color: #785C15;
}
</style>
border-color css
<style>
span { border-color: #785C15; }
span { border-color: rgb(120,92,21); }
td.TdClassName
{
border-color: #785C15;
}
.TagClassName
{
border-color: #785C15;
}
</style>