Shades of Yukon Gold #80650F
Tints of Yukon Gold #80650F
RGB
CMYK
RGB Variations
Color information
#80650F (or 0x80650F) is known color: Yukon Gold. HEX triplet: 80, 65 and 0F. RGB value is (128,101,15). Sum of RGB (Red+Green+Blue) = 128+101+15=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #80650F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80650F is #7F9AF0. Grayscale: #636363. Windows color (decimal): -8362737 or 1009024. OLE color: 1009024.
HSL color Cylindrical-coordinate representation of color #80650F: hue angle of 45.66º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80650F is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 101 | 15 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.50 |
| HSL | 45.66º | 0.79% | 0.28% | - |
| HSV(B) | 45.66º | 0.88% | 0.5% | - |
| XYZ | 13.64 | 13.93 | 2.42 | - |
| YUV | 99.27 | 80.45 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 15 | 0 | 0.21 | 0.88 | 0.50 | 45.66 | 0.79 | 0.28 |
| Hex | 80 | 65 | F | 0 | 15 | 58 | 32 | 2E | 4F | 1C |
| Octal | 200 | 145 | 17 | 0 | 25 | 130 | 62 | 56 | 117 | 34 |
| Binary | 10000000 | 1100101 | 1111 | 0 | 10101 | 1011000 | 110010 | 101110 | 1001111 | 11100 |
Color Harmonies of #80650F
Complementary color
Monochromatic Colors of #80650F
Black with #80650F
Text Example
Text Example
White with #80650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80650F; }
p { color: rgb(128,101,15); }
H1.HeaderClassName
{
color: #80650F;
}
.AnyTagClassName
{
color: #80650F;
}
</style>
background-color css
<style>
a { background-color: #80650F; }
a { background-color: rgb(128,101,15); }
div.DivClassName
{
background-color: #80650F;
}
.BgClassName
{
background-color: #80650F;
}
</style>
border-color css
<style>
span { border-color: #80650F; }
span { border-color: rgb(128,101,15); }
td.TdClassName
{
border-color: #80650F;
}
.TagClassName
{
border-color: #80650F;
}
</style>