Shades of Feldspar #D29175
Tints of Feldspar #D29175
RGB
CMYK
RGB Variations
Color information
#D29175 (or 0xD29175) is known color: Feldspar. HEX triplet: D2, 91 and 75. RGB value is (210,145,117). Sum of RGB (Red+Green+Blue) = 210+145+117=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D29175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29175 is #2D6E8A. Grayscale: #A1A1A1. Windows color (decimal): -2977419 or 7705042. OLE color: 7705042.
HSL color Cylindrical-coordinate representation of color #D29175: hue angle of 18.06º 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 #D29175 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 117 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.18 |
| HSL | 18.06º | 0.51% | 0.64% | - |
| HSV(B) | 18.06º | 0.44% | 0.82% | - |
| XYZ | 39.91 | 35.24 | 21.53 | - |
| YUV | 161.24 | 103.03 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 117 | 0 | 0.31 | 0.44 | 0.18 | 18.06 | 0.51 | 0.64 |
| Hex | D2 | 91 | 75 | 0 | 1F | 2C | 12 | 12 | 33 | 40 |
| Octal | 322 | 221 | 165 | 0 | 37 | 54 | 22 | 22 | 63 | 100 |
| Binary | 11010010 | 10010001 | 1110101 | 0 | 11111 | 101100 | 10010 | 10010 | 110011 | 1000000 |
Color Harmonies of #D29175
Complementary color
Monochromatic Colors of #D29175
Black with #D29175
Text Example
Text Example
White with #D29175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29175; }
p { color: rgb(210,145,117); }
H1.HeaderClassName
{
color: #D29175;
}
.AnyTagClassName
{
color: #D29175;
}
</style>
background-color css
<style>
a { background-color: #D29175; }
a { background-color: rgb(210,145,117); }
div.DivClassName
{
background-color: #D29175;
}
.BgClassName
{
background-color: #D29175;
}
</style>
border-color css
<style>
span { border-color: #D29175; }
span { border-color: rgb(210,145,117); }
td.TdClassName
{
border-color: #D29175;
}
.TagClassName
{
border-color: #D29175;
}
</style>