Shades of Feldspar #D29975
Tints of Feldspar #D29975
RGB
CMYK
RGB Variations
Color information
#D29975 (or 0xD29975) is known color: Feldspar. HEX triplet: D2, 99 and 75. RGB value is (210,153,117). Sum of RGB (Red+Green+Blue) = 210+153+117=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D29975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29975 is #2D668A. Grayscale: #A6A6A6. Windows color (decimal): -2975371 or 7707090. OLE color: 7707090.
HSL color Cylindrical-coordinate representation of color #D29975: hue angle of 23.23º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D29975 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 117 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.18 |
| HSL | 23.23º | 0.51% | 0.64% | - |
| HSV(B) | 23.23º | 0.44% | 0.82% | - |
| XYZ | 41.18 | 37.77 | 21.95 | - |
| YUV | 165.94 | 100.38 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 117 | 0 | 0.27 | 0.44 | 0.18 | 23.23 | 0.51 | 0.64 |
| Hex | D2 | 99 | 75 | 0 | 1B | 2C | 12 | 17 | 33 | 40 |
| Octal | 322 | 231 | 165 | 0 | 33 | 54 | 22 | 27 | 63 | 100 |
| Binary | 11010010 | 10011001 | 1110101 | 0 | 11011 | 101100 | 10010 | 10111 | 110011 | 1000000 |
Color Harmonies of #D29975
Complementary color
Monochromatic Colors of #D29975
Black with #D29975
Text Example
Text Example
White with #D29975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29975; }
p { color: rgb(210,153,117); }
H1.HeaderClassName
{
color: #D29975;
}
.AnyTagClassName
{
color: #D29975;
}
</style>
background-color css
<style>
a { background-color: #D29975; }
a { background-color: rgb(210,153,117); }
div.DivClassName
{
background-color: #D29975;
}
.BgClassName
{
background-color: #D29975;
}
</style>
border-color css
<style>
span { border-color: #D29975; }
span { border-color: rgb(210,153,117); }
td.TdClassName
{
border-color: #D29975;
}
.TagClassName
{
border-color: #D29975;
}
</style>