Shades of Tahuna Sands #DBC892
Tints of Tahuna Sands #DBC892
RGB
CMYK
RGB Variations
Color information
#DBC892 (or 0xDBC892) is known color: Tahuna Sands. HEX triplet: DB, C8 and 92. RGB value is (219,200,146). Sum of RGB (Red+Green+Blue) = 219+200+146=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 146 (57.42% from 255 or 25.84% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC892 is #24376D. Grayscale: #C7C7C7. Windows color (decimal): -2373486 or 9619675. OLE color: 9619675.
HSL color Cylindrical-coordinate representation of color #DBC892: hue angle of 44.38º 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 #DBC892 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 146 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.14 |
| HSL | 44.38º | 0.5% | 0.72% | - |
| HSV(B) | 44.38º | 0.33% | 0.86% | - |
| XYZ | 55.06 | 58.44 | 35.57 | - |
| YUV | 199.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 146 | 0 | 0.09 | 0.33 | 0.14 | 44.38 | 0.5 | 0.72 |
| Hex | DB | C8 | 92 | 0 | 9 | 21 | E | 2C | 32 | 48 |
| Octal | 333 | 310 | 222 | 0 | 11 | 41 | 16 | 54 | 62 | 110 |
| Binary | 11011011 | 11001000 | 10010010 | 0 | 1001 | 100001 | 1110 | 101100 | 110010 | 1001000 |
Color Harmonies of #DBC892
Complementary color
Monochromatic Colors of #DBC892
Black with #DBC892
Text Example
Text Example
White with #DBC892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC892; }
p { color: rgb(219,200,146); }
H1.HeaderClassName
{
color: #DBC892;
}
.AnyTagClassName
{
color: #DBC892;
}
</style>
background-color css
<style>
a { background-color: #DBC892; }
a { background-color: rgb(219,200,146); }
div.DivClassName
{
background-color: #DBC892;
}
.BgClassName
{
background-color: #DBC892;
}
</style>
border-color css
<style>
span { border-color: #DBC892; }
span { border-color: rgb(219,200,146); }
td.TdClassName
{
border-color: #DBC892;
}
.TagClassName
{
border-color: #DBC892;
}
</style>