Shades of Yukon Gold #806705
Tints of Yukon Gold #806705
RGB
CMYK
RGB Variations
Color information
#806705 (or 0x806705) is known color: Yukon Gold. HEX triplet: 80, 67 and 05. RGB value is (128,103,5). Sum of RGB (Red+Green+Blue) = 128+103+5=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #806705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806705 is #7F98FA. Grayscale: #636363. Windows color (decimal): -8362235 or 354176. OLE color: 354176.
HSL color Cylindrical-coordinate representation of color #806705: hue angle of 47.8º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #806705 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 103 | 5 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.50 |
| HSL | 47.8º | 0.92% | 0.26% | - |
| HSV(B) | 47.8º | 0.96% | 0.5% | - |
| XYZ | 13.78 | 14.3 | 2.18 | - |
| YUV | 99.3 | 74.78 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 5 | 0 | 0.20 | 0.96 | 0.50 | 47.8 | 0.92 | 0.26 |
| Hex | 80 | 67 | 5 | 0 | 14 | 60 | 32 | 30 | 5C | 1A |
| Octal | 200 | 147 | 5 | 0 | 24 | 140 | 62 | 60 | 134 | 32 |
| Binary | 10000000 | 1100111 | 101 | 0 | 10100 | 1100000 | 110010 | 110000 | 1011100 | 11010 |
Color Harmonies of #806705
Complementary color
Monochromatic Colors of #806705
Black with #806705
Text Example
Text Example
White with #806705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806705; }
p { color: rgb(128,103,5); }
H1.HeaderClassName
{
color: #806705;
}
.AnyTagClassName
{
color: #806705;
}
</style>
background-color css
<style>
a { background-color: #806705; }
a { background-color: rgb(128,103,5); }
div.DivClassName
{
background-color: #806705;
}
.BgClassName
{
background-color: #806705;
}
</style>
border-color css
<style>
span { border-color: #806705; }
span { border-color: rgb(128,103,5); }
td.TdClassName
{
border-color: #806705;
}
.TagClassName
{
border-color: #806705;
}
</style>