Shades of Feldspar #D2967F
Tints of Feldspar #D2967F
RGB
CMYK
RGB Variations
Color information
#D2967F (or 0xD2967F) is known color: Feldspar. HEX triplet: D2, 96 and 7F. RGB value is (210,150,127). Sum of RGB (Red+Green+Blue) = 210+150+127=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D2967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2967F is #2D6980. Grayscale: #A5A5A5. Windows color (decimal): -2976129 or 8361682. OLE color: 8361682.
HSL color Cylindrical-coordinate representation of color #D2967F: hue angle of 16.63º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2967F is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 127 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.18 |
| HSL | 16.63º | 0.48% | 0.66% | - |
| HSV(B) | 16.63º | 0.4% | 0.82% | - |
| XYZ | 41.32 | 37.05 | 25.05 | - |
| YUV | 165.32 | 106.38 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 127 | 0 | 0.29 | 0.40 | 0.18 | 16.63 | 0.48 | 0.66 |
| Hex | D2 | 96 | 7F | 0 | 1D | 28 | 12 | 11 | 30 | 42 |
| Octal | 322 | 226 | 177 | 0 | 35 | 50 | 22 | 21 | 60 | 102 |
| Binary | 11010010 | 10010110 | 1111111 | 0 | 11101 | 101000 | 10010 | 10001 | 110000 | 1000010 |
Color Harmonies of #D2967F
Complementary color
Monochromatic Colors of #D2967F
Black with #D2967F
Text Example
Text Example
White with #D2967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2967F; }
p { color: rgb(210,150,127); }
H1.HeaderClassName
{
color: #D2967F;
}
.AnyTagClassName
{
color: #D2967F;
}
</style>
background-color css
<style>
a { background-color: #D2967F; }
a { background-color: rgb(210,150,127); }
div.DivClassName
{
background-color: #D2967F;
}
.BgClassName
{
background-color: #D2967F;
}
</style>
border-color css
<style>
span { border-color: #D2967F; }
span { border-color: rgb(210,150,127); }
td.TdClassName
{
border-color: #D2967F;
}
.TagClassName
{
border-color: #D2967F;
}
</style>