Shades of Feldspar #DA9A7B
Tints of Feldspar #DA9A7B
RGB
CMYK
RGB Variations
Color information
#DA9A7B (or 0xDA9A7B) is known color: Feldspar. HEX triplet: DA, 9A and 7B. RGB value is (218,154,123). Sum of RGB (Red+Green+Blue) = 218+154+123=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A7B is #256584. Grayscale: #A9A9A9. Windows color (decimal): -2450821 or 8100570. OLE color: 8100570.
HSL color Cylindrical-coordinate representation of color #DA9A7B: hue angle of 19.58º 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 #DA9A7B is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 123 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.15 |
| HSL | 19.58º | 0.56% | 0.67% | - |
| HSV(B) | 19.58º | 0.44% | 0.85% | - |
| XYZ | 44.04 | 39.45 | 24.03 | - |
| YUV | 169.6 | 101.7 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 123 | 0 | 0.29 | 0.44 | 0.15 | 19.58 | 0.56 | 0.67 |
| Hex | DA | 9A | 7B | 0 | 1D | 2C | F | 14 | 38 | 43 |
| Octal | 332 | 232 | 173 | 0 | 35 | 54 | 17 | 24 | 70 | 103 |
| Binary | 11011010 | 10011010 | 1111011 | 0 | 11101 | 101100 | 1111 | 10100 | 111000 | 1000011 |
Color Harmonies of #DA9A7B
Complementary color
Monochromatic Colors of #DA9A7B
Black with #DA9A7B
Text Example
Text Example
White with #DA9A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A7B; }
p { color: rgb(218,154,123); }
H1.HeaderClassName
{
color: #DA9A7B;
}
.AnyTagClassName
{
color: #DA9A7B;
}
</style>
background-color css
<style>
a { background-color: #DA9A7B; }
a { background-color: rgb(218,154,123); }
div.DivClassName
{
background-color: #DA9A7B;
}
.BgClassName
{
background-color: #DA9A7B;
}
</style>
border-color css
<style>
span { border-color: #DA9A7B; }
span { border-color: rgb(218,154,123); }
td.TdClassName
{
border-color: #DA9A7B;
}
.TagClassName
{
border-color: #DA9A7B;
}
</style>