Shades of Tahuna Sands #DBC895
Tints of Tahuna Sands #DBC895
RGB
CMYK
RGB Variations
Color information
#DBC895 (or 0xDBC895) is known color: Tahuna Sands. HEX triplet: DB, C8 and 95. RGB value is (219,200,149). Sum of RGB (Red+Green+Blue) = 219+200+149=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC895 is #24376A. Grayscale: #C8C8C8. Windows color (decimal): -2373483 or 9816283. OLE color: 9816283.
HSL color Cylindrical-coordinate representation of color #DBC895: hue angle of 43.71º 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 #DBC895 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 149 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.14 |
| HSL | 43.71º | 0.49% | 0.72% | - |
| HSV(B) | 43.71º | 0.32% | 0.86% | - |
| XYZ | 55.29 | 58.54 | 36.82 | - |
| YUV | 199.87 | 99.29 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 149 | 0 | 0.09 | 0.32 | 0.14 | 43.71 | 0.49 | 0.72 |
| Hex | DB | C8 | 95 | 0 | 9 | 20 | E | 2C | 31 | 48 |
| Octal | 333 | 310 | 225 | 0 | 11 | 40 | 16 | 54 | 61 | 110 |
| Binary | 11011011 | 11001000 | 10010101 | 0 | 1001 | 100000 | 1110 | 101100 | 110001 | 1001000 |
Color Harmonies of #DBC895
Complementary color
Monochromatic Colors of #DBC895
Black with #DBC895
Text Example
Text Example
White with #DBC895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC895; }
p { color: rgb(219,200,149); }
H1.HeaderClassName
{
color: #DBC895;
}
.AnyTagClassName
{
color: #DBC895;
}
</style>
background-color css
<style>
a { background-color: #DBC895; }
a { background-color: rgb(219,200,149); }
div.DivClassName
{
background-color: #DBC895;
}
.BgClassName
{
background-color: #DBC895;
}
</style>
border-color css
<style>
span { border-color: #DBC895; }
span { border-color: rgb(219,200,149); }
td.TdClassName
{
border-color: #DBC895;
}
.TagClassName
{
border-color: #DBC895;
}
</style>