Shades of Yukon Gold #87730D
Tints of Yukon Gold #87730D
RGB
CMYK
RGB Variations
Color information
#87730D (or 0x87730D) is known color: Yukon Gold. HEX triplet: 87, 73 and 0D. RGB value is (135,115,13). Sum of RGB (Red+Green+Blue) = 135+115+13=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #87730D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87730D is #788CF2. Grayscale: #6D6D6D. Windows color (decimal): -7900403 or 881543. OLE color: 881543.
HSL color Cylindrical-coordinate representation of color #87730D: hue angle of 50.16º 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 #87730D is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 115 | 13 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.47 |
| HSL | 50.16º | 0.82% | 0.29% | - |
| HSV(B) | 50.16º | 0.9% | 0.53% | - |
| XYZ | 16.2 | 17.44 | 2.89 | - |
| YUV | 109.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 115 | 13 | 0 | 0.15 | 0.90 | 0.47 | 50.16 | 0.82 | 0.29 |
| Hex | 87 | 73 | D | 0 | F | 5A | 2F | 32 | 52 | 1D |
| Octal | 207 | 163 | 15 | 0 | 17 | 132 | 57 | 62 | 122 | 35 |
| Binary | 10000111 | 1110011 | 1101 | 0 | 1111 | 1011010 | 101111 | 110010 | 1010010 | 11101 |
Color Harmonies of #87730D
Complementary color
Monochromatic Colors of #87730D
Black with #87730D
Text Example
Text Example
White with #87730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87730D; }
p { color: rgb(135,115,13); }
H1.HeaderClassName
{
color: #87730D;
}
.AnyTagClassName
{
color: #87730D;
}
</style>
background-color css
<style>
a { background-color: #87730D; }
a { background-color: rgb(135,115,13); }
div.DivClassName
{
background-color: #87730D;
}
.BgClassName
{
background-color: #87730D;
}
</style>
border-color css
<style>
span { border-color: #87730D; }
span { border-color: rgb(135,115,13); }
td.TdClassName
{
border-color: #87730D;
}
.TagClassName
{
border-color: #87730D;
}
</style>