Shades of Tahuna Sands #DBCFA2
Tints of Tahuna Sands #DBCFA2
RGB
CMYK
RGB Variations
Color information
#DBCFA2 (or 0xDBCFA2) is known color: Tahuna Sands. HEX triplet: DB, CF and A2. RGB value is (219,207,162). Sum of RGB (Red+Green+Blue) = 219+207+162=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCFA2 is #24305D. Grayscale: #CDCDCD. Windows color (decimal): -2371678 or 10670043. OLE color: 10670043.
HSL color Cylindrical-coordinate representation of color #DBCFA2: hue angle of 47.37º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBCFA2 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 162 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.14 |
| HSL | 47.37º | 0.44% | 0.75% | - |
| HSV(B) | 47.37º | 0.26% | 0.86% | - |
| XYZ | 58.05 | 62.29 | 43.15 | - |
| YUV | 205.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 162 | 0 | 0.05 | 0.26 | 0.14 | 47.37 | 0.44 | 0.75 |
| Hex | DB | CF | A2 | 0 | 5 | 1A | E | 2F | 2C | 4B |
| Octal | 333 | 317 | 242 | 0 | 5 | 32 | 16 | 57 | 54 | 113 |
| Binary | 11011011 | 11001111 | 10100010 | 0 | 101 | 11010 | 1110 | 101111 | 101100 | 1001011 |
Color Harmonies of #DBCFA2
Complementary color
Monochromatic Colors of #DBCFA2
Black with #DBCFA2
Text Example
Text Example
White with #DBCFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFA2; }
p { color: rgb(219,207,162); }
H1.HeaderClassName
{
color: #DBCFA2;
}
.AnyTagClassName
{
color: #DBCFA2;
}
</style>
background-color css
<style>
a { background-color: #DBCFA2; }
a { background-color: rgb(219,207,162); }
div.DivClassName
{
background-color: #DBCFA2;
}
.BgClassName
{
background-color: #DBCFA2;
}
</style>
border-color css
<style>
span { border-color: #DBCFA2; }
span { border-color: rgb(219,207,162); }
td.TdClassName
{
border-color: #DBCFA2;
}
.TagClassName
{
border-color: #DBCFA2;
}
</style>