Shades of Tahuna Sands #D7D49A
Tints of Tahuna Sands #D7D49A
RGB
CMYK
RGB Variations
Color information
#D7D49A (or 0xD7D49A) is known color: Tahuna Sands. HEX triplet: D7, D4 and 9A. RGB value is (215,212,154). Sum of RGB (Red+Green+Blue) = 215+212+154=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D49A is #282B65. Grayscale: #CECECE. Windows color (decimal): -2632550 or 10147031. OLE color: 10147031.
HSL color Cylindrical-coordinate representation of color #D7D49A: hue angle of 57.05º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7D49A is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 154 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.16 |
| HSL | 57.05º | 0.43% | 0.72% | - |
| HSV(B) | 57.05º | 0.28% | 0.84% | - |
| XYZ | 57.4 | 63.87 | 39.87 | - |
| YUV | 206.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 154 | 0 | 0.01 | 0.28 | 0.16 | 57.05 | 0.43 | 0.72 |
| Hex | D7 | D4 | 9A | 0 | 1 | 1C | 10 | 39 | 2B | 48 |
| Octal | 327 | 324 | 232 | 0 | 1 | 34 | 20 | 71 | 53 | 110 |
| Binary | 11010111 | 11010100 | 10011010 | 0 | 1 | 11100 | 10000 | 111001 | 101011 | 1001000 |
Color Harmonies of #D7D49A
Complementary color
Monochromatic Colors of #D7D49A
Black with #D7D49A
Text Example
Text Example
White with #D7D49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D49A; }
p { color: rgb(215,212,154); }
H1.HeaderClassName
{
color: #D7D49A;
}
.AnyTagClassName
{
color: #D7D49A;
}
</style>
background-color css
<style>
a { background-color: #D7D49A; }
a { background-color: rgb(215,212,154); }
div.DivClassName
{
background-color: #D7D49A;
}
.BgClassName
{
background-color: #D7D49A;
}
</style>
border-color css
<style>
span { border-color: #D7D49A; }
span { border-color: rgb(215,212,154); }
td.TdClassName
{
border-color: #D7D49A;
}
.TagClassName
{
border-color: #D7D49A;
}
</style>