Shades of Yukon Gold #785F08
Tints of Yukon Gold #785F08
RGB
CMYK
RGB Variations
Color information
#785F08 (or 0x785F08) is known color: Yukon Gold. HEX triplet: 78, 5F and 08. RGB value is (120,95,8). Sum of RGB (Red+Green+Blue) = 120+95+8=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #785F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785F08 is #87A0F7. Grayscale: #5C5C5C. Windows color (decimal): -8888568 or 548728. OLE color: 548728.
HSL color Cylindrical-coordinate representation of color #785F08: hue angle of 46.61º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #785F08 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 95 | 8 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.53 |
| HSL | 46.61º | 0.88% | 0.25% | - |
| HSV(B) | 46.61º | 0.93% | 0.47% | - |
| XYZ | 11.88 | 12.2 | 1.96 | - |
| YUV | 92.56 | 80.28 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 8 | 0 | 0.21 | 0.93 | 0.53 | 46.61 | 0.88 | 0.25 |
| Hex | 78 | 5F | 8 | 0 | 15 | 5D | 35 | 2F | 58 | 19 |
| Octal | 170 | 137 | 10 | 0 | 25 | 135 | 65 | 57 | 130 | 31 |
| Binary | 1111000 | 1011111 | 1000 | 0 | 10101 | 1011101 | 110101 | 101111 | 1011000 | 11001 |
Color Harmonies of #785F08
Complementary color
Monochromatic Colors of #785F08
Black with #785F08
Text Example
Text Example
White with #785F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F08; }
p { color: rgb(120,95,8); }
H1.HeaderClassName
{
color: #785F08;
}
.AnyTagClassName
{
color: #785F08;
}
</style>
background-color css
<style>
a { background-color: #785F08; }
a { background-color: rgb(120,95,8); }
div.DivClassName
{
background-color: #785F08;
}
.BgClassName
{
background-color: #785F08;
}
</style>
border-color css
<style>
span { border-color: #785F08; }
span { border-color: rgb(120,95,8); }
td.TdClassName
{
border-color: #785F08;
}
.TagClassName
{
border-color: #785F08;
}
</style>