Shades of Feldspar #DD8F75
Tints of Feldspar #DD8F75
RGB
CMYK
RGB Variations
Color information
#DD8F75 (or 0xDD8F75) is known color: Feldspar. HEX triplet: DD, 8F and 75. RGB value is (221,143,117). Sum of RGB (Red+Green+Blue) = 221+143+117=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F75 is #22708A. Grayscale: #A3A3A3. Windows color (decimal): -2257035 or 7704541. OLE color: 7704541.
HSL color Cylindrical-coordinate representation of color #DD8F75: hue angle of 15º 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 #DD8F75 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 117 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.13 |
| HSL | 15º | 0.6% | 0.66% | - |
| HSV(B) | 15º | 0.47% | 0.87% | - |
| XYZ | 42.85 | 36.3 | 21.58 | - |
| YUV | 163.36 | 101.84 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 117 | 0 | 0.35 | 0.47 | 0.13 | 15 | 0.6 | 0.66 |
| Hex | DD | 8F | 75 | 0 | 23 | 2F | D | F | 3C | 42 |
| Octal | 335 | 217 | 165 | 0 | 43 | 57 | 15 | 17 | 74 | 102 |
| Binary | 11011101 | 10001111 | 1110101 | 0 | 100011 | 101111 | 1101 | 1111 | 111100 | 1000010 |
Color Harmonies of #DD8F75
Complementary color
Monochromatic Colors of #DD8F75
Black with #DD8F75
Text Example
Text Example
White with #DD8F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F75; }
p { color: rgb(221,143,117); }
H1.HeaderClassName
{
color: #DD8F75;
}
.AnyTagClassName
{
color: #DD8F75;
}
</style>
background-color css
<style>
a { background-color: #DD8F75; }
a { background-color: rgb(221,143,117); }
div.DivClassName
{
background-color: #DD8F75;
}
.BgClassName
{
background-color: #DD8F75;
}
</style>
border-color css
<style>
span { border-color: #DD8F75; }
span { border-color: rgb(221,143,117); }
td.TdClassName
{
border-color: #DD8F75;
}
.TagClassName
{
border-color: #DD8F75;
}
</style>