Shades of Feldspar #DD9C6E
Tints of Feldspar #DD9C6E
RGB
CMYK
RGB Variations
Color information
#DD9C6E (or 0xDD9C6E) is known color: Feldspar. HEX triplet: DD, 9C and 6E. RGB value is (221,156,110). Sum of RGB (Red+Green+Blue) = 221+156+110=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C6E is #226391. Grayscale: #AAAAAA. Windows color (decimal): -2253714 or 7249117. OLE color: 7249117.
HSL color Cylindrical-coordinate representation of color #DD9C6E: hue angle of 24.86º 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 #DD9C6E is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 110 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.13 |
| HSL | 24.86º | 0.62% | 0.65% | - |
| HSV(B) | 24.86º | 0.5% | 0.87% | - |
| XYZ | 44.52 | 40.27 | 20.18 | - |
| YUV | 170.19 | 94.03 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 110 | 0 | 0.29 | 0.50 | 0.13 | 24.86 | 0.62 | 0.65 |
| Hex | DD | 9C | 6E | 0 | 1D | 32 | D | 19 | 3E | 41 |
| Octal | 335 | 234 | 156 | 0 | 35 | 62 | 15 | 31 | 76 | 101 |
| Binary | 11011101 | 10011100 | 1101110 | 0 | 11101 | 110010 | 1101 | 11001 | 111110 | 1000001 |
Color Harmonies of #DD9C6E
Complementary color
Monochromatic Colors of #DD9C6E
Black with #DD9C6E
Text Example
Text Example
White with #DD9C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C6E; }
p { color: rgb(221,156,110); }
H1.HeaderClassName
{
color: #DD9C6E;
}
.AnyTagClassName
{
color: #DD9C6E;
}
</style>
background-color css
<style>
a { background-color: #DD9C6E; }
a { background-color: rgb(221,156,110); }
div.DivClassName
{
background-color: #DD9C6E;
}
.BgClassName
{
background-color: #DD9C6E;
}
</style>
border-color css
<style>
span { border-color: #DD9C6E; }
span { border-color: rgb(221,156,110); }
td.TdClassName
{
border-color: #DD9C6E;
}
.TagClassName
{
border-color: #DD9C6E;
}
</style>