Shades of Feldspar #D2907B
Tints of Feldspar #D2907B
RGB
CMYK
RGB Variations
Color information
#D2907B (or 0xD2907B) is known color: Feldspar. HEX triplet: D2, 90 and 7B. RGB value is (210,144,123). Sum of RGB (Red+Green+Blue) = 210+144+123=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D2907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2907B is #2D6F84. Grayscale: #A1A1A1. Windows color (decimal): -2977669 or 8098002. OLE color: 8098002.
HSL color Cylindrical-coordinate representation of color #D2907B: hue angle of 14.48º degrees, saturation: 0.49, 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 #D2907B is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 123 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.18 |
| HSL | 14.48º | 0.49% | 0.65% | - |
| HSV(B) | 14.48º | 0.41% | 0.82% | - |
| XYZ | 40.13 | 35.08 | 23.39 | - |
| YUV | 161.34 | 106.37 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 123 | 0 | 0.31 | 0.41 | 0.18 | 14.48 | 0.49 | 0.65 |
| Hex | D2 | 90 | 7B | 0 | 1F | 29 | 12 | E | 31 | 41 |
| Octal | 322 | 220 | 173 | 0 | 37 | 51 | 22 | 16 | 61 | 101 |
| Binary | 11010010 | 10010000 | 1111011 | 0 | 11111 | 101001 | 10010 | 1110 | 110001 | 1000001 |
Color Harmonies of #D2907B
Complementary color
Monochromatic Colors of #D2907B
Black with #D2907B
Text Example
Text Example
White with #D2907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2907B; }
p { color: rgb(210,144,123); }
H1.HeaderClassName
{
color: #D2907B;
}
.AnyTagClassName
{
color: #D2907B;
}
</style>
background-color css
<style>
a { background-color: #D2907B; }
a { background-color: rgb(210,144,123); }
div.DivClassName
{
background-color: #D2907B;
}
.BgClassName
{
background-color: #D2907B;
}
</style>
border-color css
<style>
span { border-color: #D2907B; }
span { border-color: rgb(210,144,123); }
td.TdClassName
{
border-color: #D2907B;
}
.TagClassName
{
border-color: #D2907B;
}
</style>