Shades of Feldspar #D0907B
Tints of Feldspar #D0907B
RGB
CMYK
RGB Variations
Color information
#D0907B (or 0xD0907B) is known color: Feldspar. HEX triplet: D0, 90 and 7B. RGB value is (208,144,123). Sum of RGB (Red+Green+Blue) = 208+144+123=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D0907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0907B is #2F6F84. Grayscale: #A0A0A0. Windows color (decimal): -3108741 or 8098000. OLE color: 8098000.
HSL color Cylindrical-coordinate representation of color #D0907B: hue angle of 14.82º 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 #D0907B is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 123 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.18 |
| HSL | 14.82º | 0.47% | 0.65% | - |
| HSV(B) | 14.82º | 0.41% | 0.82% | - |
| XYZ | 39.56 | 34.79 | 23.37 | - |
| YUV | 160.74 | 106.7 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 123 | 0 | 0.31 | 0.41 | 0.18 | 14.82 | 0.47 | 0.65 |
| Hex | D0 | 90 | 7B | 0 | 1F | 29 | 12 | F | 2F | 41 |
| Octal | 320 | 220 | 173 | 0 | 37 | 51 | 22 | 17 | 57 | 101 |
| Binary | 11010000 | 10010000 | 1111011 | 0 | 11111 | 101001 | 10010 | 1111 | 101111 | 1000001 |
Color Harmonies of #D0907B
Complementary color
Monochromatic Colors of #D0907B
Black with #D0907B
Text Example
Text Example
White with #D0907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0907B; }
p { color: rgb(208,144,123); }
H1.HeaderClassName
{
color: #D0907B;
}
.AnyTagClassName
{
color: #D0907B;
}
</style>
background-color css
<style>
a { background-color: #D0907B; }
a { background-color: rgb(208,144,123); }
div.DivClassName
{
background-color: #D0907B;
}
.BgClassName
{
background-color: #D0907B;
}
</style>
border-color css
<style>
span { border-color: #D0907B; }
span { border-color: rgb(208,144,123); }
td.TdClassName
{
border-color: #D0907B;
}
.TagClassName
{
border-color: #D0907B;
}
</style>