Shades of Yukon Gold #7D6421
Tints of Yukon Gold #7D6421
RGB
CMYK
RGB Variations
Color information
#7D6421 (or 0x7D6421) is known color: Yukon Gold. HEX triplet: 7D, 64 and 21. RGB value is (125,100,33). Sum of RGB (Red+Green+Blue) = 125+100+33=258 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.45% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6421 is #829BDE. Grayscale: #646464. Windows color (decimal): -8559583 or 2188413. OLE color: 2188413.
HSL color Cylindrical-coordinate representation of color #7D6421: hue angle of 43.7º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D6421 is Cyan = 0, Magento = 0.2, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 100 | 33 | - |
| CMYK | 0 | 0.2 | 0.74 | 0.51 |
| HSL | 43.7º | 0.58% | 0.31% | - |
| HSV(B) | 43.7º | 0.74% | 0.49% | - |
| XYZ | 13.29 | 13.58 | 3.36 | - |
| YUV | 99.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 33 | 0 | 0.2 | 0.74 | 0.51 | 43.7 | 0.58 | 0.31 |
| Hex | 7D | 64 | 21 | 0 | 14 | 4A | 33 | 2C | 3A | 1F |
| Octal | 175 | 144 | 41 | 0 | 24 | 112 | 63 | 54 | 72 | 37 |
| Binary | 1111101 | 1100100 | 100001 | 0 | 10100 | 1001010 | 110011 | 101100 | 111010 | 11111 |
Color Harmonies of #7D6421
Complementary color
Monochromatic Colors of #7D6421
Black with #7D6421
Text Example
Text Example
White with #7D6421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6421; }
p { color: rgb(125,100,33); }
H1.HeaderClassName
{
color: #7D6421;
}
.AnyTagClassName
{
color: #7D6421;
}
</style>
background-color css
<style>
a { background-color: #7D6421; }
a { background-color: rgb(125,100,33); }
div.DivClassName
{
background-color: #7D6421;
}
.BgClassName
{
background-color: #7D6421;
}
</style>
border-color css
<style>
span { border-color: #7D6421; }
span { border-color: rgb(125,100,33); }
td.TdClassName
{
border-color: #7D6421;
}
.TagClassName
{
border-color: #7D6421;
}
</style>