Shades of Feldspar #DD9275
Tints of Feldspar #DD9275
RGB
CMYK
RGB Variations
Color information
#DD9275 (or 0xDD9275) is known color: Feldspar. HEX triplet: DD, 92 and 75. RGB value is (221,146,117). Sum of RGB (Red+Green+Blue) = 221+146+117=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9275 is #226D8A. Grayscale: #A5A5A5. Windows color (decimal): -2256267 or 7705309. OLE color: 7705309.
HSL color Cylindrical-coordinate representation of color #DD9275: hue angle of 16.73º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD9275 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 117 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.13 |
| HSL | 16.73º | 0.6% | 0.66% | - |
| HSV(B) | 16.73º | 0.47% | 0.87% | - |
| XYZ | 43.31 | 37.21 | 21.73 | - |
| YUV | 165.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 117 | 0 | 0.34 | 0.47 | 0.13 | 16.73 | 0.6 | 0.66 |
| Hex | DD | 92 | 75 | 0 | 22 | 2F | D | 11 | 3C | 42 |
| Octal | 335 | 222 | 165 | 0 | 42 | 57 | 15 | 21 | 74 | 102 |
| Binary | 11011101 | 10010010 | 1110101 | 0 | 100010 | 101111 | 1101 | 10001 | 111100 | 1000010 |
Color Harmonies of #DD9275
Complementary color
Monochromatic Colors of #DD9275
Black with #DD9275
Text Example
Text Example
White with #DD9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9275; }
p { color: rgb(221,146,117); }
H1.HeaderClassName
{
color: #DD9275;
}
.AnyTagClassName
{
color: #DD9275;
}
</style>
background-color css
<style>
a { background-color: #DD9275; }
a { background-color: rgb(221,146,117); }
div.DivClassName
{
background-color: #DD9275;
}
.BgClassName
{
background-color: #DD9275;
}
</style>
border-color css
<style>
span { border-color: #DD9275; }
span { border-color: rgb(221,146,117); }
td.TdClassName
{
border-color: #DD9275;
}
.TagClassName
{
border-color: #DD9275;
}
</style>