Shades of Feldspar #DD9B75
Tints of Feldspar #DD9B75
RGB
CMYK
RGB Variations
Color information
#DD9B75 (or 0xDD9B75) is known color: Feldspar. HEX triplet: DD, 9B and 75. RGB value is (221,155,117). Sum of RGB (Red+Green+Blue) = 221+155+117=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9B75 is #22648A. Grayscale: #AAAAAA. Windows color (decimal): -2253963 or 7707613. OLE color: 7707613.
HSL color Cylindrical-coordinate representation of color #DD9B75: hue angle of 21.92º 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 #DD9B75 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 117 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.13 |
| HSL | 21.92º | 0.6% | 0.66% | - |
| HSV(B) | 21.92º | 0.47% | 0.87% | - |
| XYZ | 44.75 | 40.1 | 22.21 | - |
| YUV | 170.4 | 97.87 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 117 | 0 | 0.30 | 0.47 | 0.13 | 21.92 | 0.6 | 0.66 |
| Hex | DD | 9B | 75 | 0 | 1E | 2F | D | 16 | 3C | 42 |
| Octal | 335 | 233 | 165 | 0 | 36 | 57 | 15 | 26 | 74 | 102 |
| Binary | 11011101 | 10011011 | 1110101 | 0 | 11110 | 101111 | 1101 | 10110 | 111100 | 1000010 |
Color Harmonies of #DD9B75
Complementary color
Monochromatic Colors of #DD9B75
Black with #DD9B75
Text Example
Text Example
White with #DD9B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9B75; }
p { color: rgb(221,155,117); }
H1.HeaderClassName
{
color: #DD9B75;
}
.AnyTagClassName
{
color: #DD9B75;
}
</style>
background-color css
<style>
a { background-color: #DD9B75; }
a { background-color: rgb(221,155,117); }
div.DivClassName
{
background-color: #DD9B75;
}
.BgClassName
{
background-color: #DD9B75;
}
</style>
border-color css
<style>
span { border-color: #DD9B75; }
span { border-color: rgb(221,155,117); }
td.TdClassName
{
border-color: #DD9B75;
}
.TagClassName
{
border-color: #DD9B75;
}
</style>