Shades of Feldspar #D29B72
Tints of Feldspar #D29B72
RGB
CMYK
RGB Variations
Color information
#D29B72 (or 0xD29B72) is known color: Feldspar. HEX triplet: D2, 9B and 72. RGB value is (210,155,114). Sum of RGB (Red+Green+Blue) = 210+155+114=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29B72 is #2D648D. Grayscale: #A6A6A6. Windows color (decimal): -2974862 or 7510994. OLE color: 7510994.
HSL color Cylindrical-coordinate representation of color #D29B72: hue angle of 25.62º 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 #D29B72 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 114 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.18 |
| HSL | 25.63º | 0.52% | 0.64% | - |
| HSV(B) | 25.63º | 0.46% | 0.82% | - |
| XYZ | 41.34 | 38.36 | 21.14 | - |
| YUV | 166.77 | 98.22 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 114 | 0 | 0.26 | 0.46 | 0.18 | 25.63 | 0.52 | 0.64 |
| Hex | D2 | 9B | 72 | 0 | 1A | 2E | 12 | 1A | 34 | 40 |
| Octal | 322 | 233 | 162 | 0 | 32 | 56 | 22 | 32 | 64 | 100 |
| Binary | 11010010 | 10011011 | 1110010 | 0 | 11010 | 101110 | 10010 | 11010 | 110100 | 1000000 |
Color Harmonies of #D29B72
Complementary color
Monochromatic Colors of #D29B72
Black with #D29B72
Text Example
Text Example
White with #D29B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B72; }
p { color: rgb(210,155,114); }
H1.HeaderClassName
{
color: #D29B72;
}
.AnyTagClassName
{
color: #D29B72;
}
</style>
background-color css
<style>
a { background-color: #D29B72; }
a { background-color: rgb(210,155,114); }
div.DivClassName
{
background-color: #D29B72;
}
.BgClassName
{
background-color: #D29B72;
}
</style>
border-color css
<style>
span { border-color: #D29B72; }
span { border-color: rgb(210,155,114); }
td.TdClassName
{
border-color: #D29B72;
}
.TagClassName
{
border-color: #D29B72;
}
</style>