Shades of Feldspar #DD9073
Tints of Feldspar #DD9073
RGB
CMYK
RGB Variations
Color information
#DD9073 (or 0xDD9073) is known color: Feldspar. HEX triplet: DD, 90 and 73. RGB value is (221,144,115). Sum of RGB (Red+Green+Blue) = 221+144+115=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9073 is #226F8C. Grayscale: #A3A3A3. Windows color (decimal): -2256781 or 7573725. OLE color: 7573725.
HSL color Cylindrical-coordinate representation of color #DD9073: hue angle of 16.42º 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 #DD9073 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 115 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.13 |
| HSL | 16.42º | 0.61% | 0.66% | - |
| HSV(B) | 16.42º | 0.48% | 0.87% | - |
| XYZ | 42.89 | 36.56 | 21.02 | - |
| YUV | 163.72 | 100.51 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 115 | 0 | 0.35 | 0.48 | 0.13 | 16.42 | 0.61 | 0.66 |
| Hex | DD | 90 | 73 | 0 | 23 | 30 | D | 10 | 3D | 42 |
| Octal | 335 | 220 | 163 | 0 | 43 | 60 | 15 | 20 | 75 | 102 |
| Binary | 11011101 | 10010000 | 1110011 | 0 | 100011 | 110000 | 1101 | 10000 | 111101 | 1000010 |
Color Harmonies of #DD9073
Complementary color
Monochromatic Colors of #DD9073
Black with #DD9073
Text Example
Text Example
White with #DD9073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9073; }
p { color: rgb(221,144,115); }
H1.HeaderClassName
{
color: #DD9073;
}
.AnyTagClassName
{
color: #DD9073;
}
</style>
background-color css
<style>
a { background-color: #DD9073; }
a { background-color: rgb(221,144,115); }
div.DivClassName
{
background-color: #DD9073;
}
.BgClassName
{
background-color: #DD9073;
}
</style>
border-color css
<style>
span { border-color: #DD9073; }
span { border-color: rgb(221,144,115); }
td.TdClassName
{
border-color: #DD9073;
}
.TagClassName
{
border-color: #DD9073;
}
</style>