Shades of Yukon Gold #8A700B
Tints of Yukon Gold #8A700B
RGB
CMYK
RGB Variations
Color information
#8A700B (or 0x8A700B) is known color: Yukon Gold. HEX triplet: 8A, 70 and 0B. RGB value is (138,112,11). Sum of RGB (Red+Green+Blue) = 138+112+11=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A700B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A700B is #758FF4. Grayscale: #6C6C6C. Windows color (decimal): -7704565 or 749706. OLE color: 749706.
HSL color Cylindrical-coordinate representation of color #8A700B: hue angle of 47.72º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A700B is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 11 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.46 |
| HSL | 47.72º | 0.85% | 0.29% | - |
| HSV(B) | 47.72º | 0.92% | 0.54% | - |
| XYZ | 16.34 | 17.02 | 2.74 | - |
| YUV | 108.26 | 73.11 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 11 | 0 | 0.19 | 0.92 | 0.46 | 47.72 | 0.85 | 0.29 |
| Hex | 8A | 70 | B | 0 | 13 | 5C | 2E | 30 | 55 | 1D |
| Octal | 212 | 160 | 13 | 0 | 23 | 134 | 56 | 60 | 125 | 35 |
| Binary | 10001010 | 1110000 | 1011 | 0 | 10011 | 1011100 | 101110 | 110000 | 1010101 | 11101 |
Color Harmonies of #8A700B
Complementary color
Monochromatic Colors of #8A700B
Black with #8A700B
Text Example
Text Example
White with #8A700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A700B; }
p { color: rgb(138,112,11); }
H1.HeaderClassName
{
color: #8A700B;
}
.AnyTagClassName
{
color: #8A700B;
}
</style>
background-color css
<style>
a { background-color: #8A700B; }
a { background-color: rgb(138,112,11); }
div.DivClassName
{
background-color: #8A700B;
}
.BgClassName
{
background-color: #8A700B;
}
</style>
border-color css
<style>
span { border-color: #8A700B; }
span { border-color: rgb(138,112,11); }
td.TdClassName
{
border-color: #8A700B;
}
.TagClassName
{
border-color: #8A700B;
}
</style>