Shades of Yukon Gold #886A21
Tints of Yukon Gold #886A21
RGB
CMYK
RGB Variations
Color information
#886A21 (or 0x886A21) is known color: Yukon Gold. HEX triplet: 88, 6A and 21. RGB value is (136,106,33). Sum of RGB (Red+Green+Blue) = 136+106+33=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #886A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A21 is #7795DE. Grayscale: #6A6A6A. Windows color (decimal): -7837151 or 2189960. OLE color: 2189960.
HSL color Cylindrical-coordinate representation of color #886A21: hue angle of 42.52º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #886A21 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 106 | 33 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.47 |
| HSL | 42.52º | 0.61% | 0.33% | - |
| HSV(B) | 42.52º | 0.76% | 0.53% | - |
| XYZ | 15.58 | 15.65 | 3.64 | - |
| YUV | 106.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 33 | 0 | 0.22 | 0.76 | 0.47 | 42.52 | 0.61 | 0.33 |
| Hex | 88 | 6A | 21 | 0 | 16 | 4C | 2F | 2B | 3D | 21 |
| Octal | 210 | 152 | 41 | 0 | 26 | 114 | 57 | 53 | 75 | 41 |
| Binary | 10001000 | 1101010 | 100001 | 0 | 10110 | 1001100 | 101111 | 101011 | 111101 | 100001 |
Color Harmonies of #886A21
Complementary color
Monochromatic Colors of #886A21
Black with #886A21
Text Example
Text Example
White with #886A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886A21; }
p { color: rgb(136,106,33); }
H1.HeaderClassName
{
color: #886A21;
}
.AnyTagClassName
{
color: #886A21;
}
</style>
background-color css
<style>
a { background-color: #886A21; }
a { background-color: rgb(136,106,33); }
div.DivClassName
{
background-color: #886A21;
}
.BgClassName
{
background-color: #886A21;
}
</style>
border-color css
<style>
span { border-color: #886A21; }
span { border-color: rgb(136,106,33); }
td.TdClassName
{
border-color: #886A21;
}
.TagClassName
{
border-color: #886A21;
}
</style>