Shades of Tahuna Sands #DBCC8E
Tints of Tahuna Sands #DBCC8E
RGB
CMYK
RGB Variations
Color information
#DBCC8E (or 0xDBCC8E) is known color: Tahuna Sands. HEX triplet: DB, CC and 8E. RGB value is (219,204,142). Sum of RGB (Red+Green+Blue) = 219+204+142=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 142 (55.86% from 255 or 25.13% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC8E is #243371. Grayscale: #C9C9C9. Windows color (decimal): -2372466 or 9358555. OLE color: 9358555.
HSL color Cylindrical-coordinate representation of color #DBCC8E: hue angle of 48.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBCC8E is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 142 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.14 |
| HSL | 48.31º | 0.52% | 0.71% | - |
| HSV(B) | 48.31º | 0.35% | 0.86% | - |
| XYZ | 55.69 | 60.2 | 34.28 | - |
| YUV | 201.42 | 94.47 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 142 | 0 | 0.07 | 0.35 | 0.14 | 48.31 | 0.52 | 0.71 |
| Hex | DB | CC | 8E | 0 | 7 | 23 | E | 30 | 34 | 47 |
| Octal | 333 | 314 | 216 | 0 | 7 | 43 | 16 | 60 | 64 | 107 |
| Binary | 11011011 | 11001100 | 10001110 | 0 | 111 | 100011 | 1110 | 110000 | 110100 | 1000111 |
Color Harmonies of #DBCC8E
Complementary color
Monochromatic Colors of #DBCC8E
Black with #DBCC8E
Text Example
Text Example
White with #DBCC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC8E; }
p { color: rgb(219,204,142); }
H1.HeaderClassName
{
color: #DBCC8E;
}
.AnyTagClassName
{
color: #DBCC8E;
}
</style>
background-color css
<style>
a { background-color: #DBCC8E; }
a { background-color: rgb(219,204,142); }
div.DivClassName
{
background-color: #DBCC8E;
}
.BgClassName
{
background-color: #DBCC8E;
}
</style>
border-color css
<style>
span { border-color: #DBCC8E; }
span { border-color: rgb(219,204,142); }
td.TdClassName
{
border-color: #DBCC8E;
}
.TagClassName
{
border-color: #DBCC8E;
}
</style>