Shades of Feldspar #D29580
Tints of Feldspar #D29580
RGB
CMYK
RGB Variations
Color information
#D29580 (or 0xD29580) is known color: Feldspar. HEX triplet: D2, 95 and 80. RGB value is (210,149,128). Sum of RGB (Red+Green+Blue) = 210+149+128=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D29580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29580 is #2D6A7F. Grayscale: #A4A4A4. Windows color (decimal): -2976384 or 8426962. OLE color: 8426962.
HSL color Cylindrical-coordinate representation of color #D29580: hue angle of 15.37º 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 #D29580 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 128 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.18 |
| HSL | 15.37º | 0.48% | 0.66% | - |
| HSV(B) | 15.37º | 0.39% | 0.82% | - |
| XYZ | 41.22 | 36.76 | 25.34 | - |
| YUV | 164.85 | 107.21 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 128 | 0 | 0.29 | 0.39 | 0.18 | 15.37 | 0.48 | 0.66 |
| Hex | D2 | 95 | 80 | 0 | 1D | 27 | 12 | F | 30 | 42 |
| Octal | 322 | 225 | 200 | 0 | 35 | 47 | 22 | 17 | 60 | 102 |
| Binary | 11010010 | 10010101 | 10000000 | 0 | 11101 | 100111 | 10010 | 1111 | 110000 | 1000010 |
Color Harmonies of #D29580
Complementary color
Monochromatic Colors of #D29580
Black with #D29580
Text Example
Text Example
White with #D29580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29580; }
p { color: rgb(210,149,128); }
H1.HeaderClassName
{
color: #D29580;
}
.AnyTagClassName
{
color: #D29580;
}
</style>
background-color css
<style>
a { background-color: #D29580; }
a { background-color: rgb(210,149,128); }
div.DivClassName
{
background-color: #D29580;
}
.BgClassName
{
background-color: #D29580;
}
</style>
border-color css
<style>
span { border-color: #D29580; }
span { border-color: rgb(210,149,128); }
td.TdClassName
{
border-color: #D29580;
}
.TagClassName
{
border-color: #D29580;
}
</style>