Shades of Feldspar #D4967B
Tints of Feldspar #D4967B
RGB
CMYK
RGB Variations
Color information
#D4967B (or 0xD4967B) is known color: Feldspar. HEX triplet: D4, 96 and 7B. RGB value is (212,150,123). Sum of RGB (Red+Green+Blue) = 212+150+123=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D4967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4967B is #2B6984. Grayscale: #A5A5A5. Windows color (decimal): -2845061 or 8099540. OLE color: 8099540.
HSL color Cylindrical-coordinate representation of color #D4967B: hue angle of 18.2º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4967B is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 123 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.17 |
| HSL | 18.2º | 0.51% | 0.66% | - |
| HSV(B) | 18.2º | 0.42% | 0.83% | - |
| XYZ | 41.63 | 37.24 | 23.73 | - |
| YUV | 165.46 | 104.04 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 123 | 0 | 0.29 | 0.42 | 0.17 | 18.2 | 0.51 | 0.66 |
| Hex | D4 | 96 | 7B | 0 | 1D | 2A | 11 | 12 | 33 | 42 |
| Octal | 324 | 226 | 173 | 0 | 35 | 52 | 21 | 22 | 63 | 102 |
| Binary | 11010100 | 10010110 | 1111011 | 0 | 11101 | 101010 | 10001 | 10010 | 110011 | 1000010 |
Color Harmonies of #D4967B
Complementary color
Monochromatic Colors of #D4967B
Black with #D4967B
Text Example
Text Example
White with #D4967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4967B; }
p { color: rgb(212,150,123); }
H1.HeaderClassName
{
color: #D4967B;
}
.AnyTagClassName
{
color: #D4967B;
}
</style>
background-color css
<style>
a { background-color: #D4967B; }
a { background-color: rgb(212,150,123); }
div.DivClassName
{
background-color: #D4967B;
}
.BgClassName
{
background-color: #D4967B;
}
</style>
border-color css
<style>
span { border-color: #D4967B; }
span { border-color: rgb(212,150,123); }
td.TdClassName
{
border-color: #D4967B;
}
.TagClassName
{
border-color: #D4967B;
}
</style>