Shades of Feldspar #DD9773
Tints of Feldspar #DD9773
RGB
CMYK
RGB Variations
Color information
#DD9773 (or 0xDD9773) is known color: Feldspar. HEX triplet: DD, 97 and 73. RGB value is (221,151,115). Sum of RGB (Red+Green+Blue) = 221+151+115=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9773 is #22688C. Grayscale: #A8A8A8. Windows color (decimal): -2254989 or 7575517. OLE color: 7575517.
HSL color Cylindrical-coordinate representation of color #DD9773: hue angle of 20.38º 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 #DD9773 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 115 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.13 |
| HSL | 20.38º | 0.61% | 0.66% | - |
| HSV(B) | 20.38º | 0.48% | 0.87% | - |
| XYZ | 43.98 | 38.74 | 21.38 | - |
| YUV | 167.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 115 | 0 | 0.32 | 0.48 | 0.13 | 20.38 | 0.61 | 0.66 |
| Hex | DD | 97 | 73 | 0 | 20 | 30 | D | 14 | 3D | 42 |
| Octal | 335 | 227 | 163 | 0 | 40 | 60 | 15 | 24 | 75 | 102 |
| Binary | 11011101 | 10010111 | 1110011 | 0 | 100000 | 110000 | 1101 | 10100 | 111101 | 1000010 |
Color Harmonies of #DD9773
Complementary color
Monochromatic Colors of #DD9773
Black with #DD9773
Text Example
Text Example
White with #DD9773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9773; }
p { color: rgb(221,151,115); }
H1.HeaderClassName
{
color: #DD9773;
}
.AnyTagClassName
{
color: #DD9773;
}
</style>
background-color css
<style>
a { background-color: #DD9773; }
a { background-color: rgb(221,151,115); }
div.DivClassName
{
background-color: #DD9773;
}
.BgClassName
{
background-color: #DD9773;
}
</style>
border-color css
<style>
span { border-color: #DD9773; }
span { border-color: rgb(221,151,115); }
td.TdClassName
{
border-color: #DD9773;
}
.TagClassName
{
border-color: #DD9773;
}
</style>