Shades of Yukon Gold #85700B
Tints of Yukon Gold #85700B
RGB
CMYK
RGB Variations
Color information
#85700B (or 0x85700B) is known color: Yukon Gold. HEX triplet: 85, 70 and 0B. RGB value is (133,112,11). Sum of RGB (Red+Green+Blue) = 133+112+11=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #85700B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85700B is #7A8FF4. Grayscale: #6B6B6B. Windows color (decimal): -8032245 or 749701. OLE color: 749701.
HSL color Cylindrical-coordinate representation of color #85700B: hue angle of 49.67º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85700B is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 112 | 11 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.48 |
| HSL | 49.67º | 0.85% | 0.28% | - |
| HSV(B) | 49.67º | 0.92% | 0.52% | - |
| XYZ | 15.53 | 16.6 | 2.7 | - |
| YUV | 106.77 | 73.96 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 11 | 0 | 0.16 | 0.92 | 0.48 | 49.67 | 0.85 | 0.28 |
| Hex | 85 | 70 | B | 0 | 10 | 5C | 30 | 32 | 55 | 1C |
| Octal | 205 | 160 | 13 | 0 | 20 | 134 | 60 | 62 | 125 | 34 |
| Binary | 10000101 | 1110000 | 1011 | 0 | 10000 | 1011100 | 110000 | 110010 | 1010101 | 11100 |
Color Harmonies of #85700B
Complementary color
Monochromatic Colors of #85700B
Black with #85700B
Text Example
Text Example
White with #85700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85700B; }
p { color: rgb(133,112,11); }
H1.HeaderClassName
{
color: #85700B;
}
.AnyTagClassName
{
color: #85700B;
}
</style>
background-color css
<style>
a { background-color: #85700B; }
a { background-color: rgb(133,112,11); }
div.DivClassName
{
background-color: #85700B;
}
.BgClassName
{
background-color: #85700B;
}
</style>
border-color css
<style>
span { border-color: #85700B; }
span { border-color: rgb(133,112,11); }
td.TdClassName
{
border-color: #85700B;
}
.TagClassName
{
border-color: #85700B;
}
</style>