Shades of Feldspar #DC9077
Tints of Feldspar #DC9077
RGB
CMYK
RGB Variations
Color information
#DC9077 (or 0xDC9077) is known color: Feldspar. HEX triplet: DC, 90 and 77. RGB value is (220,144,119). Sum of RGB (Red+Green+Blue) = 220+144+119=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9077 is #236F88. Grayscale: #A4A4A4. Windows color (decimal): -2322313 or 7835868. OLE color: 7835868.
HSL color Cylindrical-coordinate representation of color #DC9077: hue angle of 14.85º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC9077 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 119 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.14 |
| HSL | 14.85º | 0.59% | 0.66% | - |
| HSV(B) | 14.85º | 0.46% | 0.86% | - |
| XYZ | 42.82 | 36.49 | 22.24 | - |
| YUV | 163.87 | 102.68 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 119 | 0 | 0.35 | 0.46 | 0.14 | 14.85 | 0.59 | 0.66 |
| Hex | DC | 90 | 77 | 0 | 23 | 2E | E | F | 3B | 42 |
| Octal | 334 | 220 | 167 | 0 | 43 | 56 | 16 | 17 | 73 | 102 |
| Binary | 11011100 | 10010000 | 1110111 | 0 | 100011 | 101110 | 1110 | 1111 | 111011 | 1000010 |
Color Harmonies of #DC9077
Complementary color
Monochromatic Colors of #DC9077
Black with #DC9077
Text Example
Text Example
White with #DC9077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9077; }
p { color: rgb(220,144,119); }
H1.HeaderClassName
{
color: #DC9077;
}
.AnyTagClassName
{
color: #DC9077;
}
</style>
background-color css
<style>
a { background-color: #DC9077; }
a { background-color: rgb(220,144,119); }
div.DivClassName
{
background-color: #DC9077;
}
.BgClassName
{
background-color: #DC9077;
}
</style>
border-color css
<style>
span { border-color: #DC9077; }
span { border-color: rgb(220,144,119); }
td.TdClassName
{
border-color: #DC9077;
}
.TagClassName
{
border-color: #DC9077;
}
</style>