Shades of Yukon Gold #8D701C
Tints of Yukon Gold #8D701C
RGB
CMYK
RGB Variations
Color information
#8D701C (or 0x8D701C) is known color: Yukon Gold. HEX triplet: 8D, 70 and 1C. RGB value is (141,112,28). Sum of RGB (Red+Green+Blue) = 141+112+28=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D701C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D701C is #728FE3. Grayscale: #6F6F6F. Windows color (decimal): -7507940 or 1863821. OLE color: 1863821.
HSL color Cylindrical-coordinate representation of color #8D701C: hue angle of 44.6º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D701C is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 112 | 28 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.45 |
| HSL | 44.6º | 0.67% | 0.33% | - |
| HSV(B) | 44.6º | 0.8% | 0.55% | - |
| XYZ | 16.99 | 17.33 | 3.55 | - |
| YUV | 111.1 | 81.11 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 28 | 0 | 0.21 | 0.80 | 0.45 | 44.6 | 0.67 | 0.33 |
| Hex | 8D | 70 | 1C | 0 | 15 | 50 | 2D | 2D | 43 | 21 |
| Octal | 215 | 160 | 34 | 0 | 25 | 120 | 55 | 55 | 103 | 41 |
| Binary | 10001101 | 1110000 | 11100 | 0 | 10101 | 1010000 | 101101 | 101101 | 1000011 | 100001 |
Color Harmonies of #8D701C
Complementary color
Monochromatic Colors of #8D701C
Black with #8D701C
Text Example
Text Example
White with #8D701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D701C; }
p { color: rgb(141,112,28); }
H1.HeaderClassName
{
color: #8D701C;
}
.AnyTagClassName
{
color: #8D701C;
}
</style>
background-color css
<style>
a { background-color: #8D701C; }
a { background-color: rgb(141,112,28); }
div.DivClassName
{
background-color: #8D701C;
}
.BgClassName
{
background-color: #8D701C;
}
</style>
border-color css
<style>
span { border-color: #8D701C; }
span { border-color: rgb(141,112,28); }
td.TdClassName
{
border-color: #8D701C;
}
.TagClassName
{
border-color: #8D701C;
}
</style>