Shades of Feldspar #DD9B71
Tints of Feldspar #DD9B71
RGB
CMYK
RGB Variations
Color information
#DD9B71 (or 0xDD9B71) is known color: Feldspar. HEX triplet: DD, 9B and 71. RGB value is (221,155,113). Sum of RGB (Red+Green+Blue) = 221+155+113=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9B71 is #22648E. Grayscale: #AAAAAA. Windows color (decimal): -2253967 or 7445469. OLE color: 7445469.
HSL color Cylindrical-coordinate representation of color #DD9B71: hue angle of 23.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD9B71 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 113 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.13 |
| HSL | 23.33º | 0.61% | 0.65% | - |
| HSV(B) | 23.33º | 0.49% | 0.87% | - |
| XYZ | 44.52 | 40.01 | 21 | - |
| YUV | 169.95 | 95.87 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 113 | 0 | 0.30 | 0.49 | 0.13 | 23.33 | 0.61 | 0.65 |
| Hex | DD | 9B | 71 | 0 | 1E | 31 | D | 17 | 3D | 41 |
| Octal | 335 | 233 | 161 | 0 | 36 | 61 | 15 | 27 | 75 | 101 |
| Binary | 11011101 | 10011011 | 1110001 | 0 | 11110 | 110001 | 1101 | 10111 | 111101 | 1000001 |
Color Harmonies of #DD9B71
Complementary color
Monochromatic Colors of #DD9B71
Black with #DD9B71
Text Example
Text Example
White with #DD9B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9B71; }
p { color: rgb(221,155,113); }
H1.HeaderClassName
{
color: #DD9B71;
}
.AnyTagClassName
{
color: #DD9B71;
}
</style>
background-color css
<style>
a { background-color: #DD9B71; }
a { background-color: rgb(221,155,113); }
div.DivClassName
{
background-color: #DD9B71;
}
.BgClassName
{
background-color: #DD9B71;
}
</style>
border-color css
<style>
span { border-color: #DD9B71; }
span { border-color: rgb(221,155,113); }
td.TdClassName
{
border-color: #DD9B71;
}
.TagClassName
{
border-color: #DD9B71;
}
</style>