Shades of Tahuna Sands #DBCA9C
Tints of Tahuna Sands #DBCA9C
RGB
CMYK
RGB Variations
Color information
#DBCA9C (or 0xDBCA9C) is known color: Tahuna Sands. HEX triplet: DB, CA and 9C. RGB value is (219,202,156). Sum of RGB (Red+Green+Blue) = 219+202+156=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA9C is #243563. Grayscale: #CACACA. Windows color (decimal): -2372964 or 10275547. OLE color: 10275547.
HSL color Cylindrical-coordinate representation of color #DBCA9C: hue angle of 43.81º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBCA9C is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 156 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.14 |
| HSL | 43.81º | 0.47% | 0.74% | - |
| HSV(B) | 43.81º | 0.29% | 0.86% | - |
| XYZ | 56.33 | 59.7 | 40.01 | - |
| YUV | 201.84 | 102.13 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 156 | 0 | 0.08 | 0.29 | 0.14 | 43.81 | 0.47 | 0.74 |
| Hex | DB | CA | 9C | 0 | 8 | 1D | E | 2C | 2F | 4A |
| Octal | 333 | 312 | 234 | 0 | 10 | 35 | 16 | 54 | 57 | 112 |
| Binary | 11011011 | 11001010 | 10011100 | 0 | 1000 | 11101 | 1110 | 101100 | 101111 | 1001010 |
Color Harmonies of #DBCA9C
Complementary color
Monochromatic Colors of #DBCA9C
Black with #DBCA9C
Text Example
Text Example
White with #DBCA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA9C; }
p { color: rgb(219,202,156); }
H1.HeaderClassName
{
color: #DBCA9C;
}
.AnyTagClassName
{
color: #DBCA9C;
}
</style>
background-color css
<style>
a { background-color: #DBCA9C; }
a { background-color: rgb(219,202,156); }
div.DivClassName
{
background-color: #DBCA9C;
}
.BgClassName
{
background-color: #DBCA9C;
}
</style>
border-color css
<style>
span { border-color: #DBCA9C; }
span { border-color: rgb(219,202,156); }
td.TdClassName
{
border-color: #DBCA9C;
}
.TagClassName
{
border-color: #DBCA9C;
}
</style>