Shades of Feldspar #DC8F75
Tints of Feldspar #DC8F75
RGB
CMYK
RGB Variations
Color information
#DC8F75 (or 0xDC8F75) is known color: Feldspar. HEX triplet: DC, 8F and 75. RGB value is (220,143,117). Sum of RGB (Red+Green+Blue) = 220+143+117=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F75 is #23708A. Grayscale: #A3A3A3. Windows color (decimal): -2322571 or 7704540. OLE color: 7704540.
HSL color Cylindrical-coordinate representation of color #DC8F75: hue angle of 15.15º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC8F75 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 117 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.14 |
| HSL | 15.15º | 0.6% | 0.66% | - |
| HSV(B) | 15.15º | 0.47% | 0.86% | - |
| XYZ | 42.55 | 36.14 | 21.56 | - |
| YUV | 163.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 117 | 0 | 0.35 | 0.47 | 0.14 | 15.15 | 0.6 | 0.66 |
| Hex | DC | 8F | 75 | 0 | 23 | 2F | E | F | 3C | 42 |
| Octal | 334 | 217 | 165 | 0 | 43 | 57 | 16 | 17 | 74 | 102 |
| Binary | 11011100 | 10001111 | 1110101 | 0 | 100011 | 101111 | 1110 | 1111 | 111100 | 1000010 |
Color Harmonies of #DC8F75
Complementary color
Monochromatic Colors of #DC8F75
Black with #DC8F75
Text Example
Text Example
White with #DC8F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F75; }
p { color: rgb(220,143,117); }
H1.HeaderClassName
{
color: #DC8F75;
}
.AnyTagClassName
{
color: #DC8F75;
}
</style>
background-color css
<style>
a { background-color: #DC8F75; }
a { background-color: rgb(220,143,117); }
div.DivClassName
{
background-color: #DC8F75;
}
.BgClassName
{
background-color: #DC8F75;
}
</style>
border-color css
<style>
span { border-color: #DC8F75; }
span { border-color: rgb(220,143,117); }
td.TdClassName
{
border-color: #DC8F75;
}
.TagClassName
{
border-color: #DC8F75;
}
</style>