Shades of Feldspar #DD9B72
Tints of Feldspar #DD9B72
RGB
CMYK
RGB Variations
Color information
#DD9B72 (or 0xDD9B72) is known color: Feldspar. HEX triplet: DD, 9B and 72. RGB value is (221,155,114). Sum of RGB (Red+Green+Blue) = 221+155+114=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9B72 is #22648D. Grayscale: #AAAAAA. Windows color (decimal): -2253966 or 7511005. OLE color: 7511005.
HSL color Cylindrical-coordinate representation of color #DD9B72: hue angle of 22.99º 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 #DD9B72 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 114 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.13 |
| HSL | 22.99º | 0.61% | 0.66% | - |
| HSV(B) | 22.99º | 0.48% | 0.87% | - |
| XYZ | 44.58 | 40.03 | 21.3 | - |
| YUV | 170.06 | 96.37 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 114 | 0 | 0.30 | 0.48 | 0.13 | 22.99 | 0.61 | 0.66 |
| Hex | DD | 9B | 72 | 0 | 1E | 30 | D | 17 | 3D | 42 |
| Octal | 335 | 233 | 162 | 0 | 36 | 60 | 15 | 27 | 75 | 102 |
| Binary | 11011101 | 10011011 | 1110010 | 0 | 11110 | 110000 | 1101 | 10111 | 111101 | 1000010 |
Color Harmonies of #DD9B72
Complementary color
Monochromatic Colors of #DD9B72
Black with #DD9B72
Text Example
Text Example
White with #DD9B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9B72; }
p { color: rgb(221,155,114); }
H1.HeaderClassName
{
color: #DD9B72;
}
.AnyTagClassName
{
color: #DD9B72;
}
</style>
background-color css
<style>
a { background-color: #DD9B72; }
a { background-color: rgb(221,155,114); }
div.DivClassName
{
background-color: #DD9B72;
}
.BgClassName
{
background-color: #DD9B72;
}
</style>
border-color css
<style>
span { border-color: #DD9B72; }
span { border-color: rgb(221,155,114); }
td.TdClassName
{
border-color: #DD9B72;
}
.TagClassName
{
border-color: #DD9B72;
}
</style>