Shades of Feldspar #DD9376
Tints of Feldspar #DD9376
RGB
CMYK
RGB Variations
Color information
#DD9376 (or 0xDD9376) is known color: Feldspar. HEX triplet: DD, 93 and 76. RGB value is (221,147,118). Sum of RGB (Red+Green+Blue) = 221+147+118=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9376 is #226C89. Grayscale: #A6A6A6. Windows color (decimal): -2256010 or 7771101. OLE color: 7771101.
HSL color Cylindrical-coordinate representation of color #DD9376: hue angle of 16.89º 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 #DD9376 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 118 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.13 |
| HSL | 16.89º | 0.6% | 0.66% | - |
| HSV(B) | 16.89º | 0.47% | 0.87% | - |
| XYZ | 43.52 | 37.55 | 22.09 | - |
| YUV | 165.82 | 101.02 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 118 | 0 | 0.33 | 0.47 | 0.13 | 16.89 | 0.6 | 0.66 |
| Hex | DD | 93 | 76 | 0 | 21 | 2F | D | 11 | 3C | 42 |
| Octal | 335 | 223 | 166 | 0 | 41 | 57 | 15 | 21 | 74 | 102 |
| Binary | 11011101 | 10010011 | 1110110 | 0 | 100001 | 101111 | 1101 | 10001 | 111100 | 1000010 |
Color Harmonies of #DD9376
Complementary color
Monochromatic Colors of #DD9376
Black with #DD9376
Text Example
Text Example
White with #DD9376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9376; }
p { color: rgb(221,147,118); }
H1.HeaderClassName
{
color: #DD9376;
}
.AnyTagClassName
{
color: #DD9376;
}
</style>
background-color css
<style>
a { background-color: #DD9376; }
a { background-color: rgb(221,147,118); }
div.DivClassName
{
background-color: #DD9376;
}
.BgClassName
{
background-color: #DD9376;
}
</style>
border-color css
<style>
span { border-color: #DD9376; }
span { border-color: rgb(221,147,118); }
td.TdClassName
{
border-color: #DD9376;
}
.TagClassName
{
border-color: #DD9376;
}
</style>