Shades of Feldspar #D28F7B
Tints of Feldspar #D28F7B
RGB
CMYK
RGB Variations
Color information
#D28F7B (or 0xD28F7B) is known color: Feldspar. HEX triplet: D2, 8F and 7B. RGB value is (210,143,123). Sum of RGB (Red+Green+Blue) = 210+143+123=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28F7B is #2D7084. Grayscale: #A0A0A0. Windows color (decimal): -2977925 or 8097746. OLE color: 8097746.
HSL color Cylindrical-coordinate representation of color #D28F7B: hue angle of 13.79º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D28F7B is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 123 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.18 |
| HSL | 13.79º | 0.49% | 0.65% | - |
| HSV(B) | 13.79º | 0.41% | 0.82% | - |
| XYZ | 39.98 | 34.78 | 23.34 | - |
| YUV | 160.75 | 106.7 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 123 | 0 | 0.32 | 0.41 | 0.18 | 13.79 | 0.49 | 0.65 |
| Hex | D2 | 8F | 7B | 0 | 20 | 29 | 12 | E | 31 | 41 |
| Octal | 322 | 217 | 173 | 0 | 40 | 51 | 22 | 16 | 61 | 101 |
| Binary | 11010010 | 10001111 | 1111011 | 0 | 100000 | 101001 | 10010 | 1110 | 110001 | 1000001 |
Color Harmonies of #D28F7B
Complementary color
Monochromatic Colors of #D28F7B
Black with #D28F7B
Text Example
Text Example
White with #D28F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28F7B; }
p { color: rgb(210,143,123); }
H1.HeaderClassName
{
color: #D28F7B;
}
.AnyTagClassName
{
color: #D28F7B;
}
</style>
background-color css
<style>
a { background-color: #D28F7B; }
a { background-color: rgb(210,143,123); }
div.DivClassName
{
background-color: #D28F7B;
}
.BgClassName
{
background-color: #D28F7B;
}
</style>
border-color css
<style>
span { border-color: #D28F7B; }
span { border-color: rgb(210,143,123); }
td.TdClassName
{
border-color: #D28F7B;
}
.TagClassName
{
border-color: #D28F7B;
}
</style>