Shades of Feldspar #D08873
Tints of Feldspar #D08873
RGB
CMYK
RGB Variations
Color information
#D08873 (or 0xD08873) is known color: Feldspar. HEX triplet: D0, 88 and 73. RGB value is (208,136,115). Sum of RGB (Red+Green+Blue) = 208+136+115=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D08873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08873 is #2F778C. Grayscale: #9B9B9B. Windows color (decimal): -3110797 or 7571664. OLE color: 7571664.
HSL color Cylindrical-coordinate representation of color #D08873: hue angle of 13.55º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D08873 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 115 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.18 |
| HSL | 13.55º | 0.5% | 0.63% | - |
| HSV(B) | 13.55º | 0.45% | 0.82% | - |
| XYZ | 37.91 | 32.26 | 20.45 | - |
| YUV | 155.13 | 105.35 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 115 | 0 | 0.35 | 0.45 | 0.18 | 13.55 | 0.5 | 0.63 |
| Hex | D0 | 88 | 73 | 0 | 23 | 2D | 12 | E | 32 | 3F |
| Octal | 320 | 210 | 163 | 0 | 43 | 55 | 22 | 16 | 62 | 77 |
| Binary | 11010000 | 10001000 | 1110011 | 0 | 100011 | 101101 | 10010 | 1110 | 110010 | 111111 |
Color Harmonies of #D08873
Complementary color
Monochromatic Colors of #D08873
Black with #D08873
Text Example
Text Example
White with #D08873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08873; }
p { color: rgb(208,136,115); }
H1.HeaderClassName
{
color: #D08873;
}
.AnyTagClassName
{
color: #D08873;
}
</style>
background-color css
<style>
a { background-color: #D08873; }
a { background-color: rgb(208,136,115); }
div.DivClassName
{
background-color: #D08873;
}
.BgClassName
{
background-color: #D08873;
}
</style>
border-color css
<style>
span { border-color: #D08873; }
span { border-color: rgb(208,136,115); }
td.TdClassName
{
border-color: #D08873;
}
.TagClassName
{
border-color: #D08873;
}
</style>