Shades of Tahuna Sands #D2CAA0
Tints of Tahuna Sands #D2CAA0
RGB
CMYK
RGB Variations
Color information
#D2CAA0 (or 0xD2CAA0) is known color: Tahuna Sands. HEX triplet: D2, CA and A0. RGB value is (210,202,160). Sum of RGB (Red+Green+Blue) = 210+202+160=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CAA0 is #2D355F. Grayscale: #C7C7C7. Windows color (decimal): -2962784 or 10537682. OLE color: 10537682.
HSL color Cylindrical-coordinate representation of color #D2CAA0: hue angle of 50.4º 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 #D2CAA0 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 202 | 160 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.18 |
| HSL | 50.4º | 0.36% | 0.73% | - |
| HSV(B) | 50.4º | 0.24% | 0.82% | - |
| XYZ | 54.04 | 58.48 | 41.7 | - |
| YUV | 199.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 202 | 160 | 0 | 0.04 | 0.24 | 0.18 | 50.4 | 0.36 | 0.73 |
| Hex | D2 | CA | A0 | 0 | 4 | 18 | 12 | 32 | 24 | 49 |
| Octal | 322 | 312 | 240 | 0 | 4 | 30 | 22 | 62 | 44 | 111 |
| Binary | 11010010 | 11001010 | 10100000 | 0 | 100 | 11000 | 10010 | 110010 | 100100 | 1001001 |
Color Harmonies of #D2CAA0
Complementary color
Monochromatic Colors of #D2CAA0
Black with #D2CAA0
Text Example
Text Example
White with #D2CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CAA0; }
p { color: rgb(210,202,160); }
H1.HeaderClassName
{
color: #D2CAA0;
}
.AnyTagClassName
{
color: #D2CAA0;
}
</style>
background-color css
<style>
a { background-color: #D2CAA0; }
a { background-color: rgb(210,202,160); }
div.DivClassName
{
background-color: #D2CAA0;
}
.BgClassName
{
background-color: #D2CAA0;
}
</style>
border-color css
<style>
span { border-color: #D2CAA0; }
span { border-color: rgb(210,202,160); }
td.TdClassName
{
border-color: #D2CAA0;
}
.TagClassName
{
border-color: #D2CAA0;
}
</style>