Shades of Tahuna Sands #DBD095
Tints of Tahuna Sands #DBD095
RGB
CMYK
RGB Variations
Color information
#DBD095 (or 0xDBD095) is known color: Tahuna Sands. HEX triplet: DB, D0 and 95. RGB value is (219,208,149). Sum of RGB (Red+Green+Blue) = 219+208+149=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD095 is #242F6A. Grayscale: #CCCCCC. Windows color (decimal): -2371435 or 9818331. OLE color: 9818331.
HSL color Cylindrical-coordinate representation of color #DBD095: hue angle of 50.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBD095 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 208 | 149 | - |
CMYK | 0 | 0.05 | 0.32 | 0.14 |
HSL | 50.57º | 0.49% | 0.72% | - |
HSV(B) | 50.57º | 0.32% | 0.86% | - |
XYZ | 57.19 | 62.34 | 37.45 | - |
YUV | 204.56 | 96.64 | 138.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 149 | 0 | 0.05 | 0.32 | 0.14 | 50.57 | 0.49 | 0.72 |
Hex | DB | D0 | 95 | 0 | 5 | 20 | E | 33 | 31 | 48 |
Octal | 333 | 320 | 225 | 0 | 5 | 40 | 16 | 63 | 61 | 110 |
Binary | 11011011 | 11010000 | 10010101 | 0 | 101 | 100000 | 1110 | 110011 | 110001 | 1001000 |
Color Harmonies of #DBD095
Complementary color
Monochromatic Colors of #DBD095
Black with #DBD095
Text Example
Text Example
White with #DBD095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD095; }
p { color: rgb(219,208,149); }
H1.HeaderClassName
{
color: #DBD095;
}
.AnyTagClassName
{
color: #DBD095;
}
</style>
background-color css
<style>
a { background-color: #DBD095; }
a { background-color: rgb(219,208,149); }
div.DivClassName
{
background-color: #DBD095;
}
.BgClassName
{
background-color: #DBD095;
}
</style>
border-color css
<style>
span { border-color: #DBD095; }
span { border-color: rgb(219,208,149); }
td.TdClassName
{
border-color: #DBD095;
}
.TagClassName
{
border-color: #DBD095;
}
</style>