Shades of Tahuna Sands #D5CB8E
Tints of Tahuna Sands #D5CB8E
RGB
CMYK
RGB Variations
Color information
#D5CB8E (or 0xD5CB8E) is known color: Tahuna Sands. HEX triplet: D5, CB and 8E. RGB value is (213,203,142). Sum of RGB (Red+Green+Blue) = 213+203+142=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CB8E is #2A3471. Grayscale: #C7C7C7. Windows color (decimal): -2765938 or 9358293. OLE color: 9358293.
HSL color Cylindrical-coordinate representation of color #D5CB8E: hue angle of 51.55º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5CB8E is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 142 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.16 |
| HSL | 51.55º | 0.46% | 0.7% | - |
| HSV(B) | 51.55º | 0.33% | 0.84% | - |
| XYZ | 53.68 | 58.81 | 34.11 | - |
| YUV | 199.04 | 95.81 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 142 | 0 | 0.05 | 0.33 | 0.16 | 51.55 | 0.46 | 0.7 |
| Hex | D5 | CB | 8E | 0 | 5 | 21 | 10 | 34 | 2E | 46 |
| Octal | 325 | 313 | 216 | 0 | 5 | 41 | 20 | 64 | 56 | 106 |
| Binary | 11010101 | 11001011 | 10001110 | 0 | 101 | 100001 | 10000 | 110100 | 101110 | 1000110 |
Color Harmonies of #D5CB8E
Complementary color
Monochromatic Colors of #D5CB8E
Black with #D5CB8E
Text Example
Text Example
White with #D5CB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB8E; }
p { color: rgb(213,203,142); }
H1.HeaderClassName
{
color: #D5CB8E;
}
.AnyTagClassName
{
color: #D5CB8E;
}
</style>
background-color css
<style>
a { background-color: #D5CB8E; }
a { background-color: rgb(213,203,142); }
div.DivClassName
{
background-color: #D5CB8E;
}
.BgClassName
{
background-color: #D5CB8E;
}
</style>
border-color css
<style>
span { border-color: #D5CB8E; }
span { border-color: rgb(213,203,142); }
td.TdClassName
{
border-color: #D5CB8E;
}
.TagClassName
{
border-color: #D5CB8E;
}
</style>