Shades of Yukon Gold #82700D
Tints of Yukon Gold #82700D
RGB
CMYK
RGB Variations
Color information
#82700D (or 0x82700D) is known color: Yukon Gold. HEX triplet: 82, 70 and 0D. RGB value is (130,112,13). Sum of RGB (Red+Green+Blue) = 130+112+13=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #82700D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82700D is #7D8FF2. Grayscale: #6A6A6A. Windows color (decimal): -8228851 or 880770. OLE color: 880770.
HSL color Cylindrical-coordinate representation of color #82700D: hue angle of 50.77º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82700D is Cyan = 0, Magento = 0.14, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 112 | 13 | - |
| CMYK | 0 | 0.14 | 0.9 | 0.49 |
| HSL | 50.77º | 0.82% | 0.28% | - |
| HSV(B) | 50.77º | 0.9% | 0.51% | - |
| XYZ | 15.07 | 16.36 | 2.74 | - |
| YUV | 106.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 13 | 0 | 0.14 | 0.9 | 0.49 | 50.77 | 0.82 | 0.28 |
| Hex | 82 | 70 | D | 0 | E | 5A | 31 | 33 | 52 | 1C |
| Octal | 202 | 160 | 15 | 0 | 16 | 132 | 61 | 63 | 122 | 34 |
| Binary | 10000010 | 1110000 | 1101 | 0 | 1110 | 1011010 | 110001 | 110011 | 1010010 | 11100 |
Color Harmonies of #82700D
Complementary color
Monochromatic Colors of #82700D
Black with #82700D
Text Example
Text Example
White with #82700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82700D; }
p { color: rgb(130,112,13); }
H1.HeaderClassName
{
color: #82700D;
}
.AnyTagClassName
{
color: #82700D;
}
</style>
background-color css
<style>
a { background-color: #82700D; }
a { background-color: rgb(130,112,13); }
div.DivClassName
{
background-color: #82700D;
}
.BgClassName
{
background-color: #82700D;
}
</style>
border-color css
<style>
span { border-color: #82700D; }
span { border-color: rgb(130,112,13); }
td.TdClassName
{
border-color: #82700D;
}
.TagClassName
{
border-color: #82700D;
}
</style>