Shades of Feldspar #DC9075
Tints of Feldspar #DC9075
RGB
CMYK
RGB Variations
Color information
#DC9075 (or 0xDC9075) is known color: Feldspar. HEX triplet: DC, 90 and 75. RGB value is (220,144,117). Sum of RGB (Red+Green+Blue) = 220+144+117=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9075 is #236F8A. Grayscale: #A3A3A3. Windows color (decimal): -2322315 or 7704796. OLE color: 7704796.
HSL color Cylindrical-coordinate representation of color #DC9075: hue angle of 15.73º 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 #DC9075 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 117 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.14 |
| HSL | 15.73º | 0.6% | 0.66% | - |
| HSV(B) | 15.73º | 0.47% | 0.86% | - |
| XYZ | 42.7 | 36.45 | 21.61 | - |
| YUV | 163.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 117 | 0 | 0.35 | 0.47 | 0.14 | 15.73 | 0.6 | 0.66 |
| Hex | DC | 90 | 75 | 0 | 23 | 2F | E | 10 | 3C | 42 |
| Octal | 334 | 220 | 165 | 0 | 43 | 57 | 16 | 20 | 74 | 102 |
| Binary | 11011100 | 10010000 | 1110101 | 0 | 100011 | 101111 | 1110 | 10000 | 111100 | 1000010 |
Color Harmonies of #DC9075
Complementary color
Monochromatic Colors of #DC9075
Black with #DC9075
Text Example
Text Example
White with #DC9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9075; }
p { color: rgb(220,144,117); }
H1.HeaderClassName
{
color: #DC9075;
}
.AnyTagClassName
{
color: #DC9075;
}
</style>
background-color css
<style>
a { background-color: #DC9075; }
a { background-color: rgb(220,144,117); }
div.DivClassName
{
background-color: #DC9075;
}
.BgClassName
{
background-color: #DC9075;
}
</style>
border-color css
<style>
span { border-color: #DC9075; }
span { border-color: rgb(220,144,117); }
td.TdClassName
{
border-color: #DC9075;
}
.TagClassName
{
border-color: #DC9075;
}
</style>