Shades of Yukon Gold #815E08
Tints of Yukon Gold #815E08
RGB
CMYK
RGB Variations
Color information
#815E08 (or 0x815E08) is known color: Yukon Gold. HEX triplet: 81, 5E and 08. RGB value is (129,94,8). Sum of RGB (Red+Green+Blue) = 129+94+8=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #815E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815E08 is #7EA1F7. Grayscale: #5F5F5F. Windows color (decimal): -8299000 or 548481. OLE color: 548481.
HSL color Cylindrical-coordinate representation of color #815E08: hue angle of 42.64º 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 #815E08 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 94 | 8 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.49 |
| HSL | 42.64º | 0.88% | 0.27% | - |
| HSV(B) | 42.64º | 0.94% | 0.51% | - |
| XYZ | 13.1 | 12.69 | 1.99 | - |
| YUV | 94.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 8 | 0 | 0.27 | 0.94 | 0.49 | 42.64 | 0.88 | 0.27 |
| Hex | 81 | 5E | 8 | 0 | 1B | 5E | 31 | 2B | 58 | 1B |
| Octal | 201 | 136 | 10 | 0 | 33 | 136 | 61 | 53 | 130 | 33 |
| Binary | 10000001 | 1011110 | 1000 | 0 | 11011 | 1011110 | 110001 | 101011 | 1011000 | 11011 |
Color Harmonies of #815E08
Complementary color
Monochromatic Colors of #815E08
Black with #815E08
Text Example
Text Example
White with #815E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815E08; }
p { color: rgb(129,94,8); }
H1.HeaderClassName
{
color: #815E08;
}
.AnyTagClassName
{
color: #815E08;
}
</style>
background-color css
<style>
a { background-color: #815E08; }
a { background-color: rgb(129,94,8); }
div.DivClassName
{
background-color: #815E08;
}
.BgClassName
{
background-color: #815E08;
}
</style>
border-color css
<style>
span { border-color: #815E08; }
span { border-color: rgb(129,94,8); }
td.TdClassName
{
border-color: #815E08;
}
.TagClassName
{
border-color: #815E08;
}
</style>