Shades of Feldspar #D29680
Tints of Feldspar #D29680
RGB
CMYK
RGB Variations
Color information
#D29680 (or 0xD29680) is known color: Feldspar. HEX triplet: D2, 96 and 80. RGB value is (210,150,128). Sum of RGB (Red+Green+Blue) = 210+150+128=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D29680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29680 is #2D697F. Grayscale: #A5A5A5. Windows color (decimal): -2976128 or 8427218. OLE color: 8427218.
HSL color Cylindrical-coordinate representation of color #D29680: hue angle of 16.1º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D29680 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 128 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.18 |
| HSL | 16.1º | 0.48% | 0.66% | - |
| HSV(B) | 16.1º | 0.39% | 0.82% | - |
| XYZ | 41.38 | 37.07 | 25.4 | - |
| YUV | 165.43 | 106.88 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 128 | 0 | 0.29 | 0.39 | 0.18 | 16.1 | 0.48 | 0.66 |
| Hex | D2 | 96 | 80 | 0 | 1D | 27 | 12 | 10 | 30 | 42 |
| Octal | 322 | 226 | 200 | 0 | 35 | 47 | 22 | 20 | 60 | 102 |
| Binary | 11010010 | 10010110 | 10000000 | 0 | 11101 | 100111 | 10010 | 10000 | 110000 | 1000010 |
Color Harmonies of #D29680
Complementary color
Monochromatic Colors of #D29680
Black with #D29680
Text Example
Text Example
White with #D29680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29680; }
p { color: rgb(210,150,128); }
H1.HeaderClassName
{
color: #D29680;
}
.AnyTagClassName
{
color: #D29680;
}
</style>
background-color css
<style>
a { background-color: #D29680; }
a { background-color: rgb(210,150,128); }
div.DivClassName
{
background-color: #D29680;
}
.BgClassName
{
background-color: #D29680;
}
</style>
border-color css
<style>
span { border-color: #D29680; }
span { border-color: rgb(210,150,128); }
td.TdClassName
{
border-color: #D29680;
}
.TagClassName
{
border-color: #D29680;
}
</style>