Shades of Feldspar #D0987C
Tints of Feldspar #D0987C
RGB
CMYK
RGB Variations
Color information
#D0987C (or 0xD0987C) is known color: Feldspar. HEX triplet: D0, 98 and 7C. RGB value is (208,152,124). Sum of RGB (Red+Green+Blue) = 208+152+124=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0987C is #2F6783. Grayscale: #A5A5A5. Windows color (decimal): -3106692 or 8165584. OLE color: 8165584.
HSL color Cylindrical-coordinate representation of color #D0987C: hue angle of 20º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0987C is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 124 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.18 |
| HSL | 20º | 0.47% | 0.65% | - |
| HSV(B) | 20º | 0.4% | 0.82% | - |
| XYZ | 40.88 | 37.32 | 24.12 | - |
| YUV | 165.55 | 104.55 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 124 | 0 | 0.27 | 0.40 | 0.18 | 20 | 0.47 | 0.65 |
| Hex | D0 | 98 | 7C | 0 | 1B | 28 | 12 | 14 | 2F | 41 |
| Octal | 320 | 230 | 174 | 0 | 33 | 50 | 22 | 24 | 57 | 101 |
| Binary | 11010000 | 10011000 | 1111100 | 0 | 11011 | 101000 | 10010 | 10100 | 101111 | 1000001 |
Color Harmonies of #D0987C
Complementary color
Monochromatic Colors of #D0987C
Black with #D0987C
Text Example
Text Example
White with #D0987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0987C; }
p { color: rgb(208,152,124); }
H1.HeaderClassName
{
color: #D0987C;
}
.AnyTagClassName
{
color: #D0987C;
}
</style>
background-color css
<style>
a { background-color: #D0987C; }
a { background-color: rgb(208,152,124); }
div.DivClassName
{
background-color: #D0987C;
}
.BgClassName
{
background-color: #D0987C;
}
</style>
border-color css
<style>
span { border-color: #D0987C; }
span { border-color: rgb(208,152,124); }
td.TdClassName
{
border-color: #D0987C;
}
.TagClassName
{
border-color: #D0987C;
}
</style>