Shades of Yukon Gold #816C08
Tints of Yukon Gold #816C08
RGB
CMYK
RGB Variations
Color information
#816C08 (or 0x816C08) is known color: Yukon Gold. HEX triplet: 81, 6C and 08. RGB value is (129,108,8). Sum of RGB (Red+Green+Blue) = 129+108+8=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #816C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816C08 is #7E93F7. Grayscale: #676767. Windows color (decimal): -8295416 or 552065. OLE color: 552065.
HSL color Cylindrical-coordinate representation of color #816C08: hue angle of 49.59º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #816C08 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 108 | 8 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.49 |
| HSL | 49.59º | 0.88% | 0.27% | - |
| HSV(B) | 49.59º | 0.94% | 0.51% | - |
| XYZ | 14.46 | 15.41 | 2.44 | - |
| YUV | 102.88 | 74.46 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 8 | 0 | 0.16 | 0.94 | 0.49 | 49.59 | 0.88 | 0.27 |
| Hex | 81 | 6C | 8 | 0 | 10 | 5E | 31 | 32 | 58 | 1B |
| Octal | 201 | 154 | 10 | 0 | 20 | 136 | 61 | 62 | 130 | 33 |
| Binary | 10000001 | 1101100 | 1000 | 0 | 10000 | 1011110 | 110001 | 110010 | 1011000 | 11011 |
Color Harmonies of #816C08
Complementary color
Monochromatic Colors of #816C08
Black with #816C08
Text Example
Text Example
White with #816C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816C08; }
p { color: rgb(129,108,8); }
H1.HeaderClassName
{
color: #816C08;
}
.AnyTagClassName
{
color: #816C08;
}
</style>
background-color css
<style>
a { background-color: #816C08; }
a { background-color: rgb(129,108,8); }
div.DivClassName
{
background-color: #816C08;
}
.BgClassName
{
background-color: #816C08;
}
</style>
border-color css
<style>
span { border-color: #816C08; }
span { border-color: rgb(129,108,8); }
td.TdClassName
{
border-color: #816C08;
}
.TagClassName
{
border-color: #816C08;
}
</style>