Shades of Feldspar #D29782
Tints of Feldspar #D29782
RGB
CMYK
RGB Variations
Color information
#D29782 (or 0xD29782) is known color: Feldspar. HEX triplet: D2, 97 and 82. RGB value is (210,151,130). Sum of RGB (Red+Green+Blue) = 210+151+130=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D29782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29782 is #2D687D. Grayscale: #A6A6A6. Windows color (decimal): -2975870 or 8558546. OLE color: 8558546.
HSL color Cylindrical-coordinate representation of color #D29782: hue angle of 15.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 #D29782 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 130 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.18 |
| HSL | 15.75º | 0.47% | 0.67% | - |
| HSV(B) | 15.75º | 0.38% | 0.82% | - |
| XYZ | 41.67 | 37.45 | 26.15 | - |
| YUV | 166.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 130 | 0 | 0.28 | 0.38 | 0.18 | 15.75 | 0.47 | 0.67 |
| Hex | D2 | 97 | 82 | 0 | 1C | 26 | 12 | 10 | 2F | 43 |
| Octal | 322 | 227 | 202 | 0 | 34 | 46 | 22 | 20 | 57 | 103 |
| Binary | 11010010 | 10010111 | 10000010 | 0 | 11100 | 100110 | 10010 | 10000 | 101111 | 1000011 |
Color Harmonies of #D29782
Complementary color
Monochromatic Colors of #D29782
Black with #D29782
Text Example
Text Example
White with #D29782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29782; }
p { color: rgb(210,151,130); }
H1.HeaderClassName
{
color: #D29782;
}
.AnyTagClassName
{
color: #D29782;
}
</style>
background-color css
<style>
a { background-color: #D29782; }
a { background-color: rgb(210,151,130); }
div.DivClassName
{
background-color: #D29782;
}
.BgClassName
{
background-color: #D29782;
}
</style>
border-color css
<style>
span { border-color: #D29782; }
span { border-color: rgb(210,151,130); }
td.TdClassName
{
border-color: #D29782;
}
.TagClassName
{
border-color: #D29782;
}
</style>