Shades of Feldspar #DC9072
Tints of Feldspar #DC9072
RGB
CMYK
RGB Variations
Color information
#DC9072 (or 0xDC9072) is known color: Feldspar. HEX triplet: DC, 90 and 72. RGB value is (220,144,114). Sum of RGB (Red+Green+Blue) = 220+144+114=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9072 is #236F8D. Grayscale: #A3A3A3. Windows color (decimal): -2322318 or 7508188. OLE color: 7508188.
HSL color Cylindrical-coordinate representation of color #DC9072: hue angle of 16.98º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC9072 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 114 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.14 |
| HSL | 16.98º | 0.6% | 0.65% | - |
| HSV(B) | 16.98º | 0.48% | 0.86% | - |
| XYZ | 42.53 | 36.38 | 20.7 | - |
| YUV | 163.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 114 | 0 | 0.35 | 0.48 | 0.14 | 16.98 | 0.6 | 0.65 |
| Hex | DC | 90 | 72 | 0 | 23 | 30 | E | 11 | 3C | 41 |
| Octal | 334 | 220 | 162 | 0 | 43 | 60 | 16 | 21 | 74 | 101 |
| Binary | 11011100 | 10010000 | 1110010 | 0 | 100011 | 110000 | 1110 | 10001 | 111100 | 1000001 |
Color Harmonies of #DC9072
Complementary color
Monochromatic Colors of #DC9072
Black with #DC9072
Text Example
Text Example
White with #DC9072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9072; }
p { color: rgb(220,144,114); }
H1.HeaderClassName
{
color: #DC9072;
}
.AnyTagClassName
{
color: #DC9072;
}
</style>
background-color css
<style>
a { background-color: #DC9072; }
a { background-color: rgb(220,144,114); }
div.DivClassName
{
background-color: #DC9072;
}
.BgClassName
{
background-color: #DC9072;
}
</style>
border-color css
<style>
span { border-color: #DC9072; }
span { border-color: rgb(220,144,114); }
td.TdClassName
{
border-color: #DC9072;
}
.TagClassName
{
border-color: #DC9072;
}
</style>