Shades of Feldspar #D29C78
Tints of Feldspar #D29C78
RGB
CMYK
RGB Variations
Color information
#D29C78 (or 0xD29C78) is known color: Feldspar. HEX triplet: D2, 9C and 78. RGB value is (210,156,120). Sum of RGB (Red+Green+Blue) = 210+156+120=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C78 is #2D6387. Grayscale: #A8A8A8. Windows color (decimal): -2974600 or 7904466. OLE color: 7904466.
HSL color Cylindrical-coordinate representation of color #D29C78: hue angle of 24º 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 #D29C78 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 120 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.18 |
| HSL | 24º | 0.5% | 0.65% | - |
| HSV(B) | 24º | 0.43% | 0.82% | - |
| XYZ | 41.86 | 38.83 | 23.06 | - |
| YUV | 168.04 | 100.89 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 120 | 0 | 0.26 | 0.43 | 0.18 | 24 | 0.5 | 0.65 |
| Hex | D2 | 9C | 78 | 0 | 1A | 2B | 12 | 18 | 32 | 41 |
| Octal | 322 | 234 | 170 | 0 | 32 | 53 | 22 | 30 | 62 | 101 |
| Binary | 11010010 | 10011100 | 1111000 | 0 | 11010 | 101011 | 10010 | 11000 | 110010 | 1000001 |
Color Harmonies of #D29C78
Complementary color
Monochromatic Colors of #D29C78
Black with #D29C78
Text Example
Text Example
White with #D29C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29C78; }
p { color: rgb(210,156,120); }
H1.HeaderClassName
{
color: #D29C78;
}
.AnyTagClassName
{
color: #D29C78;
}
</style>
background-color css
<style>
a { background-color: #D29C78; }
a { background-color: rgb(210,156,120); }
div.DivClassName
{
background-color: #D29C78;
}
.BgClassName
{
background-color: #D29C78;
}
</style>
border-color css
<style>
span { border-color: #D29C78; }
span { border-color: rgb(210,156,120); }
td.TdClassName
{
border-color: #D29C78;
}
.TagClassName
{
border-color: #D29C78;
}
</style>