Shades of Feldspar #DA9870
Tints of Feldspar #DA9870
RGB
CMYK
RGB Variations
Color information
#DA9870 (or 0xDA9870) is known color: Feldspar. HEX triplet: DA, 98 and 70. RGB value is (218,152,112). Sum of RGB (Red+Green+Blue) = 218+152+112=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9870 is #25678F. Grayscale: #A7A7A7. Windows color (decimal): -2451344 or 7379162. OLE color: 7379162.
HSL color Cylindrical-coordinate representation of color #DA9870: hue angle of 22.64º 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 #DA9870 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 112 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.15 |
| HSL | 22.64º | 0.59% | 0.65% | - |
| HSV(B) | 22.64º | 0.49% | 0.85% | - |
| XYZ | 43.07 | 38.53 | 20.5 | - |
| YUV | 167.17 | 96.87 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 112 | 0 | 0.30 | 0.49 | 0.15 | 22.64 | 0.59 | 0.65 |
| Hex | DA | 98 | 70 | 0 | 1E | 31 | F | 17 | 3B | 41 |
| Octal | 332 | 230 | 160 | 0 | 36 | 61 | 17 | 27 | 73 | 101 |
| Binary | 11011010 | 10011000 | 1110000 | 0 | 11110 | 110001 | 1111 | 10111 | 111011 | 1000001 |
Color Harmonies of #DA9870
Complementary color
Monochromatic Colors of #DA9870
Black with #DA9870
Text Example
Text Example
White with #DA9870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9870; }
p { color: rgb(218,152,112); }
H1.HeaderClassName
{
color: #DA9870;
}
.AnyTagClassName
{
color: #DA9870;
}
</style>
background-color css
<style>
a { background-color: #DA9870; }
a { background-color: rgb(218,152,112); }
div.DivClassName
{
background-color: #DA9870;
}
.BgClassName
{
background-color: #DA9870;
}
</style>
border-color css
<style>
span { border-color: #DA9870; }
span { border-color: rgb(218,152,112); }
td.TdClassName
{
border-color: #DA9870;
}
.TagClassName
{
border-color: #DA9870;
}
</style>