Shades of Yukon Gold #847412
Tints of Yukon Gold #847412
RGB
CMYK
RGB Variations
Color information
#847412 (or 0x847412) is known color: Yukon Gold. HEX triplet: 84, 74 and 12. RGB value is (132,116,18). Sum of RGB (Red+Green+Blue) = 132+116+18=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #847412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847412 is #7B8BED. Grayscale: #6E6E6E. Windows color (decimal): -8096750 or 1209476. OLE color: 1209476.
HSL color Cylindrical-coordinate representation of color #847412: hue angle of 51.58º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #847412 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 116 | 18 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.48 |
| HSL | 51.58º | 0.76% | 0.29% | - |
| HSV(B) | 51.58º | 0.86% | 0.52% | - |
| XYZ | 15.87 | 17.44 | 3.1 | - |
| YUV | 109.61 | 76.3 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 18 | 0 | 0.12 | 0.86 | 0.48 | 51.58 | 0.76 | 0.29 |
| Hex | 84 | 74 | 12 | 0 | C | 56 | 30 | 34 | 4C | 1D |
| Octal | 204 | 164 | 22 | 0 | 14 | 126 | 60 | 64 | 114 | 35 |
| Binary | 10000100 | 1110100 | 10010 | 0 | 1100 | 1010110 | 110000 | 110100 | 1001100 | 11101 |
Color Harmonies of #847412
Complementary color
Monochromatic Colors of #847412
Black with #847412
Text Example
Text Example
White with #847412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847412; }
p { color: rgb(132,116,18); }
H1.HeaderClassName
{
color: #847412;
}
.AnyTagClassName
{
color: #847412;
}
</style>
background-color css
<style>
a { background-color: #847412; }
a { background-color: rgb(132,116,18); }
div.DivClassName
{
background-color: #847412;
}
.BgClassName
{
background-color: #847412;
}
</style>
border-color css
<style>
span { border-color: #847412; }
span { border-color: rgb(132,116,18); }
td.TdClassName
{
border-color: #847412;
}
.TagClassName
{
border-color: #847412;
}
</style>