Shades of Tahuna Sands #D2CB96
Tints of Tahuna Sands #D2CB96
RGB
CMYK
RGB Variations
Color information
#D2CB96 (or 0xD2CB96) is known color: Tahuna Sands. HEX triplet: D2, CB and 96. RGB value is (210,203,150). Sum of RGB (Red+Green+Blue) = 210+203+150=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CB96 is #2D3469. Grayscale: #C7C7C7. Windows color (decimal): -2962538 or 9882578. OLE color: 9882578.
HSL color Cylindrical-coordinate representation of color #D2CB96: hue angle of 53º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2CB96 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 150 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.18 |
| HSL | 53º | 0.4% | 0.71% | - |
| HSV(B) | 53º | 0.29% | 0.82% | - |
| XYZ | 53.44 | 58.62 | 37.35 | - |
| YUV | 199.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 150 | 0 | 0.03 | 0.29 | 0.18 | 53 | 0.4 | 0.71 |
| Hex | D2 | CB | 96 | 0 | 3 | 1D | 12 | 35 | 28 | 47 |
| Octal | 322 | 313 | 226 | 0 | 3 | 35 | 22 | 65 | 50 | 107 |
| Binary | 11010010 | 11001011 | 10010110 | 0 | 11 | 11101 | 10010 | 110101 | 101000 | 1000111 |
Color Harmonies of #D2CB96
Complementary color
Monochromatic Colors of #D2CB96
Black with #D2CB96
Text Example
Text Example
White with #D2CB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CB96; }
p { color: rgb(210,203,150); }
H1.HeaderClassName
{
color: #D2CB96;
}
.AnyTagClassName
{
color: #D2CB96;
}
</style>
background-color css
<style>
a { background-color: #D2CB96; }
a { background-color: rgb(210,203,150); }
div.DivClassName
{
background-color: #D2CB96;
}
.BgClassName
{
background-color: #D2CB96;
}
</style>
border-color css
<style>
span { border-color: #D2CB96; }
span { border-color: rgb(210,203,150); }
td.TdClassName
{
border-color: #D2CB96;
}
.TagClassName
{
border-color: #D2CB96;
}
</style>