Shades of Feldspar #D79A70
Tints of Feldspar #D79A70
RGB
CMYK
RGB Variations
Color information
#D79A70 (or 0xD79A70) is known color: Feldspar. HEX triplet: D7, 9A and 70. RGB value is (215,154,112). Sum of RGB (Red+Green+Blue) = 215+154+112=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79A70 is #28658F. Grayscale: #A7A7A7. Windows color (decimal): -2647440 or 7379671. OLE color: 7379671.
HSL color Cylindrical-coordinate representation of color #D79A70: hue angle of 24.47º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D79A70 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 112 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.16 |
| HSL | 24.47º | 0.56% | 0.64% | - |
| HSV(B) | 24.47º | 0.48% | 0.84% | - |
| XYZ | 42.5 | 38.73 | 20.56 | - |
| YUV | 167.45 | 96.71 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 112 | 0 | 0.28 | 0.48 | 0.16 | 24.47 | 0.56 | 0.64 |
| Hex | D7 | 9A | 70 | 0 | 1C | 30 | 10 | 18 | 38 | 40 |
| Octal | 327 | 232 | 160 | 0 | 34 | 60 | 20 | 30 | 70 | 100 |
| Binary | 11010111 | 10011010 | 1110000 | 0 | 11100 | 110000 | 10000 | 11000 | 111000 | 1000000 |
Color Harmonies of #D79A70
Complementary color
Monochromatic Colors of #D79A70
Black with #D79A70
Text Example
Text Example
White with #D79A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79A70; }
p { color: rgb(215,154,112); }
H1.HeaderClassName
{
color: #D79A70;
}
.AnyTagClassName
{
color: #D79A70;
}
</style>
background-color css
<style>
a { background-color: #D79A70; }
a { background-color: rgb(215,154,112); }
div.DivClassName
{
background-color: #D79A70;
}
.BgClassName
{
background-color: #D79A70;
}
</style>
border-color css
<style>
span { border-color: #D79A70; }
span { border-color: rgb(215,154,112); }
td.TdClassName
{
border-color: #D79A70;
}
.TagClassName
{
border-color: #D79A70;
}
</style>