Shades of Feldspar #D29779
Tints of Feldspar #D29779
RGB
CMYK
RGB Variations
Color information
#D29779 (or 0xD29779) is known color: Feldspar. HEX triplet: D2, 97 and 79. RGB value is (210,151,121). Sum of RGB (Red+Green+Blue) = 210+151+121=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D29779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29779 is #2D6886. Grayscale: #A5A5A5. Windows color (decimal): -2975879 or 7968722. OLE color: 7968722.
HSL color Cylindrical-coordinate representation of color #D29779: hue angle of 20.22º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D29779 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 121 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.18 |
| HSL | 20.22º | 0.5% | 0.65% | - |
| HSV(B) | 20.22º | 0.42% | 0.82% | - |
| XYZ | 41.1 | 37.22 | 23.11 | - |
| YUV | 165.22 | 103.05 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 121 | 0 | 0.28 | 0.42 | 0.18 | 20.22 | 0.5 | 0.65 |
| Hex | D2 | 97 | 79 | 0 | 1C | 2A | 12 | 14 | 32 | 41 |
| Octal | 322 | 227 | 171 | 0 | 34 | 52 | 22 | 24 | 62 | 101 |
| Binary | 11010010 | 10010111 | 1111001 | 0 | 11100 | 101010 | 10010 | 10100 | 110010 | 1000001 |
Color Harmonies of #D29779
Complementary color
Monochromatic Colors of #D29779
Black with #D29779
Text Example
Text Example
White with #D29779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29779; }
p { color: rgb(210,151,121); }
H1.HeaderClassName
{
color: #D29779;
}
.AnyTagClassName
{
color: #D29779;
}
</style>
background-color css
<style>
a { background-color: #D29779; }
a { background-color: rgb(210,151,121); }
div.DivClassName
{
background-color: #D29779;
}
.BgClassName
{
background-color: #D29779;
}
</style>
border-color css
<style>
span { border-color: #D29779; }
span { border-color: rgb(210,151,121); }
td.TdClassName
{
border-color: #D29779;
}
.TagClassName
{
border-color: #D29779;
}
</style>