Shades of Feldspar #DD9472
Tints of Feldspar #DD9472
RGB
CMYK
RGB Variations
Color information
#DD9472 (or 0xDD9472) is known color: Feldspar. HEX triplet: DD, 94 and 72. RGB value is (221,148,114). Sum of RGB (Red+Green+Blue) = 221+148+114=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9472 is #226B8D. Grayscale: #A6A6A6. Windows color (decimal): -2255758 or 7509213. OLE color: 7509213.
HSL color Cylindrical-coordinate representation of color #DD9472: hue angle of 19.07º 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 #DD9472 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 114 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.13 |
| HSL | 19.07º | 0.61% | 0.66% | - |
| HSV(B) | 19.07º | 0.48% | 0.87% | - |
| XYZ | 43.45 | 37.77 | 20.92 | - |
| YUV | 165.95 | 98.68 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 114 | 0 | 0.33 | 0.48 | 0.13 | 19.07 | 0.61 | 0.66 |
| Hex | DD | 94 | 72 | 0 | 21 | 30 | D | 13 | 3D | 42 |
| Octal | 335 | 224 | 162 | 0 | 41 | 60 | 15 | 23 | 75 | 102 |
| Binary | 11011101 | 10010100 | 1110010 | 0 | 100001 | 110000 | 1101 | 10011 | 111101 | 1000010 |
Color Harmonies of #DD9472
Complementary color
Monochromatic Colors of #DD9472
Black with #DD9472
Text Example
Text Example
White with #DD9472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9472; }
p { color: rgb(221,148,114); }
H1.HeaderClassName
{
color: #DD9472;
}
.AnyTagClassName
{
color: #DD9472;
}
</style>
background-color css
<style>
a { background-color: #DD9472; }
a { background-color: rgb(221,148,114); }
div.DivClassName
{
background-color: #DD9472;
}
.BgClassName
{
background-color: #DD9472;
}
</style>
border-color css
<style>
span { border-color: #DD9472; }
span { border-color: rgb(221,148,114); }
td.TdClassName
{
border-color: #DD9472;
}
.TagClassName
{
border-color: #DD9472;
}
</style>