Shades of Feldspar #DD9075
Tints of Feldspar #DD9075
RGB
CMYK
RGB Variations
Color information
#DD9075 (or 0xDD9075) is known color: Feldspar. HEX triplet: DD, 90 and 75. RGB value is (221,144,117). Sum of RGB (Red+Green+Blue) = 221+144+117=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9075 is #226F8A. Grayscale: #A4A4A4. Windows color (decimal): -2256779 or 7704797. OLE color: 7704797.
HSL color Cylindrical-coordinate representation of color #DD9075: hue angle of 15.58º 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 #DD9075 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 117 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.13 |
| HSL | 15.58º | 0.6% | 0.66% | - |
| HSV(B) | 15.58º | 0.47% | 0.87% | - |
| XYZ | 43 | 36.6 | 21.63 | - |
| YUV | 163.95 | 101.51 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 117 | 0 | 0.35 | 0.47 | 0.13 | 15.58 | 0.6 | 0.66 |
| Hex | DD | 90 | 75 | 0 | 23 | 2F | D | 10 | 3C | 42 |
| Octal | 335 | 220 | 165 | 0 | 43 | 57 | 15 | 20 | 74 | 102 |
| Binary | 11011101 | 10010000 | 1110101 | 0 | 100011 | 101111 | 1101 | 10000 | 111100 | 1000010 |
Color Harmonies of #DD9075
Complementary color
Monochromatic Colors of #DD9075
Black with #DD9075
Text Example
Text Example
White with #DD9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9075; }
p { color: rgb(221,144,117); }
H1.HeaderClassName
{
color: #DD9075;
}
.AnyTagClassName
{
color: #DD9075;
}
</style>
background-color css
<style>
a { background-color: #DD9075; }
a { background-color: rgb(221,144,117); }
div.DivClassName
{
background-color: #DD9075;
}
.BgClassName
{
background-color: #DD9075;
}
</style>
border-color css
<style>
span { border-color: #DD9075; }
span { border-color: rgb(221,144,117); }
td.TdClassName
{
border-color: #DD9075;
}
.TagClassName
{
border-color: #DD9075;
}
</style>