Shades of Feldspar #DD9173
Tints of Feldspar #DD9173
RGB
CMYK
RGB Variations
Color information
#DD9173 (or 0xDD9173) is known color: Feldspar. HEX triplet: DD, 91 and 73. RGB value is (221,145,115). Sum of RGB (Red+Green+Blue) = 221+145+115=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9173 is #226E8C. Grayscale: #A4A4A4. Windows color (decimal): -2256525 or 7573981. OLE color: 7573981.
HSL color Cylindrical-coordinate representation of color #DD9173: hue angle of 16.98º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD9173 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 115 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.13 |
| HSL | 16.98º | 0.61% | 0.66% | - |
| HSV(B) | 16.98º | 0.48% | 0.87% | - |
| XYZ | 43.04 | 36.86 | 21.07 | - |
| YUV | 164.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 115 | 0 | 0.34 | 0.48 | 0.13 | 16.98 | 0.61 | 0.66 |
| Hex | DD | 91 | 73 | 0 | 22 | 30 | D | 11 | 3D | 42 |
| Octal | 335 | 221 | 163 | 0 | 42 | 60 | 15 | 21 | 75 | 102 |
| Binary | 11011101 | 10010001 | 1110011 | 0 | 100010 | 110000 | 1101 | 10001 | 111101 | 1000010 |
Color Harmonies of #DD9173
Complementary color
Monochromatic Colors of #DD9173
Black with #DD9173
Text Example
Text Example
White with #DD9173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9173; }
p { color: rgb(221,145,115); }
H1.HeaderClassName
{
color: #DD9173;
}
.AnyTagClassName
{
color: #DD9173;
}
</style>
background-color css
<style>
a { background-color: #DD9173; }
a { background-color: rgb(221,145,115); }
div.DivClassName
{
background-color: #DD9173;
}
.BgClassName
{
background-color: #DD9173;
}
</style>
border-color css
<style>
span { border-color: #DD9173; }
span { border-color: rgb(221,145,115); }
td.TdClassName
{
border-color: #DD9173;
}
.TagClassName
{
border-color: #DD9173;
}
</style>