Shades of Feldspar #DD9774
Tints of Feldspar #DD9774
RGB
CMYK
RGB Variations
Color information
#DD9774 (or 0xDD9774) is known color: Feldspar. HEX triplet: DD, 97 and 74. RGB value is (221,151,116). Sum of RGB (Red+Green+Blue) = 221+151+116=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9774 is #22688B. Grayscale: #A8A8A8. Windows color (decimal): -2254988 or 7641053. OLE color: 7641053.
HSL color Cylindrical-coordinate representation of color #DD9774: hue angle of 20º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD9774 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 116 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.13 |
| HSL | 20º | 0.61% | 0.66% | - |
| HSV(B) | 20º | 0.48% | 0.87% | - |
| XYZ | 44.04 | 38.77 | 21.68 | - |
| YUV | 167.94 | 98.69 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 116 | 0 | 0.32 | 0.48 | 0.13 | 20 | 0.61 | 0.66 |
| Hex | DD | 97 | 74 | 0 | 20 | 30 | D | 14 | 3D | 42 |
| Octal | 335 | 227 | 164 | 0 | 40 | 60 | 15 | 24 | 75 | 102 |
| Binary | 11011101 | 10010111 | 1110100 | 0 | 100000 | 110000 | 1101 | 10100 | 111101 | 1000010 |
Color Harmonies of #DD9774
Complementary color
Monochromatic Colors of #DD9774
Black with #DD9774
Text Example
Text Example
White with #DD9774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9774; }
p { color: rgb(221,151,116); }
H1.HeaderClassName
{
color: #DD9774;
}
.AnyTagClassName
{
color: #DD9774;
}
</style>
background-color css
<style>
a { background-color: #DD9774; }
a { background-color: rgb(221,151,116); }
div.DivClassName
{
background-color: #DD9774;
}
.BgClassName
{
background-color: #DD9774;
}
</style>
border-color css
<style>
span { border-color: #DD9774; }
span { border-color: rgb(221,151,116); }
td.TdClassName
{
border-color: #DD9774;
}
.TagClassName
{
border-color: #DD9774;
}
</style>