Shades of Yukon Gold #84711D
Tints of Yukon Gold #84711D
RGB
CMYK
RGB Variations
Color information
#84711D (or 0x84711D) is known color: Yukon Gold. HEX triplet: 84, 71 and 1D. RGB value is (132,113,29). Sum of RGB (Red+Green+Blue) = 132+113+29=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84711D is #7B8EE2. Grayscale: #6D6D6D. Windows color (decimal): -8097507 or 1929604. OLE color: 1929604.
HSL color Cylindrical-coordinate representation of color #84711D: hue angle of 48.93º 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 #84711D is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 113 | 29 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.48 |
| HSL | 48.93º | 0.64% | 0.32% | - |
| HSV(B) | 48.93º | 0.78% | 0.52% | - |
| XYZ | 15.64 | 16.8 | 3.58 | - |
| YUV | 109.11 | 82.79 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 29 | 0 | 0.14 | 0.78 | 0.48 | 48.93 | 0.64 | 0.32 |
| Hex | 84 | 71 | 1D | 0 | E | 4E | 30 | 31 | 40 | 20 |
| Octal | 204 | 161 | 35 | 0 | 16 | 116 | 60 | 61 | 100 | 40 |
| Binary | 10000100 | 1110001 | 11101 | 0 | 1110 | 1001110 | 110000 | 110001 | 1000000 | 100000 |
Color Harmonies of #84711D
Complementary color
Monochromatic Colors of #84711D
Black with #84711D
Text Example
Text Example
White with #84711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84711D; }
p { color: rgb(132,113,29); }
H1.HeaderClassName
{
color: #84711D;
}
.AnyTagClassName
{
color: #84711D;
}
</style>
background-color css
<style>
a { background-color: #84711D; }
a { background-color: rgb(132,113,29); }
div.DivClassName
{
background-color: #84711D;
}
.BgClassName
{
background-color: #84711D;
}
</style>
border-color css
<style>
span { border-color: #84711D; }
span { border-color: rgb(132,113,29); }
td.TdClassName
{
border-color: #84711D;
}
.TagClassName
{
border-color: #84711D;
}
</style>