Shades of Feldspar #DD9870
Tints of Feldspar #DD9870
RGB
CMYK
RGB Variations
Color information
#DD9870 (or 0xDD9870) is known color: Feldspar. HEX triplet: DD, 98 and 70. RGB value is (221,152,112). Sum of RGB (Red+Green+Blue) = 221+152+112=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9870 is #22678F. Grayscale: #A8A8A8. Windows color (decimal): -2254736 or 7379165. OLE color: 7379165.
HSL color Cylindrical-coordinate representation of color #DD9870: hue angle of 22.02º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD9870 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 112 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.13 |
| HSL | 22.02º | 0.62% | 0.65% | - |
| HSV(B) | 22.02º | 0.49% | 0.87% | - |
| XYZ | 43.97 | 39 | 20.54 | - |
| YUV | 168.07 | 96.36 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 112 | 0 | 0.31 | 0.49 | 0.13 | 22.02 | 0.62 | 0.65 |
| Hex | DD | 98 | 70 | 0 | 1F | 31 | D | 16 | 3E | 41 |
| Octal | 335 | 230 | 160 | 0 | 37 | 61 | 15 | 26 | 76 | 101 |
| Binary | 11011101 | 10011000 | 1110000 | 0 | 11111 | 110001 | 1101 | 10110 | 111110 | 1000001 |
Color Harmonies of #DD9870
Complementary color
Monochromatic Colors of #DD9870
Black with #DD9870
Text Example
Text Example
White with #DD9870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9870; }
p { color: rgb(221,152,112); }
H1.HeaderClassName
{
color: #DD9870;
}
.AnyTagClassName
{
color: #DD9870;
}
</style>
background-color css
<style>
a { background-color: #DD9870; }
a { background-color: rgb(221,152,112); }
div.DivClassName
{
background-color: #DD9870;
}
.BgClassName
{
background-color: #DD9870;
}
</style>
border-color css
<style>
span { border-color: #DD9870; }
span { border-color: rgb(221,152,112); }
td.TdClassName
{
border-color: #DD9870;
}
.TagClassName
{
border-color: #DD9870;
}
</style>