Shades of Feldspar #D09B71
Tints of Feldspar #D09B71
RGB
CMYK
RGB Variations
Color information
#D09B71 (or 0xD09B71) is known color: Feldspar. HEX triplet: D0, 9B and 71. RGB value is (208,155,113). Sum of RGB (Red+Green+Blue) = 208+155+113=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09B71 is #2F648E. Grayscale: #A6A6A6. Windows color (decimal): -3105935 or 7445456. OLE color: 7445456.
HSL color Cylindrical-coordinate representation of color #D09B71: hue angle of 26.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D09B71 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 113 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.18 |
| HSL | 26.53º | 0.5% | 0.63% | - |
| HSV(B) | 26.53º | 0.46% | 0.82% | - |
| XYZ | 40.71 | 38.04 | 20.82 | - |
| YUV | 166.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 113 | 0 | 0.25 | 0.46 | 0.18 | 26.53 | 0.5 | 0.63 |
| Hex | D0 | 9B | 71 | 0 | 19 | 2E | 12 | 1B | 32 | 3F |
| Octal | 320 | 233 | 161 | 0 | 31 | 56 | 22 | 33 | 62 | 77 |
| Binary | 11010000 | 10011011 | 1110001 | 0 | 11001 | 101110 | 10010 | 11011 | 110010 | 111111 |
Color Harmonies of #D09B71
Complementary color
Monochromatic Colors of #D09B71
Black with #D09B71
Text Example
Text Example
White with #D09B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B71; }
p { color: rgb(208,155,113); }
H1.HeaderClassName
{
color: #D09B71;
}
.AnyTagClassName
{
color: #D09B71;
}
</style>
background-color css
<style>
a { background-color: #D09B71; }
a { background-color: rgb(208,155,113); }
div.DivClassName
{
background-color: #D09B71;
}
.BgClassName
{
background-color: #D09B71;
}
</style>
border-color css
<style>
span { border-color: #D09B71; }
span { border-color: rgb(208,155,113); }
td.TdClassName
{
border-color: #D09B71;
}
.TagClassName
{
border-color: #D09B71;
}
</style>