Shades of Yukon Gold #726205
Tints of Yukon Gold #726205
RGB
CMYK
RGB Variations
Color information
#726205 (or 0x726205) is known color: Yukon Gold. HEX triplet: 72, 62 and 05. RGB value is (114,98,5). Sum of RGB (Red+Green+Blue) = 114+98+5=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #726205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726205 is #8D9DFA. Grayscale: #5C5C5C. Windows color (decimal): -9281019 or 352882. OLE color: 352882.
HSL color Cylindrical-coordinate representation of color #726205: hue angle of 51.19º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #726205 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 98 | 5 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.55 |
| HSL | 51.19º | 0.92% | 0.23% | - |
| HSV(B) | 51.19º | 0.96% | 0.45% | - |
| XYZ | 11.33 | 12.32 | 1.92 | - |
| YUV | 92.18 | 78.8 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 5 | 0 | 0.14 | 0.96 | 0.55 | 51.19 | 0.92 | 0.23 |
| Hex | 72 | 62 | 5 | 0 | E | 60 | 37 | 33 | 5C | 17 |
| Octal | 162 | 142 | 5 | 0 | 16 | 140 | 67 | 63 | 134 | 27 |
| Binary | 1110010 | 1100010 | 101 | 0 | 1110 | 1100000 | 110111 | 110011 | 1011100 | 10111 |
Color Harmonies of #726205
Complementary color
Monochromatic Colors of #726205
Black with #726205
Text Example
Text Example
White with #726205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726205; }
p { color: rgb(114,98,5); }
H1.HeaderClassName
{
color: #726205;
}
.AnyTagClassName
{
color: #726205;
}
</style>
background-color css
<style>
a { background-color: #726205; }
a { background-color: rgb(114,98,5); }
div.DivClassName
{
background-color: #726205;
}
.BgClassName
{
background-color: #726205;
}
</style>
border-color css
<style>
span { border-color: #726205; }
span { border-color: rgb(114,98,5); }
td.TdClassName
{
border-color: #726205;
}
.TagClassName
{
border-color: #726205;
}
</style>