Shades of Feldspar #DA9877
Tints of Feldspar #DA9877
RGB
CMYK
RGB Variations
Color information
#DA9877 (or 0xDA9877) is known color: Feldspar. HEX triplet: DA, 98 and 77. RGB value is (218,152,119). Sum of RGB (Red+Green+Blue) = 218+152+119=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9877 is #256788. Grayscale: #A8A8A8. Windows color (decimal): -2451337 or 7837914. OLE color: 7837914.
HSL color Cylindrical-coordinate representation of color #DA9877: hue angle of 20º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA9877 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 119 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.15 |
| HSL | 20º | 0.57% | 0.66% | - |
| HSV(B) | 20º | 0.45% | 0.85% | - |
| XYZ | 43.47 | 38.69 | 22.63 | - |
| YUV | 167.97 | 100.37 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 119 | 0 | 0.30 | 0.45 | 0.15 | 20 | 0.57 | 0.66 |
| Hex | DA | 98 | 77 | 0 | 1E | 2D | F | 14 | 39 | 42 |
| Octal | 332 | 230 | 167 | 0 | 36 | 55 | 17 | 24 | 71 | 102 |
| Binary | 11011010 | 10011000 | 1110111 | 0 | 11110 | 101101 | 1111 | 10100 | 111001 | 1000010 |
Color Harmonies of #DA9877
Complementary color
Monochromatic Colors of #DA9877
Black with #DA9877
Text Example
Text Example
White with #DA9877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9877; }
p { color: rgb(218,152,119); }
H1.HeaderClassName
{
color: #DA9877;
}
.AnyTagClassName
{
color: #DA9877;
}
</style>
background-color css
<style>
a { background-color: #DA9877; }
a { background-color: rgb(218,152,119); }
div.DivClassName
{
background-color: #DA9877;
}
.BgClassName
{
background-color: #DA9877;
}
</style>
border-color css
<style>
span { border-color: #DA9877; }
span { border-color: rgb(218,152,119); }
td.TdClassName
{
border-color: #DA9877;
}
.TagClassName
{
border-color: #DA9877;
}
</style>