Shades of Yukon Gold #816003
Tints of Yukon Gold #816003
RGB
CMYK
RGB Variations
Color information
#816003 (or 0x816003) is known color: Yukon Gold. HEX triplet: 81, 60 and 03. RGB value is (129,96,3). Sum of RGB (Red+Green+Blue) = 129+96+3=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #816003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816003 is #7E9FFC. Grayscale: #5F5F5F. Windows color (decimal): -8298493 or 221313. OLE color: 221313.
HSL color Cylindrical-coordinate representation of color #816003: hue angle of 44.29º degrees, saturation: 0.95, 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 #816003 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 96 | 3 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.49 |
| HSL | 44.29º | 0.95% | 0.26% | - |
| HSV(B) | 44.29º | 0.98% | 0.51% | - |
| XYZ | 13.25 | 13.04 | 1.9 | - |
| YUV | 95.27 | 75.93 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 96 | 3 | 0 | 0.26 | 0.98 | 0.49 | 44.29 | 0.95 | 0.26 |
| Hex | 81 | 60 | 3 | 0 | 1A | 62 | 31 | 2C | 5F | 1A |
| Octal | 201 | 140 | 3 | 0 | 32 | 142 | 61 | 54 | 137 | 32 |
| Binary | 10000001 | 1100000 | 11 | 0 | 11010 | 1100010 | 110001 | 101100 | 1011111 | 11010 |
Color Harmonies of #816003
Complementary color
Monochromatic Colors of #816003
Black with #816003
Text Example
Text Example
White with #816003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816003; }
p { color: rgb(129,96,3); }
H1.HeaderClassName
{
color: #816003;
}
.AnyTagClassName
{
color: #816003;
}
</style>
background-color css
<style>
a { background-color: #816003; }
a { background-color: rgb(129,96,3); }
div.DivClassName
{
background-color: #816003;
}
.BgClassName
{
background-color: #816003;
}
</style>
border-color css
<style>
span { border-color: #816003; }
span { border-color: rgb(129,96,3); }
td.TdClassName
{
border-color: #816003;
}
.TagClassName
{
border-color: #816003;
}
</style>