Shades of Feldspar #DD8F77
Tints of Feldspar #DD8F77
RGB
CMYK
RGB Variations
Color information
#DD8F77 (or 0xDD8F77) is known color: Feldspar. HEX triplet: DD, 8F and 77. RGB value is (221,143,119). Sum of RGB (Red+Green+Blue) = 221+143+119=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F77 is #227088. Grayscale: #A3A3A3. Windows color (decimal): -2257033 or 7835613. OLE color: 7835613.
HSL color Cylindrical-coordinate representation of color #DD8F77: hue angle of 14.12º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD8F77 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 119 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.13 |
| HSL | 14.12º | 0.6% | 0.67% | - |
| HSV(B) | 14.12º | 0.46% | 0.87% | - |
| XYZ | 42.97 | 36.35 | 22.2 | - |
| YUV | 163.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 119 | 0 | 0.35 | 0.46 | 0.13 | 14.12 | 0.6 | 0.67 |
| Hex | DD | 8F | 77 | 0 | 23 | 2E | D | E | 3C | 43 |
| Octal | 335 | 217 | 167 | 0 | 43 | 56 | 15 | 16 | 74 | 103 |
| Binary | 11011101 | 10001111 | 1110111 | 0 | 100011 | 101110 | 1101 | 1110 | 111100 | 1000011 |
Color Harmonies of #DD8F77
Complementary color
Monochromatic Colors of #DD8F77
Black with #DD8F77
Text Example
Text Example
White with #DD8F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F77; }
p { color: rgb(221,143,119); }
H1.HeaderClassName
{
color: #DD8F77;
}
.AnyTagClassName
{
color: #DD8F77;
}
</style>
background-color css
<style>
a { background-color: #DD8F77; }
a { background-color: rgb(221,143,119); }
div.DivClassName
{
background-color: #DD8F77;
}
.BgClassName
{
background-color: #DD8F77;
}
</style>
border-color css
<style>
span { border-color: #DD8F77; }
span { border-color: rgb(221,143,119); }
td.TdClassName
{
border-color: #DD8F77;
}
.TagClassName
{
border-color: #DD8F77;
}
</style>