Shades of Feldspar #D29F72
Tints of Feldspar #D29F72
RGB
CMYK
RGB Variations
Color information
#D29F72 (or 0xD29F72) is known color: Feldspar. HEX triplet: D2, 9F and 72. RGB value is (210,159,114). Sum of RGB (Red+Green+Blue) = 210+159+114=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29F72 is #2D608D. Grayscale: #A9A9A9. Windows color (decimal): -2973838 or 7512018. OLE color: 7512018.
HSL color Cylindrical-coordinate representation of color #D29F72: hue angle of 28.12º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D29F72 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 114 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.18 |
| HSL | 28.13º | 0.52% | 0.64% | - |
| HSV(B) | 28.13º | 0.46% | 0.82% | - |
| XYZ | 42.01 | 39.71 | 21.37 | - |
| YUV | 169.12 | 96.9 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 114 | 0 | 0.24 | 0.46 | 0.18 | 28.13 | 0.52 | 0.64 |
| Hex | D2 | 9F | 72 | 0 | 18 | 2E | 12 | 1C | 34 | 40 |
| Octal | 322 | 237 | 162 | 0 | 30 | 56 | 22 | 34 | 64 | 100 |
| Binary | 11010010 | 10011111 | 1110010 | 0 | 11000 | 101110 | 10010 | 11100 | 110100 | 1000000 |
Color Harmonies of #D29F72
Complementary color
Monochromatic Colors of #D29F72
Black with #D29F72
Text Example
Text Example
White with #D29F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F72; }
p { color: rgb(210,159,114); }
H1.HeaderClassName
{
color: #D29F72;
}
.AnyTagClassName
{
color: #D29F72;
}
</style>
background-color css
<style>
a { background-color: #D29F72; }
a { background-color: rgb(210,159,114); }
div.DivClassName
{
background-color: #D29F72;
}
.BgClassName
{
background-color: #D29F72;
}
</style>
border-color css
<style>
span { border-color: #D29F72; }
span { border-color: rgb(210,159,114); }
td.TdClassName
{
border-color: #D29F72;
}
.TagClassName
{
border-color: #D29F72;
}
</style>