Shades of Feldspar #DD9372
Tints of Feldspar #DD9372
RGB
CMYK
RGB Variations
Color information
#DD9372 (or 0xDD9372) is known color: Feldspar. HEX triplet: DD, 93 and 72. RGB value is (221,147,114). Sum of RGB (Red+Green+Blue) = 221+147+114=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9372 is #226C8D. Grayscale: #A5A5A5. Windows color (decimal): -2256014 or 7508957. OLE color: 7508957.
HSL color Cylindrical-coordinate representation of color #DD9372: hue angle of 18.5º 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 #DD9372 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 114 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.13 |
| HSL | 18.5º | 0.61% | 0.66% | - |
| HSV(B) | 18.5º | 0.48% | 0.87% | - |
| XYZ | 43.29 | 37.45 | 20.87 | - |
| YUV | 165.36 | 99.02 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 114 | 0 | 0.33 | 0.48 | 0.13 | 18.5 | 0.61 | 0.66 |
| Hex | DD | 93 | 72 | 0 | 21 | 30 | D | 13 | 3D | 42 |
| Octal | 335 | 223 | 162 | 0 | 41 | 60 | 15 | 23 | 75 | 102 |
| Binary | 11011101 | 10010011 | 1110010 | 0 | 100001 | 110000 | 1101 | 10011 | 111101 | 1000010 |
Color Harmonies of #DD9372
Complementary color
Monochromatic Colors of #DD9372
Black with #DD9372
Text Example
Text Example
White with #DD9372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9372; }
p { color: rgb(221,147,114); }
H1.HeaderClassName
{
color: #DD9372;
}
.AnyTagClassName
{
color: #DD9372;
}
</style>
background-color css
<style>
a { background-color: #DD9372; }
a { background-color: rgb(221,147,114); }
div.DivClassName
{
background-color: #DD9372;
}
.BgClassName
{
background-color: #DD9372;
}
</style>
border-color css
<style>
span { border-color: #DD9372; }
span { border-color: rgb(221,147,114); }
td.TdClassName
{
border-color: #DD9372;
}
.TagClassName
{
border-color: #DD9372;
}
</style>