Shades of Feldspar #D08E6E
Tints of Feldspar #D08E6E
RGB
CMYK
RGB Variations
Color information
#D08E6E (or 0xD08E6E) is known color: Feldspar. HEX triplet: D0, 8E and 6E. RGB value is (208,142,110). Sum of RGB (Red+Green+Blue) = 208+142+110=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08E6E is #2F7191. Grayscale: #9E9E9E. Windows color (decimal): -3109266 or 7245520. OLE color: 7245520.
HSL color Cylindrical-coordinate representation of color #D08E6E: hue angle of 19.59º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D08E6E is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 110 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.18 |
| HSL | 19.59º | 0.51% | 0.62% | - |
| HSV(B) | 19.59º | 0.47% | 0.82% | - |
| XYZ | 38.5 | 33.88 | 19.26 | - |
| YUV | 158.09 | 100.87 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 110 | 0 | 0.32 | 0.47 | 0.18 | 19.59 | 0.51 | 0.62 |
| Hex | D0 | 8E | 6E | 0 | 20 | 2F | 12 | 14 | 33 | 3E |
| Octal | 320 | 216 | 156 | 0 | 40 | 57 | 22 | 24 | 63 | 76 |
| Binary | 11010000 | 10001110 | 1101110 | 0 | 100000 | 101111 | 10010 | 10100 | 110011 | 111110 |
Color Harmonies of #D08E6E
Complementary color
Monochromatic Colors of #D08E6E
Black with #D08E6E
Text Example
Text Example
White with #D08E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08E6E; }
p { color: rgb(208,142,110); }
H1.HeaderClassName
{
color: #D08E6E;
}
.AnyTagClassName
{
color: #D08E6E;
}
</style>
background-color css
<style>
a { background-color: #D08E6E; }
a { background-color: rgb(208,142,110); }
div.DivClassName
{
background-color: #D08E6E;
}
.BgClassName
{
background-color: #D08E6E;
}
</style>
border-color css
<style>
span { border-color: #D08E6E; }
span { border-color: rgb(208,142,110); }
td.TdClassName
{
border-color: #D08E6E;
}
.TagClassName
{
border-color: #D08E6E;
}
</style>