Shades of Feldspar #D29682
Tints of Feldspar #D29682
RGB
CMYK
RGB Variations
Color information
#D29682 (or 0xD29682) is known color: Feldspar. HEX triplet: D2, 96 and 82. RGB value is (210,150,130). Sum of RGB (Red+Green+Blue) = 210+150+130=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D29682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29682 is #2D697D. Grayscale: #A5A5A5. Windows color (decimal): -2976126 or 8558290. OLE color: 8558290.
HSL color Cylindrical-coordinate representation of color #D29682: hue angle of 15º 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 #D29682 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 130 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.18 |
| HSL | 15º | 0.47% | 0.67% | - |
| HSV(B) | 15º | 0.38% | 0.82% | - |
| XYZ | 41.51 | 37.13 | 26.1 | - |
| YUV | 165.66 | 107.88 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 130 | 0 | 0.29 | 0.38 | 0.18 | 15 | 0.47 | 0.67 |
| Hex | D2 | 96 | 82 | 0 | 1D | 26 | 12 | F | 2F | 43 |
| Octal | 322 | 226 | 202 | 0 | 35 | 46 | 22 | 17 | 57 | 103 |
| Binary | 11010010 | 10010110 | 10000010 | 0 | 11101 | 100110 | 10010 | 1111 | 101111 | 1000011 |
Color Harmonies of #D29682
Complementary color
Monochromatic Colors of #D29682
Black with #D29682
Text Example
Text Example
White with #D29682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29682; }
p { color: rgb(210,150,130); }
H1.HeaderClassName
{
color: #D29682;
}
.AnyTagClassName
{
color: #D29682;
}
</style>
background-color css
<style>
a { background-color: #D29682; }
a { background-color: rgb(210,150,130); }
div.DivClassName
{
background-color: #D29682;
}
.BgClassName
{
background-color: #D29682;
}
</style>
border-color css
<style>
span { border-color: #D29682; }
span { border-color: rgb(210,150,130); }
td.TdClassName
{
border-color: #D29682;
}
.TagClassName
{
border-color: #D29682;
}
</style>