Shades of Feldspar #DA8D72
Tints of Feldspar #DA8D72
RGB
CMYK
RGB Variations
Color information
#DA8D72 (or 0xDA8D72) is known color: Feldspar. HEX triplet: DA, 8D and 72. RGB value is (218,141,114). Sum of RGB (Red+Green+Blue) = 218+141+114=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D72 is #25728D. Grayscale: #A1A1A1. Windows color (decimal): -2454158 or 7507418. OLE color: 7507418.
HSL color Cylindrical-coordinate representation of color #DA8D72: hue angle of 15.58º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA8D72 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 114 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.15 |
| HSL | 15.58º | 0.58% | 0.65% | - |
| HSV(B) | 15.58º | 0.48% | 0.85% | - |
| XYZ | 41.48 | 35.17 | 20.52 | - |
| YUV | 160.95 | 101.51 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 114 | 0 | 0.35 | 0.48 | 0.15 | 15.58 | 0.58 | 0.65 |
| Hex | DA | 8D | 72 | 0 | 23 | 30 | F | 10 | 3A | 41 |
| Octal | 332 | 215 | 162 | 0 | 43 | 60 | 17 | 20 | 72 | 101 |
| Binary | 11011010 | 10001101 | 1110010 | 0 | 100011 | 110000 | 1111 | 10000 | 111010 | 1000001 |
Color Harmonies of #DA8D72
Complementary color
Monochromatic Colors of #DA8D72
Black with #DA8D72
Text Example
Text Example
White with #DA8D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D72; }
p { color: rgb(218,141,114); }
H1.HeaderClassName
{
color: #DA8D72;
}
.AnyTagClassName
{
color: #DA8D72;
}
</style>
background-color css
<style>
a { background-color: #DA8D72; }
a { background-color: rgb(218,141,114); }
div.DivClassName
{
background-color: #DA8D72;
}
.BgClassName
{
background-color: #DA8D72;
}
</style>
border-color css
<style>
span { border-color: #DA8D72; }
span { border-color: rgb(218,141,114); }
td.TdClassName
{
border-color: #DA8D72;
}
.TagClassName
{
border-color: #DA8D72;
}
</style>