Shades of Feldspar #DD9C6F
Tints of Feldspar #DD9C6F
RGB
CMYK
RGB Variations
Color information
#DD9C6F (or 0xDD9C6F) is known color: Feldspar. HEX triplet: DD, 9C and 6F. RGB value is (221,156,111). Sum of RGB (Red+Green+Blue) = 221+156+111=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C6F is #226390. Grayscale: #AAAAAA. Windows color (decimal): -2253713 or 7314653. OLE color: 7314653.
HSL color Cylindrical-coordinate representation of color #DD9C6F: hue angle of 24.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD9C6F is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 111 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.13 |
| HSL | 24.55º | 0.62% | 0.65% | - |
| HSV(B) | 24.55º | 0.5% | 0.87% | - |
| XYZ | 44.58 | 40.3 | 20.47 | - |
| YUV | 170.31 | 94.53 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 111 | 0 | 0.29 | 0.50 | 0.13 | 24.55 | 0.62 | 0.65 |
| Hex | DD | 9C | 6F | 0 | 1D | 32 | D | 19 | 3E | 41 |
| Octal | 335 | 234 | 157 | 0 | 35 | 62 | 15 | 31 | 76 | 101 |
| Binary | 11011101 | 10011100 | 1101111 | 0 | 11101 | 110010 | 1101 | 11001 | 111110 | 1000001 |
Color Harmonies of #DD9C6F
Complementary color
Monochromatic Colors of #DD9C6F
Black with #DD9C6F
Text Example
Text Example
White with #DD9C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C6F; }
p { color: rgb(221,156,111); }
H1.HeaderClassName
{
color: #DD9C6F;
}
.AnyTagClassName
{
color: #DD9C6F;
}
</style>
background-color css
<style>
a { background-color: #DD9C6F; }
a { background-color: rgb(221,156,111); }
div.DivClassName
{
background-color: #DD9C6F;
}
.BgClassName
{
background-color: #DD9C6F;
}
</style>
border-color css
<style>
span { border-color: #DD9C6F; }
span { border-color: rgb(221,156,111); }
td.TdClassName
{
border-color: #DD9C6F;
}
.TagClassName
{
border-color: #DD9C6F;
}
</style>