Shades of Yukon Gold #7F6401
Tints of Yukon Gold #7F6401
RGB
CMYK
RGB Variations
Color information
#7F6401 (or 0x7F6401) is known color: Yukon Gold. HEX triplet: 7F, 64 and 01. RGB value is (127,100,1). Sum of RGB (Red+Green+Blue) = 127+100+1=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6401 is #809BFE. Grayscale: #616161. Windows color (decimal): -8428543 or 91263. OLE color: 91263.
HSL color Cylindrical-coordinate representation of color #7F6401: hue angle of 47.14º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F6401 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 100 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.50 |
| HSL | 47.14º | 0.98% | 0.25% | - |
| HSV(B) | 47.14º | 0.99% | 0.5% | - |
| XYZ | 13.32 | 13.63 | 1.96 | - |
| YUV | 96.79 | 73.95 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 1 | 0 | 0.21 | 0.99 | 0.50 | 47.14 | 0.98 | 0.25 |
| Hex | 7F | 64 | 1 | 0 | 15 | 63 | 32 | 2F | 62 | 19 |
| Octal | 177 | 144 | 1 | 0 | 25 | 143 | 62 | 57 | 142 | 31 |
| Binary | 1111111 | 1100100 | 1 | 0 | 10101 | 1100011 | 110010 | 101111 | 1100010 | 11001 |
Color Harmonies of #7F6401
Complementary color
Monochromatic Colors of #7F6401
Black with #7F6401
Text Example
Text Example
White with #7F6401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6401; }
p { color: rgb(127,100,1); }
H1.HeaderClassName
{
color: #7F6401;
}
.AnyTagClassName
{
color: #7F6401;
}
</style>
background-color css
<style>
a { background-color: #7F6401; }
a { background-color: rgb(127,100,1); }
div.DivClassName
{
background-color: #7F6401;
}
.BgClassName
{
background-color: #7F6401;
}
</style>
border-color css
<style>
span { border-color: #7F6401; }
span { border-color: rgb(127,100,1); }
td.TdClassName
{
border-color: #7F6401;
}
.TagClassName
{
border-color: #7F6401;
}
</style>