Shades of Yukon Gold #88721B
Tints of Yukon Gold #88721B
RGB
CMYK
RGB Variations
Color information
#88721B (or 0x88721B) is known color: Yukon Gold. HEX triplet: 88, 72 and 1B. RGB value is (136,114,27). Sum of RGB (Red+Green+Blue) = 136+114+27=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #88721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88721B is #778DE4. Grayscale: #6F6F6F. Windows color (decimal): -7835109 or 1798792. OLE color: 1798792.
HSL color Cylindrical-coordinate representation of color #88721B: hue angle of 47.89º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88721B is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 114 | 27 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.47 |
| HSL | 47.89º | 0.67% | 0.32% | - |
| HSV(B) | 47.89º | 0.8% | 0.53% | - |
| XYZ | 16.37 | 17.35 | 3.52 | - |
| YUV | 110.66 | 80.79 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 27 | 0 | 0.16 | 0.80 | 0.47 | 47.89 | 0.67 | 0.32 |
| Hex | 88 | 72 | 1B | 0 | 10 | 50 | 2F | 30 | 43 | 20 |
| Octal | 210 | 162 | 33 | 0 | 20 | 120 | 57 | 60 | 103 | 40 |
| Binary | 10001000 | 1110010 | 11011 | 0 | 10000 | 1010000 | 101111 | 110000 | 1000011 | 100000 |
Color Harmonies of #88721B
Complementary color
Monochromatic Colors of #88721B
Black with #88721B
Text Example
Text Example
White with #88721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88721B; }
p { color: rgb(136,114,27); }
H1.HeaderClassName
{
color: #88721B;
}
.AnyTagClassName
{
color: #88721B;
}
</style>
background-color css
<style>
a { background-color: #88721B; }
a { background-color: rgb(136,114,27); }
div.DivClassName
{
background-color: #88721B;
}
.BgClassName
{
background-color: #88721B;
}
</style>
border-color css
<style>
span { border-color: #88721B; }
span { border-color: rgb(136,114,27); }
td.TdClassName
{
border-color: #88721B;
}
.TagClassName
{
border-color: #88721B;
}
</style>