Shades of Feldspar #D28872
Tints of Feldspar #D28872
RGB
CMYK
RGB Variations
Color information
#D28872 (or 0xD28872) is known color: Feldspar. HEX triplet: D2, 88 and 72. RGB value is (210,136,114). Sum of RGB (Red+Green+Blue) = 210+136+114=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D28872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28872 is #2D778D. Grayscale: #9B9B9B. Windows color (decimal): -2979726 or 7506130. OLE color: 7506130.
HSL color Cylindrical-coordinate representation of color #D28872: hue angle of 13.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D28872 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 114 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.18 |
| HSL | 13.75º | 0.52% | 0.64% | - |
| HSV(B) | 13.75º | 0.46% | 0.82% | - |
| XYZ | 38.42 | 32.52 | 20.17 | - |
| YUV | 155.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 114 | 0 | 0.35 | 0.46 | 0.18 | 13.75 | 0.52 | 0.64 |
| Hex | D2 | 88 | 72 | 0 | 23 | 2E | 12 | E | 34 | 40 |
| Octal | 322 | 210 | 162 | 0 | 43 | 56 | 22 | 16 | 64 | 100 |
| Binary | 11010010 | 10001000 | 1110010 | 0 | 100011 | 101110 | 10010 | 1110 | 110100 | 1000000 |
Color Harmonies of #D28872
Complementary color
Monochromatic Colors of #D28872
Black with #D28872
Text Example
Text Example
White with #D28872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28872; }
p { color: rgb(210,136,114); }
H1.HeaderClassName
{
color: #D28872;
}
.AnyTagClassName
{
color: #D28872;
}
</style>
background-color css
<style>
a { background-color: #D28872; }
a { background-color: rgb(210,136,114); }
div.DivClassName
{
background-color: #D28872;
}
.BgClassName
{
background-color: #D28872;
}
</style>
border-color css
<style>
span { border-color: #D28872; }
span { border-color: rgb(210,136,114); }
td.TdClassName
{
border-color: #D28872;
}
.TagClassName
{
border-color: #D28872;
}
</style>