Shades of Feldspar #D2967B
Tints of Feldspar #D2967B
RGB
CMYK
RGB Variations
Color information
#D2967B (or 0xD2967B) is known color: Feldspar. HEX triplet: D2, 96 and 7B. RGB value is (210,150,123). Sum of RGB (Red+Green+Blue) = 210+150+123=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D2967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2967B is #2D6984. Grayscale: #A5A5A5. Windows color (decimal): -2976133 or 8099538. OLE color: 8099538.
HSL color Cylindrical-coordinate representation of color #D2967B: hue angle of 18.62º 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 #D2967B is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 123 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.18 |
| HSL | 18.62º | 0.49% | 0.65% | - |
| HSV(B) | 18.62º | 0.41% | 0.82% | - |
| XYZ | 41.06 | 36.94 | 23.71 | - |
| YUV | 164.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 123 | 0 | 0.29 | 0.41 | 0.18 | 18.62 | 0.49 | 0.65 |
| Hex | D2 | 96 | 7B | 0 | 1D | 29 | 12 | 13 | 31 | 41 |
| Octal | 322 | 226 | 173 | 0 | 35 | 51 | 22 | 23 | 61 | 101 |
| Binary | 11010010 | 10010110 | 1111011 | 0 | 11101 | 101001 | 10010 | 10011 | 110001 | 1000001 |
Color Harmonies of #D2967B
Complementary color
Monochromatic Colors of #D2967B
Black with #D2967B
Text Example
Text Example
White with #D2967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2967B; }
p { color: rgb(210,150,123); }
H1.HeaderClassName
{
color: #D2967B;
}
.AnyTagClassName
{
color: #D2967B;
}
</style>
background-color css
<style>
a { background-color: #D2967B; }
a { background-color: rgb(210,150,123); }
div.DivClassName
{
background-color: #D2967B;
}
.BgClassName
{
background-color: #D2967B;
}
</style>
border-color css
<style>
span { border-color: #D2967B; }
span { border-color: rgb(210,150,123); }
td.TdClassName
{
border-color: #D2967B;
}
.TagClassName
{
border-color: #D2967B;
}
</style>