Shades of Feldspar #DD9D6E
Tints of Feldspar #DD9D6E
RGB
CMYK
RGB Variations
Color information
#DD9D6E (or 0xDD9D6E) is known color: Feldspar. HEX triplet: DD, 9D and 6E. RGB value is (221,157,110). Sum of RGB (Red+Green+Blue) = 221+157+110=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9D6E is #226291. Grayscale: #ABABAB. Windows color (decimal): -2253458 or 7249373. OLE color: 7249373.
HSL color Cylindrical-coordinate representation of color #DD9D6E: hue angle of 25.41º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD9D6E is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 110 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.13 |
| HSL | 25.41º | 0.62% | 0.65% | - |
| HSV(B) | 25.41º | 0.5% | 0.87% | - |
| XYZ | 44.69 | 40.61 | 20.24 | - |
| YUV | 170.78 | 93.7 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 110 | 0 | 0.29 | 0.50 | 0.13 | 25.41 | 0.62 | 0.65 |
| Hex | DD | 9D | 6E | 0 | 1D | 32 | D | 19 | 3E | 41 |
| Octal | 335 | 235 | 156 | 0 | 35 | 62 | 15 | 31 | 76 | 101 |
| Binary | 11011101 | 10011101 | 1101110 | 0 | 11101 | 110010 | 1101 | 11001 | 111110 | 1000001 |
Color Harmonies of #DD9D6E
Complementary color
Monochromatic Colors of #DD9D6E
Black with #DD9D6E
Text Example
Text Example
White with #DD9D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D6E; }
p { color: rgb(221,157,110); }
H1.HeaderClassName
{
color: #DD9D6E;
}
.AnyTagClassName
{
color: #DD9D6E;
}
</style>
background-color css
<style>
a { background-color: #DD9D6E; }
a { background-color: rgb(221,157,110); }
div.DivClassName
{
background-color: #DD9D6E;
}
.BgClassName
{
background-color: #DD9D6E;
}
</style>
border-color css
<style>
span { border-color: #DD9D6E; }
span { border-color: rgb(221,157,110); }
td.TdClassName
{
border-color: #DD9D6E;
}
.TagClassName
{
border-color: #DD9D6E;
}
</style>