Shades of Yukon Gold #84700C
Tints of Yukon Gold #84700C
RGB
CMYK
RGB Variations
Color information
#84700C (or 0x84700C) is known color: Yukon Gold. HEX triplet: 84, 70 and 0C. RGB value is (132,112,12). Sum of RGB (Red+Green+Blue) = 132+112+12=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #84700C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84700C is #7B8FF3. Grayscale: #6B6B6B. Windows color (decimal): -8097780 or 815236. OLE color: 815236.
HSL color Cylindrical-coordinate representation of color #84700C: hue angle of 50º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84700C is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 112 | 12 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.48 |
| HSL | 50º | 0.83% | 0.28% | - |
| HSV(B) | 50º | 0.91% | 0.52% | - |
| XYZ | 15.38 | 16.52 | 2.73 | - |
| YUV | 106.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 12 | 0 | 0.15 | 0.91 | 0.48 | 50 | 0.83 | 0.28 |
| Hex | 84 | 70 | C | 0 | F | 5B | 30 | 32 | 53 | 1C |
| Octal | 204 | 160 | 14 | 0 | 17 | 133 | 60 | 62 | 123 | 34 |
| Binary | 10000100 | 1110000 | 1100 | 0 | 1111 | 1011011 | 110000 | 110010 | 1010011 | 11100 |
Color Harmonies of #84700C
Complementary color
Monochromatic Colors of #84700C
Black with #84700C
Text Example
Text Example
White with #84700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84700C; }
p { color: rgb(132,112,12); }
H1.HeaderClassName
{
color: #84700C;
}
.AnyTagClassName
{
color: #84700C;
}
</style>
background-color css
<style>
a { background-color: #84700C; }
a { background-color: rgb(132,112,12); }
div.DivClassName
{
background-color: #84700C;
}
.BgClassName
{
background-color: #84700C;
}
</style>
border-color css
<style>
span { border-color: #84700C; }
span { border-color: rgb(132,112,12); }
td.TdClassName
{
border-color: #84700C;
}
.TagClassName
{
border-color: #84700C;
}
</style>