Shades of Feldspar #DD9375
Tints of Feldspar #DD9375
RGB
CMYK
RGB Variations
Color information
#DD9375 (or 0xDD9375) is known color: Feldspar. HEX triplet: DD, 93 and 75. RGB value is (221,147,117). Sum of RGB (Red+Green+Blue) = 221+147+117=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9375 is #226C8A. Grayscale: #A5A5A5. Windows color (decimal): -2256011 or 7705565. OLE color: 7705565.
HSL color Cylindrical-coordinate representation of color #DD9375: hue angle of 17.31º 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 #DD9375 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 117 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.13 |
| HSL | 17.31º | 0.6% | 0.66% | - |
| HSV(B) | 17.31º | 0.47% | 0.87% | - |
| XYZ | 43.46 | 37.52 | 21.78 | - |
| YUV | 165.71 | 100.52 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 117 | 0 | 0.33 | 0.47 | 0.13 | 17.31 | 0.6 | 0.66 |
| Hex | DD | 93 | 75 | 0 | 21 | 2F | D | 11 | 3C | 42 |
| Octal | 335 | 223 | 165 | 0 | 41 | 57 | 15 | 21 | 74 | 102 |
| Binary | 11011101 | 10010011 | 1110101 | 0 | 100001 | 101111 | 1101 | 10001 | 111100 | 1000010 |
Color Harmonies of #DD9375
Complementary color
Monochromatic Colors of #DD9375
Black with #DD9375
Text Example
Text Example
White with #DD9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9375; }
p { color: rgb(221,147,117); }
H1.HeaderClassName
{
color: #DD9375;
}
.AnyTagClassName
{
color: #DD9375;
}
</style>
background-color css
<style>
a { background-color: #DD9375; }
a { background-color: rgb(221,147,117); }
div.DivClassName
{
background-color: #DD9375;
}
.BgClassName
{
background-color: #DD9375;
}
</style>
border-color css
<style>
span { border-color: #DD9375; }
span { border-color: rgb(221,147,117); }
td.TdClassName
{
border-color: #DD9375;
}
.TagClassName
{
border-color: #DD9375;
}
</style>