Shades of Tahuna Sands #DBD28F
Tints of Tahuna Sands #DBD28F
RGB
CMYK
RGB Variations
Color information
#DBD28F (or 0xDBD28F) is known color: Tahuna Sands. HEX triplet: DB, D2 and 8F. RGB value is (219,210,143). Sum of RGB (Red+Green+Blue) = 219+210+143=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD28F is #242D70. Grayscale: #CDCDCD. Windows color (decimal): -2370929 or 9425627. OLE color: 9425627.
HSL color Cylindrical-coordinate representation of color #DBD28F: hue angle of 52.89º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBD28F is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 143 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.14 |
| HSL | 52.89º | 0.51% | 0.71% | - |
| HSV(B) | 52.89º | 0.35% | 0.86% | - |
| XYZ | 57.22 | 63.14 | 35.16 | - |
| YUV | 205.05 | 92.98 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 143 | 0 | 0.04 | 0.35 | 0.14 | 52.89 | 0.51 | 0.71 |
| Hex | DB | D2 | 8F | 0 | 4 | 23 | E | 35 | 33 | 47 |
| Octal | 333 | 322 | 217 | 0 | 4 | 43 | 16 | 65 | 63 | 107 |
| Binary | 11011011 | 11010010 | 10001111 | 0 | 100 | 100011 | 1110 | 110101 | 110011 | 1000111 |
Color Harmonies of #DBD28F
Complementary color
Monochromatic Colors of #DBD28F
Black with #DBD28F
Text Example
Text Example
White with #DBD28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD28F; }
p { color: rgb(219,210,143); }
H1.HeaderClassName
{
color: #DBD28F;
}
.AnyTagClassName
{
color: #DBD28F;
}
</style>
background-color css
<style>
a { background-color: #DBD28F; }
a { background-color: rgb(219,210,143); }
div.DivClassName
{
background-color: #DBD28F;
}
.BgClassName
{
background-color: #DBD28F;
}
</style>
border-color css
<style>
span { border-color: #DBD28F; }
span { border-color: rgb(219,210,143); }
td.TdClassName
{
border-color: #DBD28F;
}
.TagClassName
{
border-color: #DBD28F;
}
</style>