Shades of Feldspar #DC9372
Tints of Feldspar #DC9372
RGB
CMYK
RGB Variations
Color information
#DC9372 (or 0xDC9372) is known color: Feldspar. HEX triplet: DC, 93 and 72. RGB value is (220,147,114). Sum of RGB (Red+Green+Blue) = 220+147+114=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9372 is #236C8D. Grayscale: #A5A5A5. Windows color (decimal): -2321550 or 7508956. OLE color: 7508956.
HSL color Cylindrical-coordinate representation of color #DC9372: hue angle of 18.68º 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 #DC9372 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 114 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.14 |
| HSL | 18.68º | 0.6% | 0.65% | - |
| HSV(B) | 18.68º | 0.48% | 0.86% | - |
| XYZ | 42.99 | 37.3 | 20.85 | - |
| YUV | 165.07 | 99.18 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 114 | 0 | 0.33 | 0.48 | 0.14 | 18.68 | 0.6 | 0.65 |
| Hex | DC | 93 | 72 | 0 | 21 | 30 | E | 13 | 3C | 41 |
| Octal | 334 | 223 | 162 | 0 | 41 | 60 | 16 | 23 | 74 | 101 |
| Binary | 11011100 | 10010011 | 1110010 | 0 | 100001 | 110000 | 1110 | 10011 | 111100 | 1000001 |
Color Harmonies of #DC9372
Complementary color
Monochromatic Colors of #DC9372
Black with #DC9372
Text Example
Text Example
White with #DC9372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9372; }
p { color: rgb(220,147,114); }
H1.HeaderClassName
{
color: #DC9372;
}
.AnyTagClassName
{
color: #DC9372;
}
</style>
background-color css
<style>
a { background-color: #DC9372; }
a { background-color: rgb(220,147,114); }
div.DivClassName
{
background-color: #DC9372;
}
.BgClassName
{
background-color: #DC9372;
}
</style>
border-color css
<style>
span { border-color: #DC9372; }
span { border-color: rgb(220,147,114); }
td.TdClassName
{
border-color: #DC9372;
}
.TagClassName
{
border-color: #DC9372;
}
</style>