Shades of Yukon Gold #80671F
Tints of Yukon Gold #80671F
RGB
CMYK
RGB Variations
Color information
#80671F (or 0x80671F) is known color: Yukon Gold. HEX triplet: 80, 67 and 1F. RGB value is (128,103,31). Sum of RGB (Red+Green+Blue) = 128+103+31=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #80671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80671F is #7F98E0. Grayscale: #666666. Windows color (decimal): -8362209 or 2058112. OLE color: 2058112.
HSL color Cylindrical-coordinate representation of color #80671F: hue angle of 44.54º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80671F is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 103 | 31 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.50 |
| HSL | 44.54º | 0.61% | 0.31% | - |
| HSV(B) | 44.54º | 0.76% | 0.5% | - |
| XYZ | 14 | 14.39 | 3.34 | - |
| YUV | 102.27 | 87.78 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 31 | 0 | 0.20 | 0.76 | 0.50 | 44.54 | 0.61 | 0.31 |
| Hex | 80 | 67 | 1F | 0 | 14 | 4C | 32 | 2D | 3D | 1F |
| Octal | 200 | 147 | 37 | 0 | 24 | 114 | 62 | 55 | 75 | 37 |
| Binary | 10000000 | 1100111 | 11111 | 0 | 10100 | 1001100 | 110010 | 101101 | 111101 | 11111 |
Color Harmonies of #80671F
Complementary color
Monochromatic Colors of #80671F
Black with #80671F
Text Example
Text Example
White with #80671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80671F; }
p { color: rgb(128,103,31); }
H1.HeaderClassName
{
color: #80671F;
}
.AnyTagClassName
{
color: #80671F;
}
</style>
background-color css
<style>
a { background-color: #80671F; }
a { background-color: rgb(128,103,31); }
div.DivClassName
{
background-color: #80671F;
}
.BgClassName
{
background-color: #80671F;
}
</style>
border-color css
<style>
span { border-color: #80671F; }
span { border-color: rgb(128,103,31); }
td.TdClassName
{
border-color: #80671F;
}
.TagClassName
{
border-color: #80671F;
}
</style>