Shades of Feldspar #DD9A76
Tints of Feldspar #DD9A76
RGB
CMYK
RGB Variations
Color information
#DD9A76 (or 0xDD9A76) is known color: Feldspar. HEX triplet: DD, 9A and 76. RGB value is (221,154,118). Sum of RGB (Red+Green+Blue) = 221+154+118=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A76 is #226589. Grayscale: #AAAAAA. Windows color (decimal): -2254218 or 7772893. OLE color: 7772893.
HSL color Cylindrical-coordinate representation of color #DD9A76: hue angle of 20.97º 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 #DD9A76 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 118 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.13 |
| HSL | 20.97º | 0.6% | 0.66% | - |
| HSV(B) | 20.97º | 0.47% | 0.87% | - |
| XYZ | 44.64 | 39.79 | 22.47 | - |
| YUV | 169.93 | 98.7 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 118 | 0 | 0.30 | 0.47 | 0.13 | 20.97 | 0.6 | 0.66 |
| Hex | DD | 9A | 76 | 0 | 1E | 2F | D | 15 | 3C | 42 |
| Octal | 335 | 232 | 166 | 0 | 36 | 57 | 15 | 25 | 74 | 102 |
| Binary | 11011101 | 10011010 | 1110110 | 0 | 11110 | 101111 | 1101 | 10101 | 111100 | 1000010 |
Color Harmonies of #DD9A76
Complementary color
Monochromatic Colors of #DD9A76
Black with #DD9A76
Text Example
Text Example
White with #DD9A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A76; }
p { color: rgb(221,154,118); }
H1.HeaderClassName
{
color: #DD9A76;
}
.AnyTagClassName
{
color: #DD9A76;
}
</style>
background-color css
<style>
a { background-color: #DD9A76; }
a { background-color: rgb(221,154,118); }
div.DivClassName
{
background-color: #DD9A76;
}
.BgClassName
{
background-color: #DD9A76;
}
</style>
border-color css
<style>
span { border-color: #DD9A76; }
span { border-color: rgb(221,154,118); }
td.TdClassName
{
border-color: #DD9A76;
}
.TagClassName
{
border-color: #DD9A76;
}
</style>