Shades of Tahuna Sands #DBCA95
Tints of Tahuna Sands #DBCA95
RGB
CMYK
RGB Variations
Color information
#DBCA95 (or 0xDBCA95) is known color: Tahuna Sands. HEX triplet: DB, CA and 95. RGB value is (219,202,149). Sum of RGB (Red+Green+Blue) = 219+202+149=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA95 is #24356A. Grayscale: #C9C9C9. Windows color (decimal): -2372971 or 9816795. OLE color: 9816795.
HSL color Cylindrical-coordinate representation of color #DBCA95: hue angle of 45.43º 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 #DBCA95 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 149 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.14 |
| HSL | 45.43º | 0.49% | 0.72% | - |
| HSV(B) | 45.43º | 0.32% | 0.86% | - |
| XYZ | 55.76 | 59.47 | 36.97 | - |
| YUV | 201.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 149 | 0 | 0.08 | 0.32 | 0.14 | 45.43 | 0.49 | 0.72 |
| Hex | DB | CA | 95 | 0 | 8 | 20 | E | 2D | 31 | 48 |
| Octal | 333 | 312 | 225 | 0 | 10 | 40 | 16 | 55 | 61 | 110 |
| Binary | 11011011 | 11001010 | 10010101 | 0 | 1000 | 100000 | 1110 | 101101 | 110001 | 1001000 |
Color Harmonies of #DBCA95
Complementary color
Monochromatic Colors of #DBCA95
Black with #DBCA95
Text Example
Text Example
White with #DBCA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA95; }
p { color: rgb(219,202,149); }
H1.HeaderClassName
{
color: #DBCA95;
}
.AnyTagClassName
{
color: #DBCA95;
}
</style>
background-color css
<style>
a { background-color: #DBCA95; }
a { background-color: rgb(219,202,149); }
div.DivClassName
{
background-color: #DBCA95;
}
.BgClassName
{
background-color: #DBCA95;
}
</style>
border-color css
<style>
span { border-color: #DBCA95; }
span { border-color: rgb(219,202,149); }
td.TdClassName
{
border-color: #DBCA95;
}
.TagClassName
{
border-color: #DBCA95;
}
</style>