Shades of Yukon Gold #8B7011
Tints of Yukon Gold #8B7011
RGB
CMYK
RGB Variations
Color information
#8B7011 (or 0x8B7011) is known color: Yukon Gold. HEX triplet: 8B, 70 and 11. RGB value is (139,112,17). Sum of RGB (Red+Green+Blue) = 139+112+17=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7011 is #748FEE. Grayscale: #6D6D6D. Windows color (decimal): -7639023 or 1142923. OLE color: 1142923.
HSL color Cylindrical-coordinate representation of color #8B7011: hue angle of 46.72º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B7011 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 17 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.45 |
| HSL | 46.72º | 0.78% | 0.31% | - |
| HSV(B) | 46.72º | 0.88% | 0.55% | - |
| XYZ | 16.54 | 17.12 | 2.96 | - |
| YUV | 109.24 | 75.95 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 17 | 0 | 0.19 | 0.88 | 0.45 | 46.72 | 0.78 | 0.31 |
| Hex | 8B | 70 | 11 | 0 | 13 | 58 | 2D | 2F | 4E | 1F |
| Octal | 213 | 160 | 21 | 0 | 23 | 130 | 55 | 57 | 116 | 37 |
| Binary | 10001011 | 1110000 | 10001 | 0 | 10011 | 1011000 | 101101 | 101111 | 1001110 | 11111 |
Color Harmonies of #8B7011
Complementary color
Monochromatic Colors of #8B7011
Black with #8B7011
Text Example
Text Example
White with #8B7011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7011; }
p { color: rgb(139,112,17); }
H1.HeaderClassName
{
color: #8B7011;
}
.AnyTagClassName
{
color: #8B7011;
}
</style>
background-color css
<style>
a { background-color: #8B7011; }
a { background-color: rgb(139,112,17); }
div.DivClassName
{
background-color: #8B7011;
}
.BgClassName
{
background-color: #8B7011;
}
</style>
border-color css
<style>
span { border-color: #8B7011; }
span { border-color: rgb(139,112,17); }
td.TdClassName
{
border-color: #8B7011;
}
.TagClassName
{
border-color: #8B7011;
}
</style>