Shades of Feldspar #DA9170
Tints of Feldspar #DA9170
RGB
CMYK
RGB Variations
Color information
#DA9170 (or 0xDA9170) is known color: Feldspar. HEX triplet: DA, 91 and 70. RGB value is (218,145,112). Sum of RGB (Red+Green+Blue) = 218+145+112=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9170 is #256E8F. Grayscale: #A3A3A3. Windows color (decimal): -2453136 or 7377370. OLE color: 7377370.
HSL color Cylindrical-coordinate representation of color #DA9170: hue angle of 18.68º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA9170 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 112 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.15 |
| HSL | 18.68º | 0.59% | 0.65% | - |
| HSV(B) | 18.68º | 0.49% | 0.85% | - |
| XYZ | 41.96 | 36.33 | 20.13 | - |
| YUV | 163.07 | 99.18 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 112 | 0 | 0.33 | 0.49 | 0.15 | 18.68 | 0.59 | 0.65 |
| Hex | DA | 91 | 70 | 0 | 21 | 31 | F | 13 | 3B | 41 |
| Octal | 332 | 221 | 160 | 0 | 41 | 61 | 17 | 23 | 73 | 101 |
| Binary | 11011010 | 10010001 | 1110000 | 0 | 100001 | 110001 | 1111 | 10011 | 111011 | 1000001 |
Color Harmonies of #DA9170
Complementary color
Monochromatic Colors of #DA9170
Black with #DA9170
Text Example
Text Example
White with #DA9170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9170; }
p { color: rgb(218,145,112); }
H1.HeaderClassName
{
color: #DA9170;
}
.AnyTagClassName
{
color: #DA9170;
}
</style>
background-color css
<style>
a { background-color: #DA9170; }
a { background-color: rgb(218,145,112); }
div.DivClassName
{
background-color: #DA9170;
}
.BgClassName
{
background-color: #DA9170;
}
</style>
border-color css
<style>
span { border-color: #DA9170; }
span { border-color: rgb(218,145,112); }
td.TdClassName
{
border-color: #DA9170;
}
.TagClassName
{
border-color: #DA9170;
}
</style>