Shades of Feldspar #DD9274
Tints of Feldspar #DD9274
RGB
CMYK
RGB Variations
Color information
#DD9274 (or 0xDD9274) is known color: Feldspar. HEX triplet: DD, 92 and 74. RGB value is (221,146,116). Sum of RGB (Red+Green+Blue) = 221+146+116=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9274 is #226D8B. Grayscale: #A5A5A5. Windows color (decimal): -2256268 or 7639773. OLE color: 7639773.
HSL color Cylindrical-coordinate representation of color #DD9274: hue angle of 17.14º 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 #DD9274 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 116 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.13 |
| HSL | 17.14º | 0.61% | 0.66% | - |
| HSV(B) | 17.14º | 0.48% | 0.87% | - |
| XYZ | 43.25 | 37.19 | 21.42 | - |
| YUV | 165.01 | 100.35 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 116 | 0 | 0.34 | 0.48 | 0.13 | 17.14 | 0.61 | 0.66 |
| Hex | DD | 92 | 74 | 0 | 22 | 30 | D | 11 | 3D | 42 |
| Octal | 335 | 222 | 164 | 0 | 42 | 60 | 15 | 21 | 75 | 102 |
| Binary | 11011101 | 10010010 | 1110100 | 0 | 100010 | 110000 | 1101 | 10001 | 111101 | 1000010 |
Color Harmonies of #DD9274
Complementary color
Monochromatic Colors of #DD9274
Black with #DD9274
Text Example
Text Example
White with #DD9274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9274; }
p { color: rgb(221,146,116); }
H1.HeaderClassName
{
color: #DD9274;
}
.AnyTagClassName
{
color: #DD9274;
}
</style>
background-color css
<style>
a { background-color: #DD9274; }
a { background-color: rgb(221,146,116); }
div.DivClassName
{
background-color: #DD9274;
}
.BgClassName
{
background-color: #DD9274;
}
</style>
border-color css
<style>
span { border-color: #DD9274; }
span { border-color: rgb(221,146,116); }
td.TdClassName
{
border-color: #DD9274;
}
.TagClassName
{
border-color: #DD9274;
}
</style>