Shades of Yukon Gold #887A1D
Tints of Yukon Gold #887A1D
RGB
CMYK
RGB Variations
Color information
#887A1D (or 0x887A1D) is known color: Yukon Gold. HEX triplet: 88, 7A and 1D. RGB value is (136,122,29). Sum of RGB (Red+Green+Blue) = 136+122+29=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #887A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887A1D is #7785E2. Grayscale: #737373. Windows color (decimal): -7833059 or 1931912. OLE color: 1931912.
HSL color Cylindrical-coordinate representation of color #887A1D: hue angle of 52.15º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #887A1D is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 122 | 29 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.47 |
| HSL | 52.15º | 0.65% | 0.32% | - |
| HSV(B) | 52.15º | 0.79% | 0.53% | - |
| XYZ | 17.33 | 19.24 | 3.96 | - |
| YUV | 115.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 29 | 0 | 0.10 | 0.79 | 0.47 | 52.15 | 0.65 | 0.32 |
| Hex | 88 | 7A | 1D | 0 | A | 4F | 2F | 34 | 41 | 20 |
| Octal | 210 | 172 | 35 | 0 | 12 | 117 | 57 | 64 | 101 | 40 |
| Binary | 10001000 | 1111010 | 11101 | 0 | 1010 | 1001111 | 101111 | 110100 | 1000001 | 100000 |
Color Harmonies of #887A1D
Complementary color
Monochromatic Colors of #887A1D
Black with #887A1D
Text Example
Text Example
White with #887A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887A1D; }
p { color: rgb(136,122,29); }
H1.HeaderClassName
{
color: #887A1D;
}
.AnyTagClassName
{
color: #887A1D;
}
</style>
background-color css
<style>
a { background-color: #887A1D; }
a { background-color: rgb(136,122,29); }
div.DivClassName
{
background-color: #887A1D;
}
.BgClassName
{
background-color: #887A1D;
}
</style>
border-color css
<style>
span { border-color: #887A1D; }
span { border-color: rgb(136,122,29); }
td.TdClassName
{
border-color: #887A1D;
}
.TagClassName
{
border-color: #887A1D;
}
</style>