Shades of Tahuna Sands #DBC592
Tints of Tahuna Sands #DBC592
RGB
CMYK
RGB Variations
Color information
#DBC592 (or 0xDBC592) is known color: Tahuna Sands. HEX triplet: DB, C5 and 92. RGB value is (219,197,146). Sum of RGB (Red+Green+Blue) = 219+197+146=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC592 is #243A6D. Grayscale: #C5C5C5. Windows color (decimal): -2374254 or 9618907. OLE color: 9618907.
HSL color Cylindrical-coordinate representation of color #DBC592: hue angle of 41.92º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBC592 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 146 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.14 |
| HSL | 41.92º | 0.5% | 0.72% | - |
| HSV(B) | 41.92º | 0.33% | 0.86% | - |
| XYZ | 54.37 | 57.07 | 35.34 | - |
| YUV | 197.76 | 98.79 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 146 | 0 | 0.10 | 0.33 | 0.14 | 41.92 | 0.5 | 0.72 |
| Hex | DB | C5 | 92 | 0 | A | 21 | E | 2A | 32 | 48 |
| Octal | 333 | 305 | 222 | 0 | 12 | 41 | 16 | 52 | 62 | 110 |
| Binary | 11011011 | 11000101 | 10010010 | 0 | 1010 | 100001 | 1110 | 101010 | 110010 | 1001000 |
Color Harmonies of #DBC592
Complementary color
Monochromatic Colors of #DBC592
Black with #DBC592
Text Example
Text Example
White with #DBC592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC592; }
p { color: rgb(219,197,146); }
H1.HeaderClassName
{
color: #DBC592;
}
.AnyTagClassName
{
color: #DBC592;
}
</style>
background-color css
<style>
a { background-color: #DBC592; }
a { background-color: rgb(219,197,146); }
div.DivClassName
{
background-color: #DBC592;
}
.BgClassName
{
background-color: #DBC592;
}
</style>
border-color css
<style>
span { border-color: #DBC592; }
span { border-color: rgb(219,197,146); }
td.TdClassName
{
border-color: #DBC592;
}
.TagClassName
{
border-color: #DBC592;
}
</style>