Shades of Feldspar #D29277
Tints of Feldspar #D29277
RGB
CMYK
RGB Variations
Color information
#D29277 (or 0xD29277) is known color: Feldspar. HEX triplet: D2, 92 and 77. RGB value is (210,146,119). Sum of RGB (Red+Green+Blue) = 210+146+119=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D29277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29277 is #2D6D88. Grayscale: #A2A2A2. Windows color (decimal): -2977161 or 7836370. OLE color: 7836370.
HSL color Cylindrical-coordinate representation of color #D29277: hue angle of 17.8º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D29277 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 119 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.18 |
| HSL | 17.8º | 0.5% | 0.65% | - |
| HSV(B) | 17.8º | 0.43% | 0.82% | - |
| XYZ | 40.19 | 35.59 | 22.2 | - |
| YUV | 162.06 | 103.7 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 119 | 0 | 0.30 | 0.43 | 0.18 | 17.8 | 0.5 | 0.65 |
| Hex | D2 | 92 | 77 | 0 | 1E | 2B | 12 | 12 | 32 | 41 |
| Octal | 322 | 222 | 167 | 0 | 36 | 53 | 22 | 22 | 62 | 101 |
| Binary | 11010010 | 10010010 | 1110111 | 0 | 11110 | 101011 | 10010 | 10010 | 110010 | 1000001 |
Color Harmonies of #D29277
Complementary color
Monochromatic Colors of #D29277
Black with #D29277
Text Example
Text Example
White with #D29277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29277; }
p { color: rgb(210,146,119); }
H1.HeaderClassName
{
color: #D29277;
}
.AnyTagClassName
{
color: #D29277;
}
</style>
background-color css
<style>
a { background-color: #D29277; }
a { background-color: rgb(210,146,119); }
div.DivClassName
{
background-color: #D29277;
}
.BgClassName
{
background-color: #D29277;
}
</style>
border-color css
<style>
span { border-color: #D29277; }
span { border-color: rgb(210,146,119); }
td.TdClassName
{
border-color: #D29277;
}
.TagClassName
{
border-color: #D29277;
}
</style>