Shades of Tahuna Sands #DBCC90
Tints of Tahuna Sands #DBCC90
RGB
CMYK
RGB Variations
Color information
#DBCC90 (or 0xDBCC90) is known color: Tahuna Sands. HEX triplet: DB, CC and 90. RGB value is (219,204,144). Sum of RGB (Red+Green+Blue) = 219+204+144=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC90 is #24336F. Grayscale: #C9C9C9. Windows color (decimal): -2372464 or 9489627. OLE color: 9489627.
HSL color Cylindrical-coordinate representation of color #DBCC90: hue angle of 48º 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 #DBCC90 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 144 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.14 |
| HSL | 48º | 0.51% | 0.71% | - |
| HSV(B) | 48º | 0.34% | 0.86% | - |
| XYZ | 55.84 | 60.26 | 35.07 | - |
| YUV | 201.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 144 | 0 | 0.07 | 0.34 | 0.14 | 48 | 0.51 | 0.71 |
| Hex | DB | CC | 90 | 0 | 7 | 22 | E | 30 | 33 | 47 |
| Octal | 333 | 314 | 220 | 0 | 7 | 42 | 16 | 60 | 63 | 107 |
| Binary | 11011011 | 11001100 | 10010000 | 0 | 111 | 100010 | 1110 | 110000 | 110011 | 1000111 |
Color Harmonies of #DBCC90
Complementary color
Monochromatic Colors of #DBCC90
Black with #DBCC90
Text Example
Text Example
White with #DBCC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC90; }
p { color: rgb(219,204,144); }
H1.HeaderClassName
{
color: #DBCC90;
}
.AnyTagClassName
{
color: #DBCC90;
}
</style>
background-color css
<style>
a { background-color: #DBCC90; }
a { background-color: rgb(219,204,144); }
div.DivClassName
{
background-color: #DBCC90;
}
.BgClassName
{
background-color: #DBCC90;
}
</style>
border-color css
<style>
span { border-color: #DBCC90; }
span { border-color: rgb(219,204,144); }
td.TdClassName
{
border-color: #DBCC90;
}
.TagClassName
{
border-color: #DBCC90;
}
</style>