Shades of Feldspar #DD9076
Tints of Feldspar #DD9076
RGB
CMYK
RGB Variations
Color information
#DD9076 (or 0xDD9076) is known color: Feldspar. HEX triplet: DD, 90 and 76. RGB value is (221,144,118). Sum of RGB (Red+Green+Blue) = 221+144+118=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9076 is #226F89. Grayscale: #A4A4A4. Windows color (decimal): -2256778 or 7770333. OLE color: 7770333.
HSL color Cylindrical-coordinate representation of color #DD9076: hue angle of 15.15º 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 #DD9076 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 118 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.13 |
| HSL | 15.15º | 0.6% | 0.66% | - |
| HSV(B) | 15.15º | 0.47% | 0.87% | - |
| XYZ | 43.06 | 36.63 | 21.94 | - |
| YUV | 164.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 118 | 0 | 0.35 | 0.47 | 0.13 | 15.15 | 0.6 | 0.66 |
| Hex | DD | 90 | 76 | 0 | 23 | 2F | D | F | 3C | 42 |
| Octal | 335 | 220 | 166 | 0 | 43 | 57 | 15 | 17 | 74 | 102 |
| Binary | 11011101 | 10010000 | 1110110 | 0 | 100011 | 101111 | 1101 | 1111 | 111100 | 1000010 |
Color Harmonies of #DD9076
Complementary color
Monochromatic Colors of #DD9076
Black with #DD9076
Text Example
Text Example
White with #DD9076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9076; }
p { color: rgb(221,144,118); }
H1.HeaderClassName
{
color: #DD9076;
}
.AnyTagClassName
{
color: #DD9076;
}
</style>
background-color css
<style>
a { background-color: #DD9076; }
a { background-color: rgb(221,144,118); }
div.DivClassName
{
background-color: #DD9076;
}
.BgClassName
{
background-color: #DD9076;
}
</style>
border-color css
<style>
span { border-color: #DD9076; }
span { border-color: rgb(221,144,118); }
td.TdClassName
{
border-color: #DD9076;
}
.TagClassName
{
border-color: #DD9076;
}
</style>