Shades of Feldspar #D08A6F
Tints of Feldspar #D08A6F
RGB
CMYK
RGB Variations
Color information
#D08A6F (or 0xD08A6F) is known color: Feldspar. HEX triplet: D0, 8A and 6F. RGB value is (208,138,111). Sum of RGB (Red+Green+Blue) = 208+138+111=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08A6F is #2F7590. Grayscale: #9C9C9C. Windows color (decimal): -3110289 or 7310032. OLE color: 7310032.
HSL color Cylindrical-coordinate representation of color #D08A6F: hue angle of 16.7º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D08A6F is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 111 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.18 |
| HSL | 16.7º | 0.51% | 0.63% | - |
| HSV(B) | 16.7º | 0.47% | 0.82% | - |
| XYZ | 37.97 | 32.73 | 19.36 | - |
| YUV | 155.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 111 | 0 | 0.34 | 0.47 | 0.18 | 16.7 | 0.51 | 0.63 |
| Hex | D0 | 8A | 6F | 0 | 22 | 2F | 12 | 11 | 33 | 3F |
| Octal | 320 | 212 | 157 | 0 | 42 | 57 | 22 | 21 | 63 | 77 |
| Binary | 11010000 | 10001010 | 1101111 | 0 | 100010 | 101111 | 10010 | 10001 | 110011 | 111111 |
Color Harmonies of #D08A6F
Complementary color
Monochromatic Colors of #D08A6F
Black with #D08A6F
Text Example
Text Example
White with #D08A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A6F; }
p { color: rgb(208,138,111); }
H1.HeaderClassName
{
color: #D08A6F;
}
.AnyTagClassName
{
color: #D08A6F;
}
</style>
background-color css
<style>
a { background-color: #D08A6F; }
a { background-color: rgb(208,138,111); }
div.DivClassName
{
background-color: #D08A6F;
}
.BgClassName
{
background-color: #D08A6F;
}
</style>
border-color css
<style>
span { border-color: #D08A6F; }
span { border-color: rgb(208,138,111); }
td.TdClassName
{
border-color: #D08A6F;
}
.TagClassName
{
border-color: #D08A6F;
}
</style>