Shades of Yukon Gold #8B700D
Tints of Yukon Gold #8B700D
RGB
CMYK
RGB Variations
Color information
#8B700D (or 0x8B700D) is known color: Yukon Gold. HEX triplet: 8B, 70 and 0D. RGB value is (139,112,13). Sum of RGB (Red+Green+Blue) = 139+112+13=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B700D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B700D is #748FF2. Grayscale: #6D6D6D. Windows color (decimal): -7639027 or 880779. OLE color: 880779.
HSL color Cylindrical-coordinate representation of color #8B700D: hue angle of 47.14º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B700D is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 13 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.45 |
| HSL | 47.14º | 0.83% | 0.3% | - |
| HSV(B) | 47.14º | 0.91% | 0.55% | - |
| XYZ | 16.51 | 17.11 | 2.81 | - |
| YUV | 108.79 | 73.95 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 13 | 0 | 0.19 | 0.91 | 0.45 | 47.14 | 0.83 | 0.3 |
| Hex | 8B | 70 | D | 0 | 13 | 5B | 2D | 2F | 53 | 1E |
| Octal | 213 | 160 | 15 | 0 | 23 | 133 | 55 | 57 | 123 | 36 |
| Binary | 10001011 | 1110000 | 1101 | 0 | 10011 | 1011011 | 101101 | 101111 | 1010011 | 11110 |
Color Harmonies of #8B700D
Complementary color
Monochromatic Colors of #8B700D
Black with #8B700D
Text Example
Text Example
White with #8B700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B700D; }
p { color: rgb(139,112,13); }
H1.HeaderClassName
{
color: #8B700D;
}
.AnyTagClassName
{
color: #8B700D;
}
</style>
background-color css
<style>
a { background-color: #8B700D; }
a { background-color: rgb(139,112,13); }
div.DivClassName
{
background-color: #8B700D;
}
.BgClassName
{
background-color: #8B700D;
}
</style>
border-color css
<style>
span { border-color: #8B700D; }
span { border-color: rgb(139,112,13); }
td.TdClassName
{
border-color: #8B700D;
}
.TagClassName
{
border-color: #8B700D;
}
</style>