Shades of Feldspar #D08F7B
Tints of Feldspar #D08F7B
RGB
CMYK
RGB Variations
Color information
#D08F7B (or 0xD08F7B) is known color: Feldspar. HEX triplet: D0, 8F and 7B. RGB value is (208,143,123). Sum of RGB (Red+Green+Blue) = 208+143+123=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08F7B is #2F7084. Grayscale: #A0A0A0. Windows color (decimal): -3108997 or 8097744. OLE color: 8097744.
HSL color Cylindrical-coordinate representation of color #D08F7B: hue angle of 14.12º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D08F7B is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 143 | 123 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.18 |
| HSL | 14.12º | 0.47% | 0.65% | - |
| HSV(B) | 14.12º | 0.41% | 0.82% | - |
| XYZ | 39.41 | 34.48 | 23.32 | - |
| YUV | 160.16 | 107.03 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 123 | 0 | 0.31 | 0.41 | 0.18 | 14.12 | 0.47 | 0.65 |
| Hex | D0 | 8F | 7B | 0 | 1F | 29 | 12 | E | 2F | 41 |
| Octal | 320 | 217 | 173 | 0 | 37 | 51 | 22 | 16 | 57 | 101 |
| Binary | 11010000 | 10001111 | 1111011 | 0 | 11111 | 101001 | 10010 | 1110 | 101111 | 1000001 |
Color Harmonies of #D08F7B
Complementary color
Monochromatic Colors of #D08F7B
Black with #D08F7B
Text Example
Text Example
White with #D08F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08F7B; }
p { color: rgb(208,143,123); }
H1.HeaderClassName
{
color: #D08F7B;
}
.AnyTagClassName
{
color: #D08F7B;
}
</style>
background-color css
<style>
a { background-color: #D08F7B; }
a { background-color: rgb(208,143,123); }
div.DivClassName
{
background-color: #D08F7B;
}
.BgClassName
{
background-color: #D08F7B;
}
</style>
border-color css
<style>
span { border-color: #D08F7B; }
span { border-color: rgb(208,143,123); }
td.TdClassName
{
border-color: #D08F7B;
}
.TagClassName
{
border-color: #D08F7B;
}
</style>