Shades of Feldspar #D08F7C
Tints of Feldspar #D08F7C
RGB
CMYK
RGB Variations
Color information
#D08F7C (or 0xD08F7C) is known color: Feldspar. HEX triplet: D0, 8F and 7C. RGB value is (208,143,124). Sum of RGB (Red+Green+Blue) = 208+143+124=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08F7C is #2F7083. Grayscale: #A0A0A0. Windows color (decimal): -3108996 or 8163280. OLE color: 8163280.
HSL color Cylindrical-coordinate representation of color #D08F7C: hue angle of 13.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D08F7C is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 143 | 124 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.18 |
| HSL | 13.57º | 0.47% | 0.65% | - |
| HSV(B) | 13.57º | 0.4% | 0.82% | - |
| XYZ | 39.47 | 34.51 | 23.65 | - |
| YUV | 160.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 124 | 0 | 0.31 | 0.40 | 0.18 | 13.57 | 0.47 | 0.65 |
| Hex | D0 | 8F | 7C | 0 | 1F | 28 | 12 | E | 2F | 41 |
| Octal | 320 | 217 | 174 | 0 | 37 | 50 | 22 | 16 | 57 | 101 |
| Binary | 11010000 | 10001111 | 1111100 | 0 | 11111 | 101000 | 10010 | 1110 | 101111 | 1000001 |
Color Harmonies of #D08F7C
Complementary color
Monochromatic Colors of #D08F7C
Black with #D08F7C
Text Example
Text Example
White with #D08F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08F7C; }
p { color: rgb(208,143,124); }
H1.HeaderClassName
{
color: #D08F7C;
}
.AnyTagClassName
{
color: #D08F7C;
}
</style>
background-color css
<style>
a { background-color: #D08F7C; }
a { background-color: rgb(208,143,124); }
div.DivClassName
{
background-color: #D08F7C;
}
.BgClassName
{
background-color: #D08F7C;
}
</style>
border-color css
<style>
span { border-color: #D08F7C; }
span { border-color: rgb(208,143,124); }
td.TdClassName
{
border-color: #D08F7C;
}
.TagClassName
{
border-color: #D08F7C;
}
</style>