Shades of Feldspar #DA9073
Tints of Feldspar #DA9073
RGB
CMYK
RGB Variations
Color information
#DA9073 (or 0xDA9073) is known color: Feldspar. HEX triplet: DA, 90 and 73. RGB value is (218,144,115). Sum of RGB (Red+Green+Blue) = 218+144+115=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9073 is #256F8C. Grayscale: #A3A3A3. Windows color (decimal): -2453389 or 7573722. OLE color: 7573722.
HSL color Cylindrical-coordinate representation of color #DA9073: hue angle of 16.89º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA9073 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 115 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.15 |
| HSL | 16.89º | 0.58% | 0.65% | - |
| HSV(B) | 16.89º | 0.47% | 0.85% | - |
| XYZ | 41.98 | 36.09 | 20.97 | - |
| YUV | 162.82 | 101.02 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 115 | 0 | 0.34 | 0.47 | 0.15 | 16.89 | 0.58 | 0.65 |
| Hex | DA | 90 | 73 | 0 | 22 | 2F | F | 11 | 3A | 41 |
| Octal | 332 | 220 | 163 | 0 | 42 | 57 | 17 | 21 | 72 | 101 |
| Binary | 11011010 | 10010000 | 1110011 | 0 | 100010 | 101111 | 1111 | 10001 | 111010 | 1000001 |
Color Harmonies of #DA9073
Complementary color
Monochromatic Colors of #DA9073
Black with #DA9073
Text Example
Text Example
White with #DA9073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9073; }
p { color: rgb(218,144,115); }
H1.HeaderClassName
{
color: #DA9073;
}
.AnyTagClassName
{
color: #DA9073;
}
</style>
background-color css
<style>
a { background-color: #DA9073; }
a { background-color: rgb(218,144,115); }
div.DivClassName
{
background-color: #DA9073;
}
.BgClassName
{
background-color: #DA9073;
}
</style>
border-color css
<style>
span { border-color: #DA9073; }
span { border-color: rgb(218,144,115); }
td.TdClassName
{
border-color: #DA9073;
}
.TagClassName
{
border-color: #DA9073;
}
</style>