Shades of Feldspar #DA8F74
Tints of Feldspar #DA8F74
RGB
CMYK
RGB Variations
Color information
#DA8F74 (or 0xDA8F74) is known color: Feldspar. HEX triplet: DA, 8F and 74. RGB value is (218,143,116). Sum of RGB (Red+Green+Blue) = 218+143+116=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F74 is #25708B. Grayscale: #A2A2A2. Windows color (decimal): -2453644 or 7639002. OLE color: 7639002.
HSL color Cylindrical-coordinate representation of color #DA8F74: hue angle of 15.88º 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 #DA8F74 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 116 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.15 |
| HSL | 15.88º | 0.58% | 0.65% | - |
| HSV(B) | 15.88º | 0.47% | 0.85% | - |
| XYZ | 41.89 | 35.81 | 21.23 | - |
| YUV | 162.35 | 101.85 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 116 | 0 | 0.34 | 0.47 | 0.15 | 15.88 | 0.58 | 0.65 |
| Hex | DA | 8F | 74 | 0 | 22 | 2F | F | 10 | 3A | 41 |
| Octal | 332 | 217 | 164 | 0 | 42 | 57 | 17 | 20 | 72 | 101 |
| Binary | 11011010 | 10001111 | 1110100 | 0 | 100010 | 101111 | 1111 | 10000 | 111010 | 1000001 |
Color Harmonies of #DA8F74
Complementary color
Monochromatic Colors of #DA8F74
Black with #DA8F74
Text Example
Text Example
White with #DA8F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F74; }
p { color: rgb(218,143,116); }
H1.HeaderClassName
{
color: #DA8F74;
}
.AnyTagClassName
{
color: #DA8F74;
}
</style>
background-color css
<style>
a { background-color: #DA8F74; }
a { background-color: rgb(218,143,116); }
div.DivClassName
{
background-color: #DA8F74;
}
.BgClassName
{
background-color: #DA8F74;
}
</style>
border-color css
<style>
span { border-color: #DA8F74; }
span { border-color: rgb(218,143,116); }
td.TdClassName
{
border-color: #DA8F74;
}
.TagClassName
{
border-color: #DA8F74;
}
</style>