Shades of Feldspar #DA9A78
Tints of Feldspar #DA9A78
RGB
CMYK
RGB Variations
Color information
#DA9A78 (or 0xDA9A78) is known color: Feldspar. HEX triplet: DA, 9A and 78. RGB value is (218,154,120). Sum of RGB (Red+Green+Blue) = 218+154+120=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A78 is #256587. Grayscale: #A9A9A9. Windows color (decimal): -2450824 or 7903962. OLE color: 7903962.
HSL color Cylindrical-coordinate representation of color #DA9A78: hue angle of 20.82º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA9A78 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 120 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.15 |
| HSL | 20.82º | 0.57% | 0.66% | - |
| HSV(B) | 20.82º | 0.45% | 0.85% | - |
| XYZ | 43.86 | 39.37 | 23.06 | - |
| YUV | 169.26 | 100.2 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 120 | 0 | 0.29 | 0.45 | 0.15 | 20.82 | 0.57 | 0.66 |
| Hex | DA | 9A | 78 | 0 | 1D | 2D | F | 15 | 39 | 42 |
| Octal | 332 | 232 | 170 | 0 | 35 | 55 | 17 | 25 | 71 | 102 |
| Binary | 11011010 | 10011010 | 1111000 | 0 | 11101 | 101101 | 1111 | 10101 | 111001 | 1000010 |
Color Harmonies of #DA9A78
Complementary color
Monochromatic Colors of #DA9A78
Black with #DA9A78
Text Example
Text Example
White with #DA9A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A78; }
p { color: rgb(218,154,120); }
H1.HeaderClassName
{
color: #DA9A78;
}
.AnyTagClassName
{
color: #DA9A78;
}
</style>
background-color css
<style>
a { background-color: #DA9A78; }
a { background-color: rgb(218,154,120); }
div.DivClassName
{
background-color: #DA9A78;
}
.BgClassName
{
background-color: #DA9A78;
}
</style>
border-color css
<style>
span { border-color: #DA9A78; }
span { border-color: rgb(218,154,120); }
td.TdClassName
{
border-color: #DA9A78;
}
.TagClassName
{
border-color: #DA9A78;
}
</style>