Shades of Tahuna Sands #DBD295
Tints of Tahuna Sands #DBD295
RGB
CMYK
RGB Variations
Color information
#DBD295 (or 0xDBD295) is known color: Tahuna Sands. HEX triplet: DB, D2 and 95. RGB value is (219,210,149). Sum of RGB (Red+Green+Blue) = 219+210+149=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD295 is #242D6A. Grayscale: #CDCDCD. Windows color (decimal): -2370923 or 9818843. OLE color: 9818843.
HSL color Cylindrical-coordinate representation of color #DBD295: hue angle of 52.29º 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 #DBD295 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 149 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.14 |
| HSL | 52.29º | 0.49% | 0.72% | - |
| HSV(B) | 52.29º | 0.32% | 0.86% | - |
| XYZ | 57.68 | 63.32 | 37.62 | - |
| YUV | 205.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 149 | 0 | 0.04 | 0.32 | 0.14 | 52.29 | 0.49 | 0.72 |
| Hex | DB | D2 | 95 | 0 | 4 | 20 | E | 34 | 31 | 48 |
| Octal | 333 | 322 | 225 | 0 | 4 | 40 | 16 | 64 | 61 | 110 |
| Binary | 11011011 | 11010010 | 10010101 | 0 | 100 | 100000 | 1110 | 110100 | 110001 | 1001000 |
Color Harmonies of #DBD295
Complementary color
Monochromatic Colors of #DBD295
Black with #DBD295
Text Example
Text Example
White with #DBD295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD295; }
p { color: rgb(219,210,149); }
H1.HeaderClassName
{
color: #DBD295;
}
.AnyTagClassName
{
color: #DBD295;
}
</style>
background-color css
<style>
a { background-color: #DBD295; }
a { background-color: rgb(219,210,149); }
div.DivClassName
{
background-color: #DBD295;
}
.BgClassName
{
background-color: #DBD295;
}
</style>
border-color css
<style>
span { border-color: #DBD295; }
span { border-color: rgb(219,210,149); }
td.TdClassName
{
border-color: #DBD295;
}
.TagClassName
{
border-color: #DBD295;
}
</style>