Shades of Tahuna Sands #D7D091
Tints of Tahuna Sands #D7D091
RGB
CMYK
RGB Variations
Color information
#D7D091 (or 0xD7D091) is known color: Tahuna Sands. HEX triplet: D7, D0 and 91. RGB value is (215,208,145). Sum of RGB (Red+Green+Blue) = 215+208+145=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 145 (57.03% from 255 or 25.53% from 568); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D091 is #282F6E. Grayscale: #CBCBCB. Windows color (decimal): -2633583 or 9556183. OLE color: 9556183.
HSL color Cylindrical-coordinate representation of color #D7D091: hue angle of 54º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7D091 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 145 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.16 |
| HSL | 54º | 0.47% | 0.71% | - |
| HSV(B) | 54º | 0.33% | 0.84% | - |
| XYZ | 55.69 | 61.6 | 35.74 | - |
| YUV | 202.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 145 | 0 | 0.03 | 0.33 | 0.16 | 54 | 0.47 | 0.71 |
| Hex | D7 | D0 | 91 | 0 | 3 | 21 | 10 | 36 | 2F | 47 |
| Octal | 327 | 320 | 221 | 0 | 3 | 41 | 20 | 66 | 57 | 107 |
| Binary | 11010111 | 11010000 | 10010001 | 0 | 11 | 100001 | 10000 | 110110 | 101111 | 1000111 |
Color Harmonies of #D7D091
Complementary color
Monochromatic Colors of #D7D091
Black with #D7D091
Text Example
Text Example
White with #D7D091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D091; }
p { color: rgb(215,208,145); }
H1.HeaderClassName
{
color: #D7D091;
}
.AnyTagClassName
{
color: #D7D091;
}
</style>
background-color css
<style>
a { background-color: #D7D091; }
a { background-color: rgb(215,208,145); }
div.DivClassName
{
background-color: #D7D091;
}
.BgClassName
{
background-color: #D7D091;
}
</style>
border-color css
<style>
span { border-color: #D7D091; }
span { border-color: rgb(215,208,145); }
td.TdClassName
{
border-color: #D7D091;
}
.TagClassName
{
border-color: #D7D091;
}
</style>