Shades of Feldspar #D19378
Tints of Feldspar #D19378
RGB
CMYK
RGB Variations
Color information
#D19378 (or 0xD19378) is known color: Feldspar. HEX triplet: D1, 93 and 78. RGB value is (209,147,120). Sum of RGB (Red+Green+Blue) = 209+147+120=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D19378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19378 is #2E6C87. Grayscale: #A2A2A2. Windows color (decimal): -3042440 or 7902161. OLE color: 7902161.
HSL color Cylindrical-coordinate representation of color #D19378: hue angle of 18.2º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D19378 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 120 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.18 |
| HSL | 18.2º | 0.49% | 0.65% | - |
| HSV(B) | 18.2º | 0.43% | 0.82% | - |
| XYZ | 40.12 | 35.78 | 22.56 | - |
| YUV | 162.46 | 104.04 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 120 | 0 | 0.30 | 0.43 | 0.18 | 18.2 | 0.49 | 0.65 |
| Hex | D1 | 93 | 78 | 0 | 1E | 2B | 12 | 12 | 31 | 41 |
| Octal | 321 | 223 | 170 | 0 | 36 | 53 | 22 | 22 | 61 | 101 |
| Binary | 11010001 | 10010011 | 1111000 | 0 | 11110 | 101011 | 10010 | 10010 | 110001 | 1000001 |
Color Harmonies of #D19378
Complementary color
Monochromatic Colors of #D19378
Black with #D19378
Text Example
Text Example
White with #D19378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19378; }
p { color: rgb(209,147,120); }
H1.HeaderClassName
{
color: #D19378;
}
.AnyTagClassName
{
color: #D19378;
}
</style>
background-color css
<style>
a { background-color: #D19378; }
a { background-color: rgb(209,147,120); }
div.DivClassName
{
background-color: #D19378;
}
.BgClassName
{
background-color: #D19378;
}
</style>
border-color css
<style>
span { border-color: #D19378; }
span { border-color: rgb(209,147,120); }
td.TdClassName
{
border-color: #D19378;
}
.TagClassName
{
border-color: #D19378;
}
</style>