Shades of Feldspar #D4907B
Tints of Feldspar #D4907B
RGB
CMYK
RGB Variations
Color information
#D4907B (or 0xD4907B) is known color: Feldspar. HEX triplet: D4, 90 and 7B. RGB value is (212,144,123). Sum of RGB (Red+Green+Blue) = 212+144+123=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D4907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4907B is #2B6F84. Grayscale: #A2A2A2. Windows color (decimal): -2846597 or 8098004. OLE color: 8098004.
HSL color Cylindrical-coordinate representation of color #D4907B: hue angle of 14.16º 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 #D4907B is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 123 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.17 |
| HSL | 14.16º | 0.51% | 0.66% | - |
| HSV(B) | 14.16º | 0.42% | 0.83% | - |
| XYZ | 40.7 | 35.37 | 23.42 | - |
| YUV | 161.94 | 106.03 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 123 | 0 | 0.32 | 0.42 | 0.17 | 14.16 | 0.51 | 0.66 |
| Hex | D4 | 90 | 7B | 0 | 20 | 2A | 11 | E | 33 | 42 |
| Octal | 324 | 220 | 173 | 0 | 40 | 52 | 21 | 16 | 63 | 102 |
| Binary | 11010100 | 10010000 | 1111011 | 0 | 100000 | 101010 | 10001 | 1110 | 110011 | 1000010 |
Color Harmonies of #D4907B
Complementary color
Monochromatic Colors of #D4907B
Black with #D4907B
Text Example
Text Example
White with #D4907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4907B; }
p { color: rgb(212,144,123); }
H1.HeaderClassName
{
color: #D4907B;
}
.AnyTagClassName
{
color: #D4907B;
}
</style>
background-color css
<style>
a { background-color: #D4907B; }
a { background-color: rgb(212,144,123); }
div.DivClassName
{
background-color: #D4907B;
}
.BgClassName
{
background-color: #D4907B;
}
</style>
border-color css
<style>
span { border-color: #D4907B; }
span { border-color: rgb(212,144,123); }
td.TdClassName
{
border-color: #D4907B;
}
.TagClassName
{
border-color: #D4907B;
}
</style>