Shades of Feldspar #DA9276
Tints of Feldspar #DA9276
RGB
CMYK
RGB Variations
Color information
#DA9276 (or 0xDA9276) is known color: Feldspar. HEX triplet: DA, 92 and 76. RGB value is (218,146,118). Sum of RGB (Red+Green+Blue) = 218+146+118=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9276 is #256D89. Grayscale: #A4A4A4. Windows color (decimal): -2452874 or 7770842. OLE color: 7770842.
HSL color Cylindrical-coordinate representation of color #DA9276: hue angle of 16.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA9276 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 118 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.15 |
| HSL | 16.8º | 0.57% | 0.66% | - |
| HSV(B) | 16.8º | 0.46% | 0.85% | - |
| XYZ | 42.46 | 36.77 | 22 | - |
| YUV | 164.34 | 101.85 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 118 | 0 | 0.33 | 0.46 | 0.15 | 16.8 | 0.57 | 0.66 |
| Hex | DA | 92 | 76 | 0 | 21 | 2E | F | 11 | 39 | 42 |
| Octal | 332 | 222 | 166 | 0 | 41 | 56 | 17 | 21 | 71 | 102 |
| Binary | 11011010 | 10010010 | 1110110 | 0 | 100001 | 101110 | 1111 | 10001 | 111001 | 1000010 |
Color Harmonies of #DA9276
Complementary color
Monochromatic Colors of #DA9276
Black with #DA9276
Text Example
Text Example
White with #DA9276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9276; }
p { color: rgb(218,146,118); }
H1.HeaderClassName
{
color: #DA9276;
}
.AnyTagClassName
{
color: #DA9276;
}
</style>
background-color css
<style>
a { background-color: #DA9276; }
a { background-color: rgb(218,146,118); }
div.DivClassName
{
background-color: #DA9276;
}
.BgClassName
{
background-color: #DA9276;
}
</style>
border-color css
<style>
span { border-color: #DA9276; }
span { border-color: rgb(218,146,118); }
td.TdClassName
{
border-color: #DA9276;
}
.TagClassName
{
border-color: #DA9276;
}
</style>