Shades of Feldspar #D29981
Tints of Feldspar #D29981
RGB
CMYK
RGB Variations
Color information
#D29981 (or 0xD29981) is known color: Feldspar. HEX triplet: D2, 99 and 81. RGB value is (210,153,129). Sum of RGB (Red+Green+Blue) = 210+153+129=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D29981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29981 is #2D667E. Grayscale: #A7A7A7. Windows color (decimal): -2975359 or 8493522. OLE color: 8493522.
HSL color Cylindrical-coordinate representation of color #D29981: hue angle of 17.78º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D29981 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 129 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.18 |
| HSL | 17.78º | 0.47% | 0.66% | - |
| HSV(B) | 17.78º | 0.39% | 0.82% | - |
| XYZ | 41.93 | 38.07 | 25.91 | - |
| YUV | 167.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 129 | 0 | 0.27 | 0.39 | 0.18 | 17.78 | 0.47 | 0.66 |
| Hex | D2 | 99 | 81 | 0 | 1B | 27 | 12 | 12 | 2F | 42 |
| Octal | 322 | 231 | 201 | 0 | 33 | 47 | 22 | 22 | 57 | 102 |
| Binary | 11010010 | 10011001 | 10000001 | 0 | 11011 | 100111 | 10010 | 10010 | 101111 | 1000010 |
Color Harmonies of #D29981
Complementary color
Monochromatic Colors of #D29981
Black with #D29981
Text Example
Text Example
White with #D29981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29981; }
p { color: rgb(210,153,129); }
H1.HeaderClassName
{
color: #D29981;
}
.AnyTagClassName
{
color: #D29981;
}
</style>
background-color css
<style>
a { background-color: #D29981; }
a { background-color: rgb(210,153,129); }
div.DivClassName
{
background-color: #D29981;
}
.BgClassName
{
background-color: #D29981;
}
</style>
border-color css
<style>
span { border-color: #D29981; }
span { border-color: rgb(210,153,129); }
td.TdClassName
{
border-color: #D29981;
}
.TagClassName
{
border-color: #D29981;
}
</style>