Shades of Tahuna Sands #DBCA91
Tints of Tahuna Sands #DBCA91
RGB
CMYK
RGB Variations
Color information
#DBCA91 (or 0xDBCA91) is known color: Tahuna Sands. HEX triplet: DB, CA and 91. RGB value is (219,202,145). Sum of RGB (Red+Green+Blue) = 219+202+145=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 145 (57.03% from 255 or 25.62% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA91 is #24356E. Grayscale: #C8C8C8. Windows color (decimal): -2372975 or 9554651. OLE color: 9554651.
HSL color Cylindrical-coordinate representation of color #DBCA91: hue angle of 46.22º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBCA91 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 145 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.14 |
| HSL | 46.22º | 0.51% | 0.71% | - |
| HSV(B) | 46.22º | 0.34% | 0.86% | - |
| XYZ | 55.44 | 59.35 | 35.32 | - |
| YUV | 200.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 145 | 0 | 0.08 | 0.34 | 0.14 | 46.22 | 0.51 | 0.71 |
| Hex | DB | CA | 91 | 0 | 8 | 22 | E | 2E | 33 | 47 |
| Octal | 333 | 312 | 221 | 0 | 10 | 42 | 16 | 56 | 63 | 107 |
| Binary | 11011011 | 11001010 | 10010001 | 0 | 1000 | 100010 | 1110 | 101110 | 110011 | 1000111 |
Color Harmonies of #DBCA91
Complementary color
Monochromatic Colors of #DBCA91
Black with #DBCA91
Text Example
Text Example
White with #DBCA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA91; }
p { color: rgb(219,202,145); }
H1.HeaderClassName
{
color: #DBCA91;
}
.AnyTagClassName
{
color: #DBCA91;
}
</style>
background-color css
<style>
a { background-color: #DBCA91; }
a { background-color: rgb(219,202,145); }
div.DivClassName
{
background-color: #DBCA91;
}
.BgClassName
{
background-color: #DBCA91;
}
</style>
border-color css
<style>
span { border-color: #DBCA91; }
span { border-color: rgb(219,202,145); }
td.TdClassName
{
border-color: #DBCA91;
}
.TagClassName
{
border-color: #DBCA91;
}
</style>