Shades of Feldspar #DA8F73
Tints of Feldspar #DA8F73
RGB
CMYK
RGB Variations
Color information
#DA8F73 (or 0xDA8F73) is known color: Feldspar. HEX triplet: DA, 8F and 73. RGB value is (218,143,115). Sum of RGB (Red+Green+Blue) = 218+143+115=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F73 is #25708C. Grayscale: #A2A2A2. Windows color (decimal): -2453645 or 7573466. OLE color: 7573466.
HSL color Cylindrical-coordinate representation of color #DA8F73: hue angle of 16.31º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA8F73 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 115 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.15 |
| HSL | 16.31º | 0.58% | 0.65% | - |
| HSV(B) | 16.31º | 0.47% | 0.85% | - |
| XYZ | 41.83 | 35.79 | 20.92 | - |
| YUV | 162.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 115 | 0 | 0.34 | 0.47 | 0.15 | 16.31 | 0.58 | 0.65 |
| Hex | DA | 8F | 73 | 0 | 22 | 2F | F | 10 | 3A | 41 |
| Octal | 332 | 217 | 163 | 0 | 42 | 57 | 17 | 20 | 72 | 101 |
| Binary | 11011010 | 10001111 | 1110011 | 0 | 100010 | 101111 | 1111 | 10000 | 111010 | 1000001 |
Color Harmonies of #DA8F73
Complementary color
Monochromatic Colors of #DA8F73
Black with #DA8F73
Text Example
Text Example
White with #DA8F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F73; }
p { color: rgb(218,143,115); }
H1.HeaderClassName
{
color: #DA8F73;
}
.AnyTagClassName
{
color: #DA8F73;
}
</style>
background-color css
<style>
a { background-color: #DA8F73; }
a { background-color: rgb(218,143,115); }
div.DivClassName
{
background-color: #DA8F73;
}
.BgClassName
{
background-color: #DA8F73;
}
</style>
border-color css
<style>
span { border-color: #DA8F73; }
span { border-color: rgb(218,143,115); }
td.TdClassName
{
border-color: #DA8F73;
}
.TagClassName
{
border-color: #DA8F73;
}
</style>