Shades of Feldspar #D18772
Tints of Feldspar #D18772
RGB
CMYK
RGB Variations
Color information
#D18772 (or 0xD18772) is known color: Feldspar. HEX triplet: D1, 87 and 72. RGB value is (209,135,114). Sum of RGB (Red+Green+Blue) = 209+135+114=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D18772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18772 is #2E788D. Grayscale: #9A9A9A. Windows color (decimal): -3045518 or 7505873. OLE color: 7505873.
HSL color Cylindrical-coordinate representation of color #D18772: hue angle of 13.26º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D18772 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 114 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.18 |
| HSL | 13.26º | 0.51% | 0.63% | - |
| HSV(B) | 13.26º | 0.45% | 0.82% | - |
| XYZ | 38 | 32.1 | 20.11 | - |
| YUV | 154.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 114 | 0 | 0.35 | 0.45 | 0.18 | 13.26 | 0.51 | 0.63 |
| Hex | D1 | 87 | 72 | 0 | 23 | 2D | 12 | D | 33 | 3F |
| Octal | 321 | 207 | 162 | 0 | 43 | 55 | 22 | 15 | 63 | 77 |
| Binary | 11010001 | 10000111 | 1110010 | 0 | 100011 | 101101 | 10010 | 1101 | 110011 | 111111 |
Color Harmonies of #D18772
Complementary color
Monochromatic Colors of #D18772
Black with #D18772
Text Example
Text Example
White with #D18772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18772; }
p { color: rgb(209,135,114); }
H1.HeaderClassName
{
color: #D18772;
}
.AnyTagClassName
{
color: #D18772;
}
</style>
background-color css
<style>
a { background-color: #D18772; }
a { background-color: rgb(209,135,114); }
div.DivClassName
{
background-color: #D18772;
}
.BgClassName
{
background-color: #D18772;
}
</style>
border-color css
<style>
span { border-color: #D18772; }
span { border-color: rgb(209,135,114); }
td.TdClassName
{
border-color: #D18772;
}
.TagClassName
{
border-color: #D18772;
}
</style>