Shades of Tahuna Sands #D2CEA0
Tints of Tahuna Sands #D2CEA0
RGB
CMYK
RGB Variations
Color information
#D2CEA0 (or 0xD2CEA0) is known color: Tahuna Sands. HEX triplet: D2, CE and A0. RGB value is (210,206,160). Sum of RGB (Red+Green+Blue) = 210+206+160=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 160 (62.89% from 255 or 27.78% from 576); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CEA0 is #2D315F. Grayscale: #CACACA. Windows color (decimal): -2961760 or 10538706. OLE color: 10538706.
HSL color Cylindrical-coordinate representation of color #D2CEA0: hue angle of 55.2º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2CEA0 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 160 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.18 |
| HSL | 55.2º | 0.36% | 0.73% | - |
| HSV(B) | 55.2º | 0.24% | 0.82% | - |
| XYZ | 54.99 | 60.38 | 42.01 | - |
| YUV | 201.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 160 | 0 | 0.02 | 0.24 | 0.18 | 55.2 | 0.36 | 0.73 |
| Hex | D2 | CE | A0 | 0 | 2 | 18 | 12 | 37 | 24 | 49 |
| Octal | 322 | 316 | 240 | 0 | 2 | 30 | 22 | 67 | 44 | 111 |
| Binary | 11010010 | 11001110 | 10100000 | 0 | 10 | 11000 | 10010 | 110111 | 100100 | 1001001 |
Color Harmonies of #D2CEA0
Complementary color
Monochromatic Colors of #D2CEA0
Black with #D2CEA0
Text Example
Text Example
White with #D2CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CEA0; }
p { color: rgb(210,206,160); }
H1.HeaderClassName
{
color: #D2CEA0;
}
.AnyTagClassName
{
color: #D2CEA0;
}
</style>
background-color css
<style>
a { background-color: #D2CEA0; }
a { background-color: rgb(210,206,160); }
div.DivClassName
{
background-color: #D2CEA0;
}
.BgClassName
{
background-color: #D2CEA0;
}
</style>
border-color css
<style>
span { border-color: #D2CEA0; }
span { border-color: rgb(210,206,160); }
td.TdClassName
{
border-color: #D2CEA0;
}
.TagClassName
{
border-color: #D2CEA0;
}
</style>