Shades of Feldspar #D08A6E
Tints of Feldspar #D08A6E
RGB
CMYK
RGB Variations
Color information
#D08A6E (or 0xD08A6E) is known color: Feldspar. HEX triplet: D0, 8A and 6E. RGB value is (208,138,110). Sum of RGB (Red+Green+Blue) = 208+138+110=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08A6E is #2F7591. Grayscale: #9B9B9B. Windows color (decimal): -3110290 or 7244496. OLE color: 7244496.
HSL color Cylindrical-coordinate representation of color #D08A6E: hue angle of 17.14º 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 #D08A6E is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 110 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.18 |
| HSL | 17.14º | 0.51% | 0.62% | - |
| HSV(B) | 17.14º | 0.47% | 0.82% | - |
| XYZ | 37.92 | 32.71 | 19.07 | - |
| YUV | 155.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 110 | 0 | 0.34 | 0.47 | 0.18 | 17.14 | 0.51 | 0.62 |
| Hex | D0 | 8A | 6E | 0 | 22 | 2F | 12 | 11 | 33 | 3E |
| Octal | 320 | 212 | 156 | 0 | 42 | 57 | 22 | 21 | 63 | 76 |
| Binary | 11010000 | 10001010 | 1101110 | 0 | 100010 | 101111 | 10010 | 10001 | 110011 | 111110 |
Color Harmonies of #D08A6E
Complementary color
Monochromatic Colors of #D08A6E
Black with #D08A6E
Text Example
Text Example
White with #D08A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A6E; }
p { color: rgb(208,138,110); }
H1.HeaderClassName
{
color: #D08A6E;
}
.AnyTagClassName
{
color: #D08A6E;
}
</style>
background-color css
<style>
a { background-color: #D08A6E; }
a { background-color: rgb(208,138,110); }
div.DivClassName
{
background-color: #D08A6E;
}
.BgClassName
{
background-color: #D08A6E;
}
</style>
border-color css
<style>
span { border-color: #D08A6E; }
span { border-color: rgb(208,138,110); }
td.TdClassName
{
border-color: #D08A6E;
}
.TagClassName
{
border-color: #D08A6E;
}
</style>