Shades of Feldspar #DD9B73
Tints of Feldspar #DD9B73
RGB
CMYK
RGB Variations
Color information
#DD9B73 (or 0xDD9B73) is known color: Feldspar. HEX triplet: DD, 9B and 73. RGB value is (221,155,115). Sum of RGB (Red+Green+Blue) = 221+155+115=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9B73 is #22648C. Grayscale: #AAAAAA. Windows color (decimal): -2253965 or 7576541. OLE color: 7576541.
HSL color Cylindrical-coordinate representation of color #DD9B73: hue angle of 22.64º 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 #DD9B73 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 115 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.13 |
| HSL | 22.64º | 0.61% | 0.66% | - |
| HSV(B) | 22.64º | 0.48% | 0.87% | - |
| XYZ | 44.63 | 40.05 | 21.6 | - |
| YUV | 170.17 | 96.87 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 115 | 0 | 0.30 | 0.48 | 0.13 | 22.64 | 0.61 | 0.66 |
| Hex | DD | 9B | 73 | 0 | 1E | 30 | D | 17 | 3D | 42 |
| Octal | 335 | 233 | 163 | 0 | 36 | 60 | 15 | 27 | 75 | 102 |
| Binary | 11011101 | 10011011 | 1110011 | 0 | 11110 | 110000 | 1101 | 10111 | 111101 | 1000010 |
Color Harmonies of #DD9B73
Complementary color
Monochromatic Colors of #DD9B73
Black with #DD9B73
Text Example
Text Example
White with #DD9B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9B73; }
p { color: rgb(221,155,115); }
H1.HeaderClassName
{
color: #DD9B73;
}
.AnyTagClassName
{
color: #DD9B73;
}
</style>
background-color css
<style>
a { background-color: #DD9B73; }
a { background-color: rgb(221,155,115); }
div.DivClassName
{
background-color: #DD9B73;
}
.BgClassName
{
background-color: #DD9B73;
}
</style>
border-color css
<style>
span { border-color: #DD9B73; }
span { border-color: rgb(221,155,115); }
td.TdClassName
{
border-color: #DD9B73;
}
.TagClassName
{
border-color: #DD9B73;
}
</style>