Shades of Yukon Gold #816B21
Tints of Yukon Gold #816B21
RGB
CMYK
RGB Variations
Color information
#816B21 (or 0x816B21) is known color: Yukon Gold. HEX triplet: 81, 6B and 21. RGB value is (129,107,33). Sum of RGB (Red+Green+Blue) = 129+107+33=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #816B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816B21 is #7E94DE. Grayscale: #696969. Windows color (decimal): -8295647 or 2190209. OLE color: 2190209.
HSL color Cylindrical-coordinate representation of color #816B21: hue angle of 46.25º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #816B21 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 107 | 33 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.49 |
| HSL | 46.25º | 0.59% | 0.32% | - |
| HSV(B) | 46.25º | 0.74% | 0.51% | - |
| XYZ | 14.59 | 15.29 | 3.62 | - |
| YUV | 105.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 33 | 0 | 0.17 | 0.74 | 0.49 | 46.25 | 0.59 | 0.32 |
| Hex | 81 | 6B | 21 | 0 | 11 | 4A | 31 | 2E | 3B | 20 |
| Octal | 201 | 153 | 41 | 0 | 21 | 112 | 61 | 56 | 73 | 40 |
| Binary | 10000001 | 1101011 | 100001 | 0 | 10001 | 1001010 | 110001 | 101110 | 111011 | 100000 |
Color Harmonies of #816B21
Complementary color
Monochromatic Colors of #816B21
Black with #816B21
Text Example
Text Example
White with #816B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816B21; }
p { color: rgb(129,107,33); }
H1.HeaderClassName
{
color: #816B21;
}
.AnyTagClassName
{
color: #816B21;
}
</style>
background-color css
<style>
a { background-color: #816B21; }
a { background-color: rgb(129,107,33); }
div.DivClassName
{
background-color: #816B21;
}
.BgClassName
{
background-color: #816B21;
}
</style>
border-color css
<style>
span { border-color: #816B21; }
span { border-color: rgb(129,107,33); }
td.TdClassName
{
border-color: #816B21;
}
.TagClassName
{
border-color: #816B21;
}
</style>