Shades of Feldspar #DA9271
Tints of Feldspar #DA9271
RGB
CMYK
RGB Variations
Color information
#DA9271 (or 0xDA9271) is known color: Feldspar. HEX triplet: DA, 92 and 71. RGB value is (218,146,113). Sum of RGB (Red+Green+Blue) = 218+146+113=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9271 is #256D8E. Grayscale: #A3A3A3. Windows color (decimal): -2452879 or 7443162. OLE color: 7443162.
HSL color Cylindrical-coordinate representation of color #DA9271: hue angle of 18.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA9271 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 113 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.15 |
| HSL | 18.86º | 0.59% | 0.65% | - |
| HSV(B) | 18.86º | 0.48% | 0.85% | - |
| XYZ | 42.17 | 36.66 | 20.48 | - |
| YUV | 163.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 113 | 0 | 0.33 | 0.48 | 0.15 | 18.86 | 0.59 | 0.65 |
| Hex | DA | 92 | 71 | 0 | 21 | 30 | F | 13 | 3B | 41 |
| Octal | 332 | 222 | 161 | 0 | 41 | 60 | 17 | 23 | 73 | 101 |
| Binary | 11011010 | 10010010 | 1110001 | 0 | 100001 | 110000 | 1111 | 10011 | 111011 | 1000001 |
Color Harmonies of #DA9271
Complementary color
Monochromatic Colors of #DA9271
Black with #DA9271
Text Example
Text Example
White with #DA9271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9271; }
p { color: rgb(218,146,113); }
H1.HeaderClassName
{
color: #DA9271;
}
.AnyTagClassName
{
color: #DA9271;
}
</style>
background-color css
<style>
a { background-color: #DA9271; }
a { background-color: rgb(218,146,113); }
div.DivClassName
{
background-color: #DA9271;
}
.BgClassName
{
background-color: #DA9271;
}
</style>
border-color css
<style>
span { border-color: #DA9271; }
span { border-color: rgb(218,146,113); }
td.TdClassName
{
border-color: #DA9271;
}
.TagClassName
{
border-color: #DA9271;
}
</style>