Shades of Feldspar #D2967D
Tints of Feldspar #D2967D
RGB
CMYK
RGB Variations
Color information
#D2967D (or 0xD2967D) is known color: Feldspar. HEX triplet: D2, 96 and 7D. RGB value is (210,150,125). Sum of RGB (Red+Green+Blue) = 210+150+125=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D2967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2967D is #2D6982. Grayscale: #A5A5A5. Windows color (decimal): -2976131 or 8230610. OLE color: 8230610.
HSL color Cylindrical-coordinate representation of color #D2967D: hue angle of 17.65º degrees, saturation: 0.49, 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 #D2967D is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 125 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.18 |
| HSL | 17.65º | 0.49% | 0.66% | - |
| HSV(B) | 17.65º | 0.4% | 0.82% | - |
| XYZ | 41.19 | 37 | 24.37 | - |
| YUV | 165.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 125 | 0 | 0.29 | 0.40 | 0.18 | 17.65 | 0.49 | 0.66 |
| Hex | D2 | 96 | 7D | 0 | 1D | 28 | 12 | 12 | 31 | 42 |
| Octal | 322 | 226 | 175 | 0 | 35 | 50 | 22 | 22 | 61 | 102 |
| Binary | 11010010 | 10010110 | 1111101 | 0 | 11101 | 101000 | 10010 | 10010 | 110001 | 1000010 |
Color Harmonies of #D2967D
Complementary color
Monochromatic Colors of #D2967D
Black with #D2967D
Text Example
Text Example
White with #D2967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2967D; }
p { color: rgb(210,150,125); }
H1.HeaderClassName
{
color: #D2967D;
}
.AnyTagClassName
{
color: #D2967D;
}
</style>
background-color css
<style>
a { background-color: #D2967D; }
a { background-color: rgb(210,150,125); }
div.DivClassName
{
background-color: #D2967D;
}
.BgClassName
{
background-color: #D2967D;
}
</style>
border-color css
<style>
span { border-color: #D2967D; }
span { border-color: rgb(210,150,125); }
td.TdClassName
{
border-color: #D2967D;
}
.TagClassName
{
border-color: #D2967D;
}
</style>