Shades of Tahuna Sands #D5CB96
Tints of Tahuna Sands #D5CB96
RGB
CMYK
RGB Variations
Color information
#D5CB96 (or 0xD5CB96) is known color: Tahuna Sands. HEX triplet: D5, CB and 96. RGB value is (213,203,150). Sum of RGB (Red+Green+Blue) = 213+203+150=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CB96 is #2A3469. Grayscale: #C8C8C8. Windows color (decimal): -2765930 or 9882581. OLE color: 9882581.
HSL color Cylindrical-coordinate representation of color #D5CB96: hue angle of 50.48º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5CB96 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 150 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.16 |
| HSL | 50.48º | 0.43% | 0.71% | - |
| HSV(B) | 50.48º | 0.3% | 0.84% | - |
| XYZ | 54.3 | 59.06 | 37.39 | - |
| YUV | 199.95 | 99.81 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 150 | 0 | 0.05 | 0.30 | 0.16 | 50.48 | 0.43 | 0.71 |
| Hex | D5 | CB | 96 | 0 | 5 | 1E | 10 | 32 | 2B | 47 |
| Octal | 325 | 313 | 226 | 0 | 5 | 36 | 20 | 62 | 53 | 107 |
| Binary | 11010101 | 11001011 | 10010110 | 0 | 101 | 11110 | 10000 | 110010 | 101011 | 1000111 |
Color Harmonies of #D5CB96
Complementary color
Monochromatic Colors of #D5CB96
Black with #D5CB96
Text Example
Text Example
White with #D5CB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB96; }
p { color: rgb(213,203,150); }
H1.HeaderClassName
{
color: #D5CB96;
}
.AnyTagClassName
{
color: #D5CB96;
}
</style>
background-color css
<style>
a { background-color: #D5CB96; }
a { background-color: rgb(213,203,150); }
div.DivClassName
{
background-color: #D5CB96;
}
.BgClassName
{
background-color: #D5CB96;
}
</style>
border-color css
<style>
span { border-color: #D5CB96; }
span { border-color: rgb(213,203,150); }
td.TdClassName
{
border-color: #D5CB96;
}
.TagClassName
{
border-color: #D5CB96;
}
</style>