Shades of Yukon Gold #87710D
Tints of Yukon Gold #87710D
RGB
CMYK
RGB Variations
Color information
#87710D (or 0x87710D) is known color: Yukon Gold. HEX triplet: 87, 71 and 0D. RGB value is (135,113,13). Sum of RGB (Red+Green+Blue) = 135+113+13=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #87710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87710D is #788EF2. Grayscale: #6C6C6C. Windows color (decimal): -7900915 or 881031. OLE color: 881031.
HSL color Cylindrical-coordinate representation of color #87710D: hue angle of 49.18º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87710D is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 113 | 13 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.47 |
| HSL | 49.18º | 0.82% | 0.29% | - |
| HSV(B) | 49.18º | 0.9% | 0.53% | - |
| XYZ | 15.97 | 16.99 | 2.82 | - |
| YUV | 108.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 113 | 13 | 0 | 0.16 | 0.90 | 0.47 | 49.18 | 0.82 | 0.29 |
| Hex | 87 | 71 | D | 0 | 10 | 5A | 2F | 31 | 52 | 1D |
| Octal | 207 | 161 | 15 | 0 | 20 | 132 | 57 | 61 | 122 | 35 |
| Binary | 10000111 | 1110001 | 1101 | 0 | 10000 | 1011010 | 101111 | 110001 | 1010010 | 11101 |
Color Harmonies of #87710D
Complementary color
Monochromatic Colors of #87710D
Black with #87710D
Text Example
Text Example
White with #87710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87710D; }
p { color: rgb(135,113,13); }
H1.HeaderClassName
{
color: #87710D;
}
.AnyTagClassName
{
color: #87710D;
}
</style>
background-color css
<style>
a { background-color: #87710D; }
a { background-color: rgb(135,113,13); }
div.DivClassName
{
background-color: #87710D;
}
.BgClassName
{
background-color: #87710D;
}
</style>
border-color css
<style>
span { border-color: #87710D; }
span { border-color: rgb(135,113,13); }
td.TdClassName
{
border-color: #87710D;
}
.TagClassName
{
border-color: #87710D;
}
</style>