Shades of Yukon Gold #8D671D
Tints of Yukon Gold #8D671D
RGB
CMYK
RGB Variations
Color information
#8D671D (or 0x8D671D) is known color: Yukon Gold. HEX triplet: 8D, 67 and 1D. RGB value is (141,103,29). Sum of RGB (Red+Green+Blue) = 141+103+29=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D671D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D671D is #7298E2. Grayscale: #6A6A6A. Windows color (decimal): -7510243 or 1927053. OLE color: 1927053.
HSL color Cylindrical-coordinate representation of color #8D671D: hue angle of 39.64º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D671D is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 103 | 29 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.45 |
| HSL | 39.64º | 0.66% | 0.33% | - |
| HSV(B) | 39.64º | 0.79% | 0.55% | - |
| XYZ | 16.06 | 15.45 | 3.3 | - |
| YUV | 105.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 29 | 0 | 0.27 | 0.79 | 0.45 | 39.64 | 0.66 | 0.33 |
| Hex | 8D | 67 | 1D | 0 | 1B | 4F | 2D | 28 | 42 | 21 |
| Octal | 215 | 147 | 35 | 0 | 33 | 117 | 55 | 50 | 102 | 41 |
| Binary | 10001101 | 1100111 | 11101 | 0 | 11011 | 1001111 | 101101 | 101000 | 1000010 | 100001 |
Color Harmonies of #8D671D
Complementary color
Monochromatic Colors of #8D671D
Black with #8D671D
Text Example
Text Example
White with #8D671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D671D; }
p { color: rgb(141,103,29); }
H1.HeaderClassName
{
color: #8D671D;
}
.AnyTagClassName
{
color: #8D671D;
}
</style>
background-color css
<style>
a { background-color: #8D671D; }
a { background-color: rgb(141,103,29); }
div.DivClassName
{
background-color: #8D671D;
}
.BgClassName
{
background-color: #8D671D;
}
</style>
border-color css
<style>
span { border-color: #8D671D; }
span { border-color: rgb(141,103,29); }
td.TdClassName
{
border-color: #8D671D;
}
.TagClassName
{
border-color: #8D671D;
}
</style>