Shades of Feldspar #D29B7F
Tints of Feldspar #D29B7F
RGB
CMYK
RGB Variations
Color information
#D29B7F (or 0xD29B7F) is known color: Feldspar. HEX triplet: D2, 9B and 7F. RGB value is (210,155,127). Sum of RGB (Red+Green+Blue) = 210+155+127=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29B7F is #2D6480. Grayscale: #A8A8A8. Windows color (decimal): -2974849 or 8362962. OLE color: 8362962.
HSL color Cylindrical-coordinate representation of color #D29B7F: hue angle of 20.24º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D29B7F is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 127 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.18 |
| HSL | 20.24º | 0.48% | 0.66% | - |
| HSV(B) | 20.24º | 0.4% | 0.82% | - |
| XYZ | 42.13 | 38.68 | 25.32 | - |
| YUV | 168.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 127 | 0 | 0.26 | 0.40 | 0.18 | 20.24 | 0.48 | 0.66 |
| Hex | D2 | 9B | 7F | 0 | 1A | 28 | 12 | 14 | 30 | 42 |
| Octal | 322 | 233 | 177 | 0 | 32 | 50 | 22 | 24 | 60 | 102 |
| Binary | 11010010 | 10011011 | 1111111 | 0 | 11010 | 101000 | 10010 | 10100 | 110000 | 1000010 |
Color Harmonies of #D29B7F
Complementary color
Monochromatic Colors of #D29B7F
Black with #D29B7F
Text Example
Text Example
White with #D29B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B7F; }
p { color: rgb(210,155,127); }
H1.HeaderClassName
{
color: #D29B7F;
}
.AnyTagClassName
{
color: #D29B7F;
}
</style>
background-color css
<style>
a { background-color: #D29B7F; }
a { background-color: rgb(210,155,127); }
div.DivClassName
{
background-color: #D29B7F;
}
.BgClassName
{
background-color: #D29B7F;
}
</style>
border-color css
<style>
span { border-color: #D29B7F; }
span { border-color: rgb(210,155,127); }
td.TdClassName
{
border-color: #D29B7F;
}
.TagClassName
{
border-color: #D29B7F;
}
</style>