Shades of Feldspar #D09278
Tints of Feldspar #D09278
RGB
CMYK
RGB Variations
Color information
#D09278 (or 0xD09278) is known color: Feldspar. HEX triplet: D0, 92 and 78. RGB value is (208,146,120). Sum of RGB (Red+Green+Blue) = 208+146+120=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D09278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09278 is #2F6D87. Grayscale: #A1A1A1. Windows color (decimal): -3108232 or 7901904. OLE color: 7901904.
HSL color Cylindrical-coordinate representation of color #D09278: hue angle of 17.73º 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 #D09278 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 120 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.18 |
| HSL | 17.73º | 0.48% | 0.64% | - |
| HSV(B) | 17.73º | 0.42% | 0.82% | - |
| XYZ | 39.68 | 35.32 | 22.5 | - |
| YUV | 161.57 | 104.54 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 120 | 0 | 0.30 | 0.42 | 0.18 | 17.73 | 0.48 | 0.64 |
| Hex | D0 | 92 | 78 | 0 | 1E | 2A | 12 | 12 | 30 | 40 |
| Octal | 320 | 222 | 170 | 0 | 36 | 52 | 22 | 22 | 60 | 100 |
| Binary | 11010000 | 10010010 | 1111000 | 0 | 11110 | 101010 | 10010 | 10010 | 110000 | 1000000 |
Color Harmonies of #D09278
Complementary color
Monochromatic Colors of #D09278
Black with #D09278
Text Example
Text Example
White with #D09278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09278; }
p { color: rgb(208,146,120); }
H1.HeaderClassName
{
color: #D09278;
}
.AnyTagClassName
{
color: #D09278;
}
</style>
background-color css
<style>
a { background-color: #D09278; }
a { background-color: rgb(208,146,120); }
div.DivClassName
{
background-color: #D09278;
}
.BgClassName
{
background-color: #D09278;
}
</style>
border-color css
<style>
span { border-color: #D09278; }
span { border-color: rgb(208,146,120); }
td.TdClassName
{
border-color: #D09278;
}
.TagClassName
{
border-color: #D09278;
}
</style>