Shades of Feldspar #D49778
Tints of Feldspar #D49778
RGB
CMYK
RGB Variations
Color information
#D49778 (or 0xD49778) is known color: Feldspar. HEX triplet: D4, 97 and 78. RGB value is (212,151,120). Sum of RGB (Red+Green+Blue) = 212+151+120=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D49778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49778 is #2B6887. Grayscale: #A5A5A5. Windows color (decimal): -2844808 or 7903188. OLE color: 7903188.
HSL color Cylindrical-coordinate representation of color #D49778: hue angle of 20.22º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D49778 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 120 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.17 |
| HSL | 20.22º | 0.52% | 0.65% | - |
| HSV(B) | 20.22º | 0.43% | 0.83% | - |
| XYZ | 41.61 | 37.49 | 22.81 | - |
| YUV | 165.71 | 102.21 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 120 | 0 | 0.29 | 0.43 | 0.17 | 20.22 | 0.52 | 0.65 |
| Hex | D4 | 97 | 78 | 0 | 1D | 2B | 11 | 14 | 34 | 41 |
| Octal | 324 | 227 | 170 | 0 | 35 | 53 | 21 | 24 | 64 | 101 |
| Binary | 11010100 | 10010111 | 1111000 | 0 | 11101 | 101011 | 10001 | 10100 | 110100 | 1000001 |
Color Harmonies of #D49778
Complementary color
Monochromatic Colors of #D49778
Black with #D49778
Text Example
Text Example
White with #D49778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49778; }
p { color: rgb(212,151,120); }
H1.HeaderClassName
{
color: #D49778;
}
.AnyTagClassName
{
color: #D49778;
}
</style>
background-color css
<style>
a { background-color: #D49778; }
a { background-color: rgb(212,151,120); }
div.DivClassName
{
background-color: #D49778;
}
.BgClassName
{
background-color: #D49778;
}
</style>
border-color css
<style>
span { border-color: #D49778; }
span { border-color: rgb(212,151,120); }
td.TdClassName
{
border-color: #D49778;
}
.TagClassName
{
border-color: #D49778;
}
</style>