Shades of Feldspar #D29B82
Tints of Feldspar #D29B82
RGB
CMYK
RGB Variations
Color information
#D29B82 (or 0xD29B82) is known color: Feldspar. HEX triplet: D2, 9B and 82. RGB value is (210,155,130). Sum of RGB (Red+Green+Blue) = 210+155+130=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29B82 is #2D647D. Grayscale: #A8A8A8. Windows color (decimal): -2974846 or 8559570. OLE color: 8559570.
HSL color Cylindrical-coordinate representation of color #D29B82: hue angle of 18.75º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D29B82 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 130 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.18 |
| HSL | 18.75º | 0.47% | 0.67% | - |
| HSV(B) | 18.75º | 0.38% | 0.82% | - |
| XYZ | 42.33 | 38.76 | 26.37 | - |
| YUV | 168.6 | 106.22 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 130 | 0 | 0.26 | 0.38 | 0.18 | 18.75 | 0.47 | 0.67 |
| Hex | D2 | 9B | 82 | 0 | 1A | 26 | 12 | 13 | 2F | 43 |
| Octal | 322 | 233 | 202 | 0 | 32 | 46 | 22 | 23 | 57 | 103 |
| Binary | 11010010 | 10011011 | 10000010 | 0 | 11010 | 100110 | 10010 | 10011 | 101111 | 1000011 |
Color Harmonies of #D29B82
Complementary color
Monochromatic Colors of #D29B82
Black with #D29B82
Text Example
Text Example
White with #D29B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B82; }
p { color: rgb(210,155,130); }
H1.HeaderClassName
{
color: #D29B82;
}
.AnyTagClassName
{
color: #D29B82;
}
</style>
background-color css
<style>
a { background-color: #D29B82; }
a { background-color: rgb(210,155,130); }
div.DivClassName
{
background-color: #D29B82;
}
.BgClassName
{
background-color: #D29B82;
}
</style>
border-color css
<style>
span { border-color: #D29B82; }
span { border-color: rgb(210,155,130); }
td.TdClassName
{
border-color: #D29B82;
}
.TagClassName
{
border-color: #D29B82;
}
</style>