Shades of Feldspar #D5947B
Tints of Feldspar #D5947B
RGB
CMYK
RGB Variations
Color information
#D5947B (or 0xD5947B) is known color: Feldspar. HEX triplet: D5, 94 and 7B. RGB value is (213,148,123). Sum of RGB (Red+Green+Blue) = 213+148+123=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5947B is #2A6B84. Grayscale: #A4A4A4. Windows color (decimal): -2780037 or 8099029. OLE color: 8099029.
HSL color Cylindrical-coordinate representation of color #D5947B: hue angle of 16.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5947B is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 123 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.16 |
| HSL | 16.67º | 0.52% | 0.66% | - |
| HSV(B) | 16.67º | 0.42% | 0.84% | - |
| XYZ | 41.61 | 36.76 | 23.64 | - |
| YUV | 164.59 | 104.53 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 123 | 0 | 0.31 | 0.42 | 0.16 | 16.67 | 0.52 | 0.66 |
| Hex | D5 | 94 | 7B | 0 | 1F | 2A | 10 | 11 | 34 | 42 |
| Octal | 325 | 224 | 173 | 0 | 37 | 52 | 20 | 21 | 64 | 102 |
| Binary | 11010101 | 10010100 | 1111011 | 0 | 11111 | 101010 | 10000 | 10001 | 110100 | 1000010 |
Color Harmonies of #D5947B
Complementary color
Monochromatic Colors of #D5947B
Black with #D5947B
Text Example
Text Example
White with #D5947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5947B; }
p { color: rgb(213,148,123); }
H1.HeaderClassName
{
color: #D5947B;
}
.AnyTagClassName
{
color: #D5947B;
}
</style>
background-color css
<style>
a { background-color: #D5947B; }
a { background-color: rgb(213,148,123); }
div.DivClassName
{
background-color: #D5947B;
}
.BgClassName
{
background-color: #D5947B;
}
</style>
border-color css
<style>
span { border-color: #D5947B; }
span { border-color: rgb(213,148,123); }
td.TdClassName
{
border-color: #D5947B;
}
.TagClassName
{
border-color: #D5947B;
}
</style>