Shades of Feldspar #DD9473
Tints of Feldspar #DD9473
RGB
CMYK
RGB Variations
Color information
#DD9473 (or 0xDD9473) is known color: Feldspar. HEX triplet: DD, 94 and 73. RGB value is (221,148,115). Sum of RGB (Red+Green+Blue) = 221+148+115=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9473 is #226B8C. Grayscale: #A6A6A6. Windows color (decimal): -2255757 or 7574749. OLE color: 7574749.
HSL color Cylindrical-coordinate representation of color #DD9473: hue angle of 18.68º 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 #DD9473 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 115 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.13 |
| HSL | 18.68º | 0.61% | 0.66% | - |
| HSV(B) | 18.68º | 0.48% | 0.87% | - |
| XYZ | 43.5 | 37.79 | 21.22 | - |
| YUV | 166.07 | 99.18 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 115 | 0 | 0.33 | 0.48 | 0.13 | 18.68 | 0.61 | 0.66 |
| Hex | DD | 94 | 73 | 0 | 21 | 30 | D | 13 | 3D | 42 |
| Octal | 335 | 224 | 163 | 0 | 41 | 60 | 15 | 23 | 75 | 102 |
| Binary | 11011101 | 10010100 | 1110011 | 0 | 100001 | 110000 | 1101 | 10011 | 111101 | 1000010 |
Color Harmonies of #DD9473
Complementary color
Monochromatic Colors of #DD9473
Black with #DD9473
Text Example
Text Example
White with #DD9473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9473; }
p { color: rgb(221,148,115); }
H1.HeaderClassName
{
color: #DD9473;
}
.AnyTagClassName
{
color: #DD9473;
}
</style>
background-color css
<style>
a { background-color: #DD9473; }
a { background-color: rgb(221,148,115); }
div.DivClassName
{
background-color: #DD9473;
}
.BgClassName
{
background-color: #DD9473;
}
</style>
border-color css
<style>
span { border-color: #DD9473; }
span { border-color: rgb(221,148,115); }
td.TdClassName
{
border-color: #DD9473;
}
.TagClassName
{
border-color: #DD9473;
}
</style>