Shades of Tahuna Sands #DBD294
Tints of Tahuna Sands #DBD294
RGB
CMYK
RGB Variations
Color information
#DBD294 (or 0xDBD294) is known color: Tahuna Sands. HEX triplet: DB, D2 and 94. RGB value is (219,210,148). Sum of RGB (Red+Green+Blue) = 219+210+148=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD294 is #242D6B. Grayscale: #CDCDCD. Windows color (decimal): -2370924 or 9753307. OLE color: 9753307.
HSL color Cylindrical-coordinate representation of color #DBD294: hue angle of 52.39º degrees, saturation: 0.5, 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 #DBD294 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 148 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.14 |
| HSL | 52.39º | 0.5% | 0.72% | - |
| HSV(B) | 52.39º | 0.32% | 0.86% | - |
| XYZ | 57.61 | 63.29 | 37.2 | - |
| YUV | 205.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 148 | 0 | 0.04 | 0.32 | 0.14 | 52.39 | 0.5 | 0.72 |
| Hex | DB | D2 | 94 | 0 | 4 | 20 | E | 34 | 32 | 48 |
| Octal | 333 | 322 | 224 | 0 | 4 | 40 | 16 | 64 | 62 | 110 |
| Binary | 11011011 | 11010010 | 10010100 | 0 | 100 | 100000 | 1110 | 110100 | 110010 | 1001000 |
Color Harmonies of #DBD294
Complementary color
Monochromatic Colors of #DBD294
Black with #DBD294
Text Example
Text Example
White with #DBD294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD294; }
p { color: rgb(219,210,148); }
H1.HeaderClassName
{
color: #DBD294;
}
.AnyTagClassName
{
color: #DBD294;
}
</style>
background-color css
<style>
a { background-color: #DBD294; }
a { background-color: rgb(219,210,148); }
div.DivClassName
{
background-color: #DBD294;
}
.BgClassName
{
background-color: #DBD294;
}
</style>
border-color css
<style>
span { border-color: #DBD294; }
span { border-color: rgb(219,210,148); }
td.TdClassName
{
border-color: #DBD294;
}
.TagClassName
{
border-color: #DBD294;
}
</style>