Shades of Feldspar #DD9474
Tints of Feldspar #DD9474
RGB
CMYK
RGB Variations
Color information
#DD9474 (or 0xDD9474) is known color: Feldspar. HEX triplet: DD, 94 and 74. RGB value is (221,148,116). Sum of RGB (Red+Green+Blue) = 221+148+116=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9474 is #226B8B. Grayscale: #A6A6A6. Windows color (decimal): -2255756 or 7640285. OLE color: 7640285.
HSL color Cylindrical-coordinate representation of color #DD9474: hue angle of 18.29º 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 #DD9474 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 116 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.13 |
| HSL | 18.29º | 0.61% | 0.66% | - |
| HSV(B) | 18.29º | 0.48% | 0.87% | - |
| XYZ | 43.56 | 37.81 | 21.53 | - |
| YUV | 166.18 | 99.68 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 116 | 0 | 0.33 | 0.48 | 0.13 | 18.29 | 0.61 | 0.66 |
| Hex | DD | 94 | 74 | 0 | 21 | 30 | D | 12 | 3D | 42 |
| Octal | 335 | 224 | 164 | 0 | 41 | 60 | 15 | 22 | 75 | 102 |
| Binary | 11011101 | 10010100 | 1110100 | 0 | 100001 | 110000 | 1101 | 10010 | 111101 | 1000010 |
Color Harmonies of #DD9474
Complementary color
Monochromatic Colors of #DD9474
Black with #DD9474
Text Example
Text Example
White with #DD9474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9474; }
p { color: rgb(221,148,116); }
H1.HeaderClassName
{
color: #DD9474;
}
.AnyTagClassName
{
color: #DD9474;
}
</style>
background-color css
<style>
a { background-color: #DD9474; }
a { background-color: rgb(221,148,116); }
div.DivClassName
{
background-color: #DD9474;
}
.BgClassName
{
background-color: #DD9474;
}
</style>
border-color css
<style>
span { border-color: #DD9474; }
span { border-color: rgb(221,148,116); }
td.TdClassName
{
border-color: #DD9474;
}
.TagClassName
{
border-color: #DD9474;
}
</style>