Shades of Feldspar #D0957B
Tints of Feldspar #D0957B
RGB
CMYK
RGB Variations
Color information
#D0957B (or 0xD0957B) is known color: Feldspar. HEX triplet: D0, 95 and 7B. RGB value is (208,149,123). Sum of RGB (Red+Green+Blue) = 208+149+123=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D0957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0957B is #2F6A84. Grayscale: #A3A3A3. Windows color (decimal): -3107461 or 8099280. OLE color: 8099280.
HSL color Cylindrical-coordinate representation of color #D0957B: hue angle of 18.35º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0957B is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 123 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.18 |
| HSL | 18.35º | 0.47% | 0.65% | - |
| HSV(B) | 18.35º | 0.41% | 0.82% | - |
| XYZ | 40.34 | 36.33 | 23.63 | - |
| YUV | 163.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 123 | 0 | 0.28 | 0.41 | 0.18 | 18.35 | 0.47 | 0.65 |
| Hex | D0 | 95 | 7B | 0 | 1C | 29 | 12 | 12 | 2F | 41 |
| Octal | 320 | 225 | 173 | 0 | 34 | 51 | 22 | 22 | 57 | 101 |
| Binary | 11010000 | 10010101 | 1111011 | 0 | 11100 | 101001 | 10010 | 10010 | 101111 | 1000001 |
Color Harmonies of #D0957B
Complementary color
Monochromatic Colors of #D0957B
Black with #D0957B
Text Example
Text Example
White with #D0957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0957B; }
p { color: rgb(208,149,123); }
H1.HeaderClassName
{
color: #D0957B;
}
.AnyTagClassName
{
color: #D0957B;
}
</style>
background-color css
<style>
a { background-color: #D0957B; }
a { background-color: rgb(208,149,123); }
div.DivClassName
{
background-color: #D0957B;
}
.BgClassName
{
background-color: #D0957B;
}
</style>
border-color css
<style>
span { border-color: #D0957B; }
span { border-color: rgb(208,149,123); }
td.TdClassName
{
border-color: #D0957B;
}
.TagClassName
{
border-color: #D0957B;
}
</style>