Shades of Feldspar #DD9D70
Tints of Feldspar #DD9D70
RGB
CMYK
RGB Variations
Color information
#DD9D70 (or 0xDD9D70) is known color: Feldspar. HEX triplet: DD, 9D and 70. RGB value is (221,157,112). Sum of RGB (Red+Green+Blue) = 221+157+112=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9D70 is #22628F. Grayscale: #ABABAB. Windows color (decimal): -2253456 or 7380445. OLE color: 7380445.
HSL color Cylindrical-coordinate representation of color #DD9D70: hue angle of 24.77º 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 #DD9D70 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 112 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.13 |
| HSL | 24.77º | 0.62% | 0.65% | - |
| HSV(B) | 24.77º | 0.49% | 0.87% | - |
| XYZ | 44.8 | 40.66 | 20.82 | - |
| YUV | 171.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 112 | 0 | 0.29 | 0.49 | 0.13 | 24.77 | 0.62 | 0.65 |
| Hex | DD | 9D | 70 | 0 | 1D | 31 | D | 19 | 3E | 41 |
| Octal | 335 | 235 | 160 | 0 | 35 | 61 | 15 | 31 | 76 | 101 |
| Binary | 11011101 | 10011101 | 1110000 | 0 | 11101 | 110001 | 1101 | 11001 | 111110 | 1000001 |
Color Harmonies of #DD9D70
Complementary color
Monochromatic Colors of #DD9D70
Black with #DD9D70
Text Example
Text Example
White with #DD9D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D70; }
p { color: rgb(221,157,112); }
H1.HeaderClassName
{
color: #DD9D70;
}
.AnyTagClassName
{
color: #DD9D70;
}
</style>
background-color css
<style>
a { background-color: #DD9D70; }
a { background-color: rgb(221,157,112); }
div.DivClassName
{
background-color: #DD9D70;
}
.BgClassName
{
background-color: #DD9D70;
}
</style>
border-color css
<style>
span { border-color: #DD9D70; }
span { border-color: rgb(221,157,112); }
td.TdClassName
{
border-color: #DD9D70;
}
.TagClassName
{
border-color: #DD9D70;
}
</style>