Shades of Feldspar #D29A6F
Tints of Feldspar #D29A6F
RGB
CMYK
RGB Variations
Color information
#D29A6F (or 0xD29A6F) is known color: Feldspar. HEX triplet: D2, 9A and 6F. RGB value is (210,154,111). Sum of RGB (Red+Green+Blue) = 210+154+111=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29A6F is #2D6590. Grayscale: #A6A6A6. Windows color (decimal): -2975121 or 7314130. OLE color: 7314130.
HSL color Cylindrical-coordinate representation of color #D29A6F: hue angle of 26.06º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D29A6F is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 111 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.18 |
| HSL | 26.06º | 0.52% | 0.63% | - |
| HSV(B) | 26.06º | 0.47% | 0.82% | - |
| XYZ | 41 | 37.96 | 20.2 | - |
| YUV | 165.84 | 97.05 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 111 | 0 | 0.27 | 0.47 | 0.18 | 26.06 | 0.52 | 0.63 |
| Hex | D2 | 9A | 6F | 0 | 1B | 2F | 12 | 1A | 34 | 3F |
| Octal | 322 | 232 | 157 | 0 | 33 | 57 | 22 | 32 | 64 | 77 |
| Binary | 11010010 | 10011010 | 1101111 | 0 | 11011 | 101111 | 10010 | 11010 | 110100 | 111111 |
Color Harmonies of #D29A6F
Complementary color
Monochromatic Colors of #D29A6F
Black with #D29A6F
Text Example
Text Example
White with #D29A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29A6F; }
p { color: rgb(210,154,111); }
H1.HeaderClassName
{
color: #D29A6F;
}
.AnyTagClassName
{
color: #D29A6F;
}
</style>
background-color css
<style>
a { background-color: #D29A6F; }
a { background-color: rgb(210,154,111); }
div.DivClassName
{
background-color: #D29A6F;
}
.BgClassName
{
background-color: #D29A6F;
}
</style>
border-color css
<style>
span { border-color: #D29A6F; }
span { border-color: rgb(210,154,111); }
td.TdClassName
{
border-color: #D29A6F;
}
.TagClassName
{
border-color: #D29A6F;
}
</style>