Shades of Tahuna Sands #DBC893
Tints of Tahuna Sands #DBC893
RGB
CMYK
RGB Variations
Color information
#DBC893 (or 0xDBC893) is known color: Tahuna Sands. HEX triplet: DB, C8 and 93. RGB value is (219,200,147). Sum of RGB (Red+Green+Blue) = 219+200+147=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC893 is #24376C. Grayscale: #C7C7C7. Windows color (decimal): -2373485 or 9685211. OLE color: 9685211.
HSL color Cylindrical-coordinate representation of color #DBC893: hue angle of 44.17º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBC893 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 147 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.14 |
| HSL | 44.17º | 0.5% | 0.72% | - |
| HSV(B) | 44.17º | 0.33% | 0.86% | - |
| XYZ | 55.13 | 58.48 | 35.98 | - |
| YUV | 199.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 147 | 0 | 0.09 | 0.33 | 0.14 | 44.17 | 0.5 | 0.72 |
| Hex | DB | C8 | 93 | 0 | 9 | 21 | E | 2C | 32 | 48 |
| Octal | 333 | 310 | 223 | 0 | 11 | 41 | 16 | 54 | 62 | 110 |
| Binary | 11011011 | 11001000 | 10010011 | 0 | 1001 | 100001 | 1110 | 101100 | 110010 | 1001000 |
Color Harmonies of #DBC893
Complementary color
Monochromatic Colors of #DBC893
Black with #DBC893
Text Example
Text Example
White with #DBC893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC893; }
p { color: rgb(219,200,147); }
H1.HeaderClassName
{
color: #DBC893;
}
.AnyTagClassName
{
color: #DBC893;
}
</style>
background-color css
<style>
a { background-color: #DBC893; }
a { background-color: rgb(219,200,147); }
div.DivClassName
{
background-color: #DBC893;
}
.BgClassName
{
background-color: #DBC893;
}
</style>
border-color css
<style>
span { border-color: #DBC893; }
span { border-color: rgb(219,200,147); }
td.TdClassName
{
border-color: #DBC893;
}
.TagClassName
{
border-color: #DBC893;
}
</style>