Shades of Feldspar #D09878
Tints of Feldspar #D09878
RGB
CMYK
RGB Variations
Color information
#D09878 (or 0xD09878) is known color: Feldspar. HEX triplet: D0, 98 and 78. RGB value is (208,152,120). Sum of RGB (Red+Green+Blue) = 208+152+120=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D09878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09878 is #2F6787. Grayscale: #A5A5A5. Windows color (decimal): -3106696 or 7903440. OLE color: 7903440.
HSL color Cylindrical-coordinate representation of color #D09878: hue angle of 21.82º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D09878 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 120 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.18 |
| HSL | 21.82º | 0.48% | 0.64% | - |
| HSV(B) | 21.82º | 0.42% | 0.82% | - |
| XYZ | 40.63 | 37.22 | 22.81 | - |
| YUV | 165.1 | 102.55 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 120 | 0 | 0.27 | 0.42 | 0.18 | 21.82 | 0.48 | 0.64 |
| Hex | D0 | 98 | 78 | 0 | 1B | 2A | 12 | 16 | 30 | 40 |
| Octal | 320 | 230 | 170 | 0 | 33 | 52 | 22 | 26 | 60 | 100 |
| Binary | 11010000 | 10011000 | 1111000 | 0 | 11011 | 101010 | 10010 | 10110 | 110000 | 1000000 |
Color Harmonies of #D09878
Complementary color
Monochromatic Colors of #D09878
Black with #D09878
Text Example
Text Example
White with #D09878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09878; }
p { color: rgb(208,152,120); }
H1.HeaderClassName
{
color: #D09878;
}
.AnyTagClassName
{
color: #D09878;
}
</style>
background-color css
<style>
a { background-color: #D09878; }
a { background-color: rgb(208,152,120); }
div.DivClassName
{
background-color: #D09878;
}
.BgClassName
{
background-color: #D09878;
}
</style>
border-color css
<style>
span { border-color: #D09878; }
span { border-color: rgb(208,152,120); }
td.TdClassName
{
border-color: #D09878;
}
.TagClassName
{
border-color: #D09878;
}
</style>