Shades of Feldspar #DA9C70
Tints of Feldspar #DA9C70
RGB
CMYK
RGB Variations
Color information
#DA9C70 (or 0xDA9C70) is known color: Feldspar. HEX triplet: DA, 9C and 70. RGB value is (218,156,112). Sum of RGB (Red+Green+Blue) = 218+156+112=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9C70 is #25638F. Grayscale: #A9A9A9. Windows color (decimal): -2450320 or 7380186. OLE color: 7380186.
HSL color Cylindrical-coordinate representation of color #DA9C70: hue angle of 24.91º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA9C70 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 112 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.15 |
| HSL | 24.91º | 0.59% | 0.65% | - |
| HSV(B) | 24.91º | 0.49% | 0.85% | - |
| XYZ | 43.73 | 39.85 | 20.72 | - |
| YUV | 169.52 | 95.54 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 112 | 0 | 0.28 | 0.49 | 0.15 | 24.91 | 0.59 | 0.65 |
| Hex | DA | 9C | 70 | 0 | 1C | 31 | F | 19 | 3B | 41 |
| Octal | 332 | 234 | 160 | 0 | 34 | 61 | 17 | 31 | 73 | 101 |
| Binary | 11011010 | 10011100 | 1110000 | 0 | 11100 | 110001 | 1111 | 11001 | 111011 | 1000001 |
Color Harmonies of #DA9C70
Complementary color
Monochromatic Colors of #DA9C70
Black with #DA9C70
Text Example
Text Example
White with #DA9C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C70; }
p { color: rgb(218,156,112); }
H1.HeaderClassName
{
color: #DA9C70;
}
.AnyTagClassName
{
color: #DA9C70;
}
</style>
background-color css
<style>
a { background-color: #DA9C70; }
a { background-color: rgb(218,156,112); }
div.DivClassName
{
background-color: #DA9C70;
}
.BgClassName
{
background-color: #DA9C70;
}
</style>
border-color css
<style>
span { border-color: #DA9C70; }
span { border-color: rgb(218,156,112); }
td.TdClassName
{
border-color: #DA9C70;
}
.TagClassName
{
border-color: #DA9C70;
}
</style>