Shades of Yukon Gold #816102
Tints of Yukon Gold #816102
RGB
CMYK
RGB Variations
Color information
#816102 (or 0x816102) is known color: Yukon Gold. HEX triplet: 81, 61 and 02. RGB value is (129,97,2). Sum of RGB (Red+Green+Blue) = 129+97+2=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #816102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816102 is #7E9EFD. Grayscale: #606060. Windows color (decimal): -8298238 or 156033. OLE color: 156033.
HSL color Cylindrical-coordinate representation of color #816102: hue angle of 44.88º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #816102 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 97 | 2 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.49 |
| HSL | 44.88º | 0.97% | 0.26% | - |
| HSV(B) | 44.88º | 0.98% | 0.51% | - |
| XYZ | 13.34 | 13.22 | 1.91 | - |
| YUV | 95.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 97 | 2 | 0 | 0.25 | 0.98 | 0.49 | 44.88 | 0.97 | 0.26 |
| Hex | 81 | 61 | 2 | 0 | 19 | 62 | 31 | 2D | 61 | 1A |
| Octal | 201 | 141 | 2 | 0 | 31 | 142 | 61 | 55 | 141 | 32 |
| Binary | 10000001 | 1100001 | 10 | 0 | 11001 | 1100010 | 110001 | 101101 | 1100001 | 11010 |
Color Harmonies of #816102
Complementary color
Monochromatic Colors of #816102
Black with #816102
Text Example
Text Example
White with #816102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816102; }
p { color: rgb(129,97,2); }
H1.HeaderClassName
{
color: #816102;
}
.AnyTagClassName
{
color: #816102;
}
</style>
background-color css
<style>
a { background-color: #816102; }
a { background-color: rgb(129,97,2); }
div.DivClassName
{
background-color: #816102;
}
.BgClassName
{
background-color: #816102;
}
</style>
border-color css
<style>
span { border-color: #816102; }
span { border-color: rgb(129,97,2); }
td.TdClassName
{
border-color: #816102;
}
.TagClassName
{
border-color: #816102;
}
</style>