Shades of Yukon Gold #87710F
Tints of Yukon Gold #87710F
RGB
CMYK
RGB Variations
Color information
#87710F (or 0x87710F) is known color: Yukon Gold. HEX triplet: 87, 71 and 0F. RGB value is (135,113,15). Sum of RGB (Red+Green+Blue) = 135+113+15=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #87710F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87710F is #788EF0. Grayscale: #6C6C6C. Windows color (decimal): -7900913 or 1012103. OLE color: 1012103.
HSL color Cylindrical-coordinate representation of color #87710F: hue angle of 49º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87710F is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 113 | 15 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.47 |
| HSL | 49º | 0.8% | 0.29% | - |
| HSV(B) | 49º | 0.89% | 0.53% | - |
| XYZ | 15.98 | 17 | 2.89 | - |
| YUV | 108.41 | 75.29 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 113 | 15 | 0 | 0.16 | 0.89 | 0.47 | 49 | 0.8 | 0.29 |
| Hex | 87 | 71 | F | 0 | 10 | 59 | 2F | 31 | 50 | 1D |
| Octal | 207 | 161 | 17 | 0 | 20 | 131 | 57 | 61 | 120 | 35 |
| Binary | 10000111 | 1110001 | 1111 | 0 | 10000 | 1011001 | 101111 | 110001 | 1010000 | 11101 |
Color Harmonies of #87710F
Complementary color
Monochromatic Colors of #87710F
Black with #87710F
Text Example
Text Example
White with #87710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87710F; }
p { color: rgb(135,113,15); }
H1.HeaderClassName
{
color: #87710F;
}
.AnyTagClassName
{
color: #87710F;
}
</style>
background-color css
<style>
a { background-color: #87710F; }
a { background-color: rgb(135,113,15); }
div.DivClassName
{
background-color: #87710F;
}
.BgClassName
{
background-color: #87710F;
}
</style>
border-color css
<style>
span { border-color: #87710F; }
span { border-color: rgb(135,113,15); }
td.TdClassName
{
border-color: #87710F;
}
.TagClassName
{
border-color: #87710F;
}
</style>