Shades of Feldspar #DA947B
Tints of Feldspar #DA947B
RGB
CMYK
RGB Variations
Color information
#DA947B (or 0xDA947B) is known color: Feldspar. HEX triplet: DA, 94 and 7B. RGB value is (218,148,123). Sum of RGB (Red+Green+Blue) = 218+148+123=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA947B is #256B84. Grayscale: #A6A6A6. Windows color (decimal): -2452357 or 8099034. OLE color: 8099034.
HSL color Cylindrical-coordinate representation of color #DA947B: hue angle of 15.79º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA947B is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 148 | 123 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.15 |
| HSL | 15.79º | 0.56% | 0.67% | - |
| HSV(B) | 15.79º | 0.44% | 0.85% | - |
| XYZ | 43.08 | 37.52 | 23.71 | - |
| YUV | 166.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 123 | 0 | 0.32 | 0.44 | 0.15 | 15.79 | 0.56 | 0.67 |
| Hex | DA | 94 | 7B | 0 | 20 | 2C | F | 10 | 38 | 43 |
| Octal | 332 | 224 | 173 | 0 | 40 | 54 | 17 | 20 | 70 | 103 |
| Binary | 11011010 | 10010100 | 1111011 | 0 | 100000 | 101100 | 1111 | 10000 | 111000 | 1000011 |
Color Harmonies of #DA947B
Complementary color
Monochromatic Colors of #DA947B
Black with #DA947B
Text Example
Text Example
White with #DA947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA947B; }
p { color: rgb(218,148,123); }
H1.HeaderClassName
{
color: #DA947B;
}
.AnyTagClassName
{
color: #DA947B;
}
</style>
background-color css
<style>
a { background-color: #DA947B; }
a { background-color: rgb(218,148,123); }
div.DivClassName
{
background-color: #DA947B;
}
.BgClassName
{
background-color: #DA947B;
}
</style>
border-color css
<style>
span { border-color: #DA947B; }
span { border-color: rgb(218,148,123); }
td.TdClassName
{
border-color: #DA947B;
}
.TagClassName
{
border-color: #DA947B;
}
</style>