Shades of Feldspar #D69575
Tints of Feldspar #D69575
RGB
CMYK
RGB Variations
Color information
#D69575 (or 0xD69575) is known color: Feldspar. HEX triplet: D6, 95 and 75. RGB value is (214,149,117). Sum of RGB (Red+Green+Blue) = 214+149+117=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D69575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69575 is #296A8A. Grayscale: #A4A4A4. Windows color (decimal): -2714251 or 7706070. OLE color: 7706070.
HSL color Cylindrical-coordinate representation of color #D69575: hue angle of 19.79º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D69575 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 117 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.16 |
| HSL | 19.79º | 0.54% | 0.65% | - |
| HSV(B) | 19.79º | 0.45% | 0.84% | - |
| XYZ | 41.69 | 37.08 | 21.79 | - |
| YUV | 164.79 | 101.03 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 117 | 0 | 0.30 | 0.45 | 0.16 | 19.79 | 0.54 | 0.65 |
| Hex | D6 | 95 | 75 | 0 | 1E | 2D | 10 | 14 | 36 | 41 |
| Octal | 326 | 225 | 165 | 0 | 36 | 55 | 20 | 24 | 66 | 101 |
| Binary | 11010110 | 10010101 | 1110101 | 0 | 11110 | 101101 | 10000 | 10100 | 110110 | 1000001 |
Color Harmonies of #D69575
Complementary color
Monochromatic Colors of #D69575
Black with #D69575
Text Example
Text Example
White with #D69575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69575; }
p { color: rgb(214,149,117); }
H1.HeaderClassName
{
color: #D69575;
}
.AnyTagClassName
{
color: #D69575;
}
</style>
background-color css
<style>
a { background-color: #D69575; }
a { background-color: rgb(214,149,117); }
div.DivClassName
{
background-color: #D69575;
}
.BgClassName
{
background-color: #D69575;
}
</style>
border-color css
<style>
span { border-color: #D69575; }
span { border-color: rgb(214,149,117); }
td.TdClassName
{
border-color: #D69575;
}
.TagClassName
{
border-color: #D69575;
}
</style>