Shades of Feldspar #DC8F72
Tints of Feldspar #DC8F72
RGB
CMYK
RGB Variations
Color information
#DC8F72 (or 0xDC8F72) is known color: Feldspar. HEX triplet: DC, 8F and 72. RGB value is (220,143,114). Sum of RGB (Red+Green+Blue) = 220+143+114=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F72 is #23708D. Grayscale: #A2A2A2. Windows color (decimal): -2322574 or 7507932. OLE color: 7507932.
HSL color Cylindrical-coordinate representation of color #DC8F72: hue angle of 16.42º 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 #DC8F72 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 114 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.14 |
| HSL | 16.42º | 0.6% | 0.65% | - |
| HSV(B) | 16.42º | 0.48% | 0.86% | - |
| XYZ | 42.37 | 36.08 | 20.65 | - |
| YUV | 162.72 | 100.51 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 114 | 0 | 0.35 | 0.48 | 0.14 | 16.42 | 0.6 | 0.65 |
| Hex | DC | 8F | 72 | 0 | 23 | 30 | E | 10 | 3C | 41 |
| Octal | 334 | 217 | 162 | 0 | 43 | 60 | 16 | 20 | 74 | 101 |
| Binary | 11011100 | 10001111 | 1110010 | 0 | 100011 | 110000 | 1110 | 10000 | 111100 | 1000001 |
Color Harmonies of #DC8F72
Complementary color
Monochromatic Colors of #DC8F72
Black with #DC8F72
Text Example
Text Example
White with #DC8F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F72; }
p { color: rgb(220,143,114); }
H1.HeaderClassName
{
color: #DC8F72;
}
.AnyTagClassName
{
color: #DC8F72;
}
</style>
background-color css
<style>
a { background-color: #DC8F72; }
a { background-color: rgb(220,143,114); }
div.DivClassName
{
background-color: #DC8F72;
}
.BgClassName
{
background-color: #DC8F72;
}
</style>
border-color css
<style>
span { border-color: #DC8F72; }
span { border-color: rgb(220,143,114); }
td.TdClassName
{
border-color: #DC8F72;
}
.TagClassName
{
border-color: #DC8F72;
}
</style>