Shades of Tahuna Sands #D2CBA0
Tints of Tahuna Sands #D2CBA0
RGB
CMYK
RGB Variations
Color information
#D2CBA0 (or 0xD2CBA0) is known color: Tahuna Sands. HEX triplet: D2, CB and A0. RGB value is (210,203,160). Sum of RGB (Red+Green+Blue) = 210+203+160=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CBA0 is #2D345F. Grayscale: #C8C8C8. Windows color (decimal): -2962528 or 10537938. OLE color: 10537938.
HSL color Cylindrical-coordinate representation of color #D2CBA0: hue angle of 51.6º 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 #D2CBA0 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 160 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.18 |
| HSL | 51.6º | 0.36% | 0.73% | - |
| HSV(B) | 51.6º | 0.24% | 0.82% | - |
| XYZ | 54.28 | 58.95 | 41.78 | - |
| YUV | 200.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 160 | 0 | 0.03 | 0.24 | 0.18 | 51.6 | 0.36 | 0.73 |
| Hex | D2 | CB | A0 | 0 | 3 | 18 | 12 | 34 | 24 | 49 |
| Octal | 322 | 313 | 240 | 0 | 3 | 30 | 22 | 64 | 44 | 111 |
| Binary | 11010010 | 11001011 | 10100000 | 0 | 11 | 11000 | 10010 | 110100 | 100100 | 1001001 |
Color Harmonies of #D2CBA0
Complementary color
Monochromatic Colors of #D2CBA0
Black with #D2CBA0
Text Example
Text Example
White with #D2CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CBA0; }
p { color: rgb(210,203,160); }
H1.HeaderClassName
{
color: #D2CBA0;
}
.AnyTagClassName
{
color: #D2CBA0;
}
</style>
background-color css
<style>
a { background-color: #D2CBA0; }
a { background-color: rgb(210,203,160); }
div.DivClassName
{
background-color: #D2CBA0;
}
.BgClassName
{
background-color: #D2CBA0;
}
</style>
border-color css
<style>
span { border-color: #D2CBA0; }
span { border-color: rgb(210,203,160); }
td.TdClassName
{
border-color: #D2CBA0;
}
.TagClassName
{
border-color: #D2CBA0;
}
</style>