Shades of Tahuna Sands #DBD297
Tints of Tahuna Sands #DBD297
RGB
CMYK
RGB Variations
Color information
#DBD297 (or 0xDBD297) is known color: Tahuna Sands. HEX triplet: DB, D2 and 97. RGB value is (219,210,151). Sum of RGB (Red+Green+Blue) = 219+210+151=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD297 is #242D68. Grayscale: #CECECE. Windows color (decimal): -2370921 or 9949915. OLE color: 9949915.
HSL color Cylindrical-coordinate representation of color #DBD297: hue angle of 52.06º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBD297 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 151 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.14 |
| HSL | 52.06º | 0.49% | 0.73% | - |
| HSV(B) | 52.06º | 0.31% | 0.86% | - |
| XYZ | 57.85 | 63.39 | 38.46 | - |
| YUV | 205.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 151 | 0 | 0.04 | 0.31 | 0.14 | 52.06 | 0.49 | 0.73 |
| Hex | DB | D2 | 97 | 0 | 4 | 1F | E | 34 | 31 | 49 |
| Octal | 333 | 322 | 227 | 0 | 4 | 37 | 16 | 64 | 61 | 111 |
| Binary | 11011011 | 11010010 | 10010111 | 0 | 100 | 11111 | 1110 | 110100 | 110001 | 1001001 |
Color Harmonies of #DBD297
Complementary color
Monochromatic Colors of #DBD297
Black with #DBD297
Text Example
Text Example
White with #DBD297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD297; }
p { color: rgb(219,210,151); }
H1.HeaderClassName
{
color: #DBD297;
}
.AnyTagClassName
{
color: #DBD297;
}
</style>
background-color css
<style>
a { background-color: #DBD297; }
a { background-color: rgb(219,210,151); }
div.DivClassName
{
background-color: #DBD297;
}
.BgClassName
{
background-color: #DBD297;
}
</style>
border-color css
<style>
span { border-color: #DBD297; }
span { border-color: rgb(219,210,151); }
td.TdClassName
{
border-color: #DBD297;
}
.TagClassName
{
border-color: #DBD297;
}
</style>