Shades of Yukon Gold #80670B
Tints of Yukon Gold #80670B
RGB
CMYK
RGB Variations
Color information
#80670B (or 0x80670B) is known color: Yukon Gold. HEX triplet: 80, 67 and 0B. RGB value is (128,103,11). Sum of RGB (Red+Green+Blue) = 128+103+11=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #80670B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80670B is #7F98F4. Grayscale: #646464. Windows color (decimal): -8362229 or 747392. OLE color: 747392.
HSL color Cylindrical-coordinate representation of color #80670B: hue angle of 47.18º 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 #80670B is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 103 | 11 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.50 |
| HSL | 47.18º | 0.84% | 0.27% | - |
| HSV(B) | 47.18º | 0.91% | 0.5% | - |
| XYZ | 13.81 | 14.31 | 2.35 | - |
| YUV | 99.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 11 | 0 | 0.20 | 0.91 | 0.50 | 47.18 | 0.84 | 0.27 |
| Hex | 80 | 67 | B | 0 | 14 | 5B | 32 | 2F | 54 | 1B |
| Octal | 200 | 147 | 13 | 0 | 24 | 133 | 62 | 57 | 124 | 33 |
| Binary | 10000000 | 1100111 | 1011 | 0 | 10100 | 1011011 | 110010 | 101111 | 1010100 | 11011 |
Color Harmonies of #80670B
Complementary color
Monochromatic Colors of #80670B
Black with #80670B
Text Example
Text Example
White with #80670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80670B; }
p { color: rgb(128,103,11); }
H1.HeaderClassName
{
color: #80670B;
}
.AnyTagClassName
{
color: #80670B;
}
</style>
background-color css
<style>
a { background-color: #80670B; }
a { background-color: rgb(128,103,11); }
div.DivClassName
{
background-color: #80670B;
}
.BgClassName
{
background-color: #80670B;
}
</style>
border-color css
<style>
span { border-color: #80670B; }
span { border-color: rgb(128,103,11); }
td.TdClassName
{
border-color: #80670B;
}
.TagClassName
{
border-color: #80670B;
}
</style>