Shades of Feldspar #D29772
Tints of Feldspar #D29772
RGB
CMYK
RGB Variations
Color information
#D29772 (or 0xD29772) is known color: Feldspar. HEX triplet: D2, 97 and 72. RGB value is (210,151,114). Sum of RGB (Red+Green+Blue) = 210+151+114=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D29772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29772 is #2D688D. Grayscale: #A4A4A4. Windows color (decimal): -2975886 or 7509970. OLE color: 7509970.
HSL color Cylindrical-coordinate representation of color #D29772: hue angle of 23.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 #D29772 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 114 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.18 |
| HSL | 23.13º | 0.52% | 0.64% | - |
| HSV(B) | 23.13º | 0.46% | 0.82% | - |
| XYZ | 40.68 | 37.05 | 20.93 | - |
| YUV | 164.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 114 | 0 | 0.28 | 0.46 | 0.18 | 23.13 | 0.52 | 0.64 |
| Hex | D2 | 97 | 72 | 0 | 1C | 2E | 12 | 17 | 34 | 40 |
| Octal | 322 | 227 | 162 | 0 | 34 | 56 | 22 | 27 | 64 | 100 |
| Binary | 11010010 | 10010111 | 1110010 | 0 | 11100 | 101110 | 10010 | 10111 | 110100 | 1000000 |
Color Harmonies of #D29772
Complementary color
Monochromatic Colors of #D29772
Black with #D29772
Text Example
Text Example
White with #D29772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29772; }
p { color: rgb(210,151,114); }
H1.HeaderClassName
{
color: #D29772;
}
.AnyTagClassName
{
color: #D29772;
}
</style>
background-color css
<style>
a { background-color: #D29772; }
a { background-color: rgb(210,151,114); }
div.DivClassName
{
background-color: #D29772;
}
.BgClassName
{
background-color: #D29772;
}
</style>
border-color css
<style>
span { border-color: #D29772; }
span { border-color: rgb(210,151,114); }
td.TdClassName
{
border-color: #D29772;
}
.TagClassName
{
border-color: #D29772;
}
</style>