Shades of Feldspar #D29575
Tints of Feldspar #D29575
RGB
CMYK
RGB Variations
Color information
#D29575 (or 0xD29575) is known color: Feldspar. HEX triplet: D2, 95 and 75. RGB value is (210,149,117). Sum of RGB (Red+Green+Blue) = 210+149+117=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D29575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29575 is #2D6A8A. Grayscale: #A3A3A3. Windows color (decimal): -2976395 or 7706066. OLE color: 7706066.
HSL color Cylindrical-coordinate representation of color #D29575: hue angle of 20.65º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D29575 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 117 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.18 |
| HSL | 20.65º | 0.51% | 0.64% | - |
| HSV(B) | 20.65º | 0.44% | 0.82% | - |
| XYZ | 40.54 | 36.48 | 21.73 | - |
| YUV | 163.59 | 101.71 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 117 | 0 | 0.29 | 0.44 | 0.18 | 20.65 | 0.51 | 0.64 |
| Hex | D2 | 95 | 75 | 0 | 1D | 2C | 12 | 15 | 33 | 40 |
| Octal | 322 | 225 | 165 | 0 | 35 | 54 | 22 | 25 | 63 | 100 |
| Binary | 11010010 | 10010101 | 1110101 | 0 | 11101 | 101100 | 10010 | 10101 | 110011 | 1000000 |
Color Harmonies of #D29575
Complementary color
Monochromatic Colors of #D29575
Black with #D29575
Text Example
Text Example
White with #D29575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29575; }
p { color: rgb(210,149,117); }
H1.HeaderClassName
{
color: #D29575;
}
.AnyTagClassName
{
color: #D29575;
}
</style>
background-color css
<style>
a { background-color: #D29575; }
a { background-color: rgb(210,149,117); }
div.DivClassName
{
background-color: #D29575;
}
.BgClassName
{
background-color: #D29575;
}
</style>
border-color css
<style>
span { border-color: #D29575; }
span { border-color: rgb(210,149,117); }
td.TdClassName
{
border-color: #D29575;
}
.TagClassName
{
border-color: #D29575;
}
</style>