Shades of Tahuna Sands #DBCA94
Tints of Tahuna Sands #DBCA94
RGB
CMYK
RGB Variations
Color information
#DBCA94 (or 0xDBCA94) is known color: Tahuna Sands. HEX triplet: DB, CA and 94. RGB value is (219,202,148). Sum of RGB (Red+Green+Blue) = 219+202+148=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA94 is #24356B. Grayscale: #C9C9C9. Windows color (decimal): -2372972 or 9751259. OLE color: 9751259.
HSL color Cylindrical-coordinate representation of color #DBCA94: hue angle of 45.63º degrees, saturation: 0.5, 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 #DBCA94 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 148 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.14 |
| HSL | 45.63º | 0.5% | 0.72% | - |
| HSV(B) | 45.63º | 0.32% | 0.86% | - |
| XYZ | 55.68 | 59.44 | 36.56 | - |
| YUV | 200.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 148 | 0 | 0.08 | 0.32 | 0.14 | 45.63 | 0.5 | 0.72 |
| Hex | DB | CA | 94 | 0 | 8 | 20 | E | 2E | 32 | 48 |
| Octal | 333 | 312 | 224 | 0 | 10 | 40 | 16 | 56 | 62 | 110 |
| Binary | 11011011 | 11001010 | 10010100 | 0 | 1000 | 100000 | 1110 | 101110 | 110010 | 1001000 |
Color Harmonies of #DBCA94
Complementary color
Monochromatic Colors of #DBCA94
Black with #DBCA94
Text Example
Text Example
White with #DBCA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA94; }
p { color: rgb(219,202,148); }
H1.HeaderClassName
{
color: #DBCA94;
}
.AnyTagClassName
{
color: #DBCA94;
}
</style>
background-color css
<style>
a { background-color: #DBCA94; }
a { background-color: rgb(219,202,148); }
div.DivClassName
{
background-color: #DBCA94;
}
.BgClassName
{
background-color: #DBCA94;
}
</style>
border-color css
<style>
span { border-color: #DBCA94; }
span { border-color: rgb(219,202,148); }
td.TdClassName
{
border-color: #DBCA94;
}
.TagClassName
{
border-color: #DBCA94;
}
</style>