Shades of Yukon Gold #84701D
Tints of Yukon Gold #84701D
RGB
CMYK
RGB Variations
Color information
#84701D (or 0x84701D) is known color: Yukon Gold. HEX triplet: 84, 70 and 1D. RGB value is (132,112,29). Sum of RGB (Red+Green+Blue) = 132+112+29=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #84701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84701D is #7B8FE2. Grayscale: #6C6C6C. Windows color (decimal): -8097763 or 1929348. OLE color: 1929348.
HSL color Cylindrical-coordinate representation of color #84701D: hue angle of 48.35º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84701D is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 112 | 29 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.48 |
| HSL | 48.35º | 0.64% | 0.32% | - |
| HSV(B) | 48.35º | 0.78% | 0.52% | - |
| XYZ | 15.53 | 16.58 | 3.54 | - |
| YUV | 108.52 | 83.13 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 29 | 0 | 0.15 | 0.78 | 0.48 | 48.35 | 0.64 | 0.32 |
| Hex | 84 | 70 | 1D | 0 | F | 4E | 30 | 30 | 40 | 20 |
| Octal | 204 | 160 | 35 | 0 | 17 | 116 | 60 | 60 | 100 | 40 |
| Binary | 10000100 | 1110000 | 11101 | 0 | 1111 | 1001110 | 110000 | 110000 | 1000000 | 100000 |
Color Harmonies of #84701D
Complementary color
Monochromatic Colors of #84701D
Black with #84701D
Text Example
Text Example
White with #84701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84701D; }
p { color: rgb(132,112,29); }
H1.HeaderClassName
{
color: #84701D;
}
.AnyTagClassName
{
color: #84701D;
}
</style>
background-color css
<style>
a { background-color: #84701D; }
a { background-color: rgb(132,112,29); }
div.DivClassName
{
background-color: #84701D;
}
.BgClassName
{
background-color: #84701D;
}
</style>
border-color css
<style>
span { border-color: #84701D; }
span { border-color: rgb(132,112,29); }
td.TdClassName
{
border-color: #84701D;
}
.TagClassName
{
border-color: #84701D;
}
</style>