Shades of Yukon Gold #80680B
Tints of Yukon Gold #80680B
RGB
CMYK
RGB Variations
Color information
#80680B (or 0x80680B) is known color: Yukon Gold. HEX triplet: 80, 68 and 0B. RGB value is (128,104,11). Sum of RGB (Red+Green+Blue) = 128+104+11=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80680B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80680B is #7F97F4. Grayscale: #646464. Windows color (decimal): -8361973 or 747648. OLE color: 747648.
HSL color Cylindrical-coordinate representation of color #80680B: hue angle of 47.69º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80680B is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 104 | 11 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.50 |
| HSL | 47.69º | 0.84% | 0.27% | - |
| HSV(B) | 47.69º | 0.91% | 0.5% | - |
| XYZ | 13.91 | 14.51 | 2.38 | - |
| YUV | 100.57 | 77.45 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 11 | 0 | 0.19 | 0.91 | 0.50 | 47.69 | 0.84 | 0.27 |
| Hex | 80 | 68 | B | 0 | 13 | 5B | 32 | 30 | 54 | 1B |
| Octal | 200 | 150 | 13 | 0 | 23 | 133 | 62 | 60 | 124 | 33 |
| Binary | 10000000 | 1101000 | 1011 | 0 | 10011 | 1011011 | 110010 | 110000 | 1010100 | 11011 |
Color Harmonies of #80680B
Complementary color
Monochromatic Colors of #80680B
Black with #80680B
Text Example
Text Example
White with #80680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80680B; }
p { color: rgb(128,104,11); }
H1.HeaderClassName
{
color: #80680B;
}
.AnyTagClassName
{
color: #80680B;
}
</style>
background-color css
<style>
a { background-color: #80680B; }
a { background-color: rgb(128,104,11); }
div.DivClassName
{
background-color: #80680B;
}
.BgClassName
{
background-color: #80680B;
}
</style>
border-color css
<style>
span { border-color: #80680B; }
span { border-color: rgb(128,104,11); }
td.TdClassName
{
border-color: #80680B;
}
.TagClassName
{
border-color: #80680B;
}
</style>