Shades of Feldspar #D49C7F
Tints of Feldspar #D49C7F
RGB
CMYK
RGB Variations
Color information
#D49C7F (or 0xD49C7F) is known color: Feldspar. HEX triplet: D4, 9C and 7F. RGB value is (212,156,127). Sum of RGB (Red+Green+Blue) = 212+156+127=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C7F is #2B6380. Grayscale: #A9A9A9. Windows color (decimal): -2843521 or 8363220. OLE color: 8363220.
HSL color Cylindrical-coordinate representation of color #D49C7F: hue angle of 20.47º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D49C7F is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 127 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.17 |
| HSL | 20.47º | 0.5% | 0.66% | - |
| HSV(B) | 20.47º | 0.4% | 0.83% | - |
| XYZ | 42.87 | 39.31 | 25.41 | - |
| YUV | 169.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 127 | 0 | 0.26 | 0.40 | 0.17 | 20.47 | 0.5 | 0.66 |
| Hex | D4 | 9C | 7F | 0 | 1A | 28 | 11 | 14 | 32 | 42 |
| Octal | 324 | 234 | 177 | 0 | 32 | 50 | 21 | 24 | 62 | 102 |
| Binary | 11010100 | 10011100 | 1111111 | 0 | 11010 | 101000 | 10001 | 10100 | 110010 | 1000010 |
Color Harmonies of #D49C7F
Complementary color
Monochromatic Colors of #D49C7F
Black with #D49C7F
Text Example
Text Example
White with #D49C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49C7F; }
p { color: rgb(212,156,127); }
H1.HeaderClassName
{
color: #D49C7F;
}
.AnyTagClassName
{
color: #D49C7F;
}
</style>
background-color css
<style>
a { background-color: #D49C7F; }
a { background-color: rgb(212,156,127); }
div.DivClassName
{
background-color: #D49C7F;
}
.BgClassName
{
background-color: #D49C7F;
}
</style>
border-color css
<style>
span { border-color: #D49C7F; }
span { border-color: rgb(212,156,127); }
td.TdClassName
{
border-color: #D49C7F;
}
.TagClassName
{
border-color: #D49C7F;
}
</style>