Shades of Feldspar #D0947E
Tints of Feldspar #D0947E
RGB
CMYK
RGB Variations
Color information
#D0947E (or 0xD0947E) is known color: Feldspar. HEX triplet: D0, 94 and 7E. RGB value is (208,148,126). Sum of RGB (Red+Green+Blue) = 208+148+126=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0947E is #2F6B81. Grayscale: #A3A3A3. Windows color (decimal): -3107714 or 8295632. OLE color: 8295632.
HSL color Cylindrical-coordinate representation of color #D0947E: hue angle of 16.1º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0947E is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 126 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.18 |
| HSL | 16.1º | 0.47% | 0.65% | - |
| HSV(B) | 16.1º | 0.39% | 0.82% | - |
| XYZ | 40.37 | 36.1 | 24.58 | - |
| YUV | 163.43 | 106.88 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 126 | 0 | 0.29 | 0.39 | 0.18 | 16.1 | 0.47 | 0.65 |
| Hex | D0 | 94 | 7E | 0 | 1D | 27 | 12 | 10 | 2F | 41 |
| Octal | 320 | 224 | 176 | 0 | 35 | 47 | 22 | 20 | 57 | 101 |
| Binary | 11010000 | 10010100 | 1111110 | 0 | 11101 | 100111 | 10010 | 10000 | 101111 | 1000001 |
Color Harmonies of #D0947E
Complementary color
Monochromatic Colors of #D0947E
Black with #D0947E
Text Example
Text Example
White with #D0947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0947E; }
p { color: rgb(208,148,126); }
H1.HeaderClassName
{
color: #D0947E;
}
.AnyTagClassName
{
color: #D0947E;
}
</style>
background-color css
<style>
a { background-color: #D0947E; }
a { background-color: rgb(208,148,126); }
div.DivClassName
{
background-color: #D0947E;
}
.BgClassName
{
background-color: #D0947E;
}
</style>
border-color css
<style>
span { border-color: #D0947E; }
span { border-color: rgb(208,148,126); }
td.TdClassName
{
border-color: #D0947E;
}
.TagClassName
{
border-color: #D0947E;
}
</style>