Shades of Feldspar #DD9273
Tints of Feldspar #DD9273
RGB
CMYK
RGB Variations
Color information
#DD9273 (or 0xDD9273) is known color: Feldspar. HEX triplet: DD, 92 and 73. RGB value is (221,146,115). Sum of RGB (Red+Green+Blue) = 221+146+115=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9273 is #226D8C. Grayscale: #A5A5A5. Windows color (decimal): -2256269 or 7574237. OLE color: 7574237.
HSL color Cylindrical-coordinate representation of color #DD9273: hue angle of 17.55º 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 #DD9273 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 115 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.13 |
| HSL | 17.55º | 0.61% | 0.66% | - |
| HSV(B) | 17.55º | 0.48% | 0.87% | - |
| XYZ | 43.19 | 37.17 | 21.12 | - |
| YUV | 164.89 | 99.85 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 115 | 0 | 0.34 | 0.48 | 0.13 | 17.55 | 0.61 | 0.66 |
| Hex | DD | 92 | 73 | 0 | 22 | 30 | D | 12 | 3D | 42 |
| Octal | 335 | 222 | 163 | 0 | 42 | 60 | 15 | 22 | 75 | 102 |
| Binary | 11011101 | 10010010 | 1110011 | 0 | 100010 | 110000 | 1101 | 10010 | 111101 | 1000010 |
Color Harmonies of #DD9273
Complementary color
Monochromatic Colors of #DD9273
Black with #DD9273
Text Example
Text Example
White with #DD9273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9273; }
p { color: rgb(221,146,115); }
H1.HeaderClassName
{
color: #DD9273;
}
.AnyTagClassName
{
color: #DD9273;
}
</style>
background-color css
<style>
a { background-color: #DD9273; }
a { background-color: rgb(221,146,115); }
div.DivClassName
{
background-color: #DD9273;
}
.BgClassName
{
background-color: #DD9273;
}
</style>
border-color css
<style>
span { border-color: #DD9273; }
span { border-color: rgb(221,146,115); }
td.TdClassName
{
border-color: #DD9273;
}
.TagClassName
{
border-color: #DD9273;
}
</style>