Shades of Yukon Gold #8C7219
Tints of Yukon Gold #8C7219
RGB
CMYK
RGB Variations
Color information
#8C7219 (or 0x8C7219) is known color: Yukon Gold. HEX triplet: 8C, 72 and 19. RGB value is (140,114,25). Sum of RGB (Red+Green+Blue) = 140+114+25=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7219 is #738DE6. Grayscale: #707070. Windows color (decimal): -7572967 or 1667724. OLE color: 1667724.
HSL color Cylindrical-coordinate representation of color #8C7219: hue angle of 46.43º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C7219 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 114 | 25 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.45 |
| HSL | 46.43º | 0.7% | 0.32% | - |
| HSV(B) | 46.43º | 0.82% | 0.55% | - |
| XYZ | 17.01 | 17.68 | 3.44 | - |
| YUV | 111.63 | 79.11 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 114 | 25 | 0 | 0.19 | 0.82 | 0.45 | 46.43 | 0.7 | 0.32 |
| Hex | 8C | 72 | 19 | 0 | 13 | 52 | 2D | 2E | 46 | 20 |
| Octal | 214 | 162 | 31 | 0 | 23 | 122 | 55 | 56 | 106 | 40 |
| Binary | 10001100 | 1110010 | 11001 | 0 | 10011 | 1010010 | 101101 | 101110 | 1000110 | 100000 |
Color Harmonies of #8C7219
Complementary color
Monochromatic Colors of #8C7219
Black with #8C7219
Text Example
Text Example
White with #8C7219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7219; }
p { color: rgb(140,114,25); }
H1.HeaderClassName
{
color: #8C7219;
}
.AnyTagClassName
{
color: #8C7219;
}
</style>
background-color css
<style>
a { background-color: #8C7219; }
a { background-color: rgb(140,114,25); }
div.DivClassName
{
background-color: #8C7219;
}
.BgClassName
{
background-color: #8C7219;
}
</style>
border-color css
<style>
span { border-color: #8C7219; }
span { border-color: rgb(140,114,25); }
td.TdClassName
{
border-color: #8C7219;
}
.TagClassName
{
border-color: #8C7219;
}
</style>