Shades of Feldspar #DA9070
Tints of Feldspar #DA9070
RGB
CMYK
RGB Variations
Color information
#DA9070 (or 0xDA9070) is known color: Feldspar. HEX triplet: DA, 90 and 70. RGB value is (218,144,112). Sum of RGB (Red+Green+Blue) = 218+144+112=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9070 is #256F8F. Grayscale: #A2A2A2. Windows color (decimal): -2453392 or 7377114. OLE color: 7377114.
HSL color Cylindrical-coordinate representation of color #DA9070: hue angle of 18.11º 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 #DA9070 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 112 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.15 |
| HSL | 18.11º | 0.59% | 0.65% | - |
| HSV(B) | 18.11º | 0.49% | 0.85% | - |
| XYZ | 41.81 | 36.02 | 20.08 | - |
| YUV | 162.48 | 99.52 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 112 | 0 | 0.34 | 0.49 | 0.15 | 18.11 | 0.59 | 0.65 |
| Hex | DA | 90 | 70 | 0 | 22 | 31 | F | 12 | 3B | 41 |
| Octal | 332 | 220 | 160 | 0 | 42 | 61 | 17 | 22 | 73 | 101 |
| Binary | 11011010 | 10010000 | 1110000 | 0 | 100010 | 110001 | 1111 | 10010 | 111011 | 1000001 |
Color Harmonies of #DA9070
Complementary color
Monochromatic Colors of #DA9070
Black with #DA9070
Text Example
Text Example
White with #DA9070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9070; }
p { color: rgb(218,144,112); }
H1.HeaderClassName
{
color: #DA9070;
}
.AnyTagClassName
{
color: #DA9070;
}
</style>
background-color css
<style>
a { background-color: #DA9070; }
a { background-color: rgb(218,144,112); }
div.DivClassName
{
background-color: #DA9070;
}
.BgClassName
{
background-color: #DA9070;
}
</style>
border-color css
<style>
span { border-color: #DA9070; }
span { border-color: rgb(218,144,112); }
td.TdClassName
{
border-color: #DA9070;
}
.TagClassName
{
border-color: #DA9070;
}
</style>