Shades of Tahuna Sands #DBD395
Tints of Tahuna Sands #DBD395
RGB
CMYK
RGB Variations
Color information
#DBD395 (or 0xDBD395) is known color: Tahuna Sands. HEX triplet: DB, D3 and 95. RGB value is (219,211,149). Sum of RGB (Red+Green+Blue) = 219+211+149=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD395 is #242C6A. Grayscale: #CECECE. Windows color (decimal): -2370667 or 9819099. OLE color: 9819099.
HSL color Cylindrical-coordinate representation of color #DBD395: hue angle of 53.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBD395 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 149 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.14 |
| HSL | 53.14º | 0.49% | 0.72% | - |
| HSV(B) | 53.14º | 0.32% | 0.86% | - |
| XYZ | 57.93 | 63.82 | 37.7 | - |
| YUV | 206.32 | 95.65 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 149 | 0 | 0.04 | 0.32 | 0.14 | 53.14 | 0.49 | 0.72 |
| Hex | DB | D3 | 95 | 0 | 4 | 20 | E | 35 | 31 | 48 |
| Octal | 333 | 323 | 225 | 0 | 4 | 40 | 16 | 65 | 61 | 110 |
| Binary | 11011011 | 11010011 | 10010101 | 0 | 100 | 100000 | 1110 | 110101 | 110001 | 1001000 |
Color Harmonies of #DBD395
Complementary color
Monochromatic Colors of #DBD395
Black with #DBD395
Text Example
Text Example
White with #DBD395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD395; }
p { color: rgb(219,211,149); }
H1.HeaderClassName
{
color: #DBD395;
}
.AnyTagClassName
{
color: #DBD395;
}
</style>
background-color css
<style>
a { background-color: #DBD395; }
a { background-color: rgb(219,211,149); }
div.DivClassName
{
background-color: #DBD395;
}
.BgClassName
{
background-color: #DBD395;
}
</style>
border-color css
<style>
span { border-color: #DBD395; }
span { border-color: rgb(219,211,149); }
td.TdClassName
{
border-color: #DBD395;
}
.TagClassName
{
border-color: #DBD395;
}
</style>