Shades of Feldspar #DA967B
Tints of Feldspar #DA967B
RGB
CMYK
RGB Variations
Color information
#DA967B (or 0xDA967B) is known color: Feldspar. HEX triplet: DA, 96 and 7B. RGB value is (218,150,123). Sum of RGB (Red+Green+Blue) = 218+150+123=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA967B is #256984. Grayscale: #A7A7A7. Windows color (decimal): -2451845 or 8099546. OLE color: 8099546.
HSL color Cylindrical-coordinate representation of color #DA967B: hue angle of 17.05º 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 #DA967B is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 123 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.15 |
| HSL | 17.05º | 0.56% | 0.67% | - |
| HSV(B) | 17.05º | 0.44% | 0.85% | - |
| XYZ | 43.39 | 38.15 | 23.82 | - |
| YUV | 167.25 | 103.03 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 123 | 0 | 0.31 | 0.44 | 0.15 | 17.05 | 0.56 | 0.67 |
| Hex | DA | 96 | 7B | 0 | 1F | 2C | F | 11 | 38 | 43 |
| Octal | 332 | 226 | 173 | 0 | 37 | 54 | 17 | 21 | 70 | 103 |
| Binary | 11011010 | 10010110 | 1111011 | 0 | 11111 | 101100 | 1111 | 10001 | 111000 | 1000011 |
Color Harmonies of #DA967B
Complementary color
Monochromatic Colors of #DA967B
Black with #DA967B
Text Example
Text Example
White with #DA967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA967B; }
p { color: rgb(218,150,123); }
H1.HeaderClassName
{
color: #DA967B;
}
.AnyTagClassName
{
color: #DA967B;
}
</style>
background-color css
<style>
a { background-color: #DA967B; }
a { background-color: rgb(218,150,123); }
div.DivClassName
{
background-color: #DA967B;
}
.BgClassName
{
background-color: #DA967B;
}
</style>
border-color css
<style>
span { border-color: #DA967B; }
span { border-color: rgb(218,150,123); }
td.TdClassName
{
border-color: #DA967B;
}
.TagClassName
{
border-color: #DA967B;
}
</style>