Shades of Feldspar #D29B6F
Tints of Feldspar #D29B6F
RGB
CMYK
RGB Variations
Color information
#D29B6F (or 0xD29B6F) is known color: Feldspar. HEX triplet: D2, 9B and 6F. RGB value is (210,155,111). Sum of RGB (Red+Green+Blue) = 210+155+111=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29B6F is #2D6490. Grayscale: #A6A6A6. Windows color (decimal): -2974865 or 7314386. OLE color: 7314386.
HSL color Cylindrical-coordinate representation of color #D29B6F: hue angle of 26.67º 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 #D29B6F is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 111 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.18 |
| HSL | 26.67º | 0.52% | 0.63% | - |
| HSV(B) | 26.67º | 0.47% | 0.82% | - |
| XYZ | 41.17 | 38.29 | 20.26 | - |
| YUV | 166.43 | 96.72 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 111 | 0 | 0.26 | 0.47 | 0.18 | 26.67 | 0.52 | 0.63 |
| Hex | D2 | 9B | 6F | 0 | 1A | 2F | 12 | 1B | 34 | 3F |
| Octal | 322 | 233 | 157 | 0 | 32 | 57 | 22 | 33 | 64 | 77 |
| Binary | 11010010 | 10011011 | 1101111 | 0 | 11010 | 101111 | 10010 | 11011 | 110100 | 111111 |
Color Harmonies of #D29B6F
Complementary color
Monochromatic Colors of #D29B6F
Black with #D29B6F
Text Example
Text Example
White with #D29B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B6F; }
p { color: rgb(210,155,111); }
H1.HeaderClassName
{
color: #D29B6F;
}
.AnyTagClassName
{
color: #D29B6F;
}
</style>
background-color css
<style>
a { background-color: #D29B6F; }
a { background-color: rgb(210,155,111); }
div.DivClassName
{
background-color: #D29B6F;
}
.BgClassName
{
background-color: #D29B6F;
}
</style>
border-color css
<style>
span { border-color: #D29B6F; }
span { border-color: rgb(210,155,111); }
td.TdClassName
{
border-color: #D29B6F;
}
.TagClassName
{
border-color: #D29B6F;
}
</style>