Shades of Feldspar #D29A7C
Tints of Feldspar #D29A7C
RGB
CMYK
RGB Variations
Color information
#D29A7C (or 0xD29A7C) is known color: Feldspar. HEX triplet: D2, 9A and 7C. RGB value is (210,154,124). Sum of RGB (Red+Green+Blue) = 210+154+124=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29A7C is #2D6583. Grayscale: #A7A7A7. Windows color (decimal): -2975108 or 8166098. OLE color: 8166098.
HSL color Cylindrical-coordinate representation of color #D29A7C: hue angle of 20.93º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D29A7C is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 124 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.18 |
| HSL | 20.93º | 0.49% | 0.65% | - |
| HSV(B) | 20.93º | 0.41% | 0.82% | - |
| XYZ | 41.77 | 38.27 | 24.25 | - |
| YUV | 167.32 | 103.55 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 124 | 0 | 0.27 | 0.41 | 0.18 | 20.93 | 0.49 | 0.65 |
| Hex | D2 | 9A | 7C | 0 | 1B | 29 | 12 | 15 | 31 | 41 |
| Octal | 322 | 232 | 174 | 0 | 33 | 51 | 22 | 25 | 61 | 101 |
| Binary | 11010010 | 10011010 | 1111100 | 0 | 11011 | 101001 | 10010 | 10101 | 110001 | 1000001 |
Color Harmonies of #D29A7C
Complementary color
Monochromatic Colors of #D29A7C
Black with #D29A7C
Text Example
Text Example
White with #D29A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29A7C; }
p { color: rgb(210,154,124); }
H1.HeaderClassName
{
color: #D29A7C;
}
.AnyTagClassName
{
color: #D29A7C;
}
</style>
background-color css
<style>
a { background-color: #D29A7C; }
a { background-color: rgb(210,154,124); }
div.DivClassName
{
background-color: #D29A7C;
}
.BgClassName
{
background-color: #D29A7C;
}
</style>
border-color css
<style>
span { border-color: #D29A7C; }
span { border-color: rgb(210,154,124); }
td.TdClassName
{
border-color: #D29A7C;
}
.TagClassName
{
border-color: #D29A7C;
}
</style>