Shades of Feldspar #DA996F
Tints of Feldspar #DA996F
RGB
CMYK
RGB Variations
Color information
#DA996F (or 0xDA996F) is known color: Feldspar. HEX triplet: DA, 99 and 6F. RGB value is (218,153,111). Sum of RGB (Red+Green+Blue) = 218+153+111=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA996F is #256690. Grayscale: #A7A7A7. Windows color (decimal): -2451089 or 7313882. OLE color: 7313882.
HSL color Cylindrical-coordinate representation of color #DA996F: hue angle of 23.55º 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 #DA996F is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 111 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.15 |
| HSL | 23.55º | 0.59% | 0.65% | - |
| HSV(B) | 23.55º | 0.49% | 0.85% | - |
| XYZ | 43.17 | 38.84 | 20.26 | - |
| YUV | 167.65 | 96.03 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 111 | 0 | 0.30 | 0.49 | 0.15 | 23.55 | 0.59 | 0.65 |
| Hex | DA | 99 | 6F | 0 | 1E | 31 | F | 18 | 3B | 41 |
| Octal | 332 | 231 | 157 | 0 | 36 | 61 | 17 | 30 | 73 | 101 |
| Binary | 11011010 | 10011001 | 1101111 | 0 | 11110 | 110001 | 1111 | 11000 | 111011 | 1000001 |
Color Harmonies of #DA996F
Complementary color
Monochromatic Colors of #DA996F
Black with #DA996F
Text Example
Text Example
White with #DA996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA996F; }
p { color: rgb(218,153,111); }
H1.HeaderClassName
{
color: #DA996F;
}
.AnyTagClassName
{
color: #DA996F;
}
</style>
background-color css
<style>
a { background-color: #DA996F; }
a { background-color: rgb(218,153,111); }
div.DivClassName
{
background-color: #DA996F;
}
.BgClassName
{
background-color: #DA996F;
}
</style>
border-color css
<style>
span { border-color: #DA996F; }
span { border-color: rgb(218,153,111); }
td.TdClassName
{
border-color: #DA996F;
}
.TagClassName
{
border-color: #DA996F;
}
</style>