Shades of Tahuna Sands #D4CB9E
Tints of Tahuna Sands #D4CB9E
RGB
CMYK
RGB Variations
Color information
#D4CB9E (or 0xD4CB9E) is known color: Tahuna Sands. HEX triplet: D4, CB and 9E. RGB value is (212,203,158). Sum of RGB (Red+Green+Blue) = 212+203+158=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CB9E is #2B3461. Grayscale: #C8C8C8. Windows color (decimal): -2831458 or 10406868. OLE color: 10406868.
HSL color Cylindrical-coordinate representation of color #D4CB9E: hue angle of 50º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4CB9E is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 158 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.17 |
| HSL | 50º | 0.39% | 0.73% | - |
| HSV(B) | 50º | 0.25% | 0.83% | - |
| XYZ | 54.68 | 59.18 | 40.89 | - |
| YUV | 200.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 158 | 0 | 0.04 | 0.25 | 0.17 | 50 | 0.39 | 0.73 |
| Hex | D4 | CB | 9E | 0 | 4 | 19 | 11 | 32 | 27 | 49 |
| Octal | 324 | 313 | 236 | 0 | 4 | 31 | 21 | 62 | 47 | 111 |
| Binary | 11010100 | 11001011 | 10011110 | 0 | 100 | 11001 | 10001 | 110010 | 100111 | 1001001 |
Color Harmonies of #D4CB9E
Complementary color
Monochromatic Colors of #D4CB9E
Black with #D4CB9E
Text Example
Text Example
White with #D4CB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CB9E; }
p { color: rgb(212,203,158); }
H1.HeaderClassName
{
color: #D4CB9E;
}
.AnyTagClassName
{
color: #D4CB9E;
}
</style>
background-color css
<style>
a { background-color: #D4CB9E; }
a { background-color: rgb(212,203,158); }
div.DivClassName
{
background-color: #D4CB9E;
}
.BgClassName
{
background-color: #D4CB9E;
}
</style>
border-color css
<style>
span { border-color: #D4CB9E; }
span { border-color: rgb(212,203,158); }
td.TdClassName
{
border-color: #D4CB9E;
}
.TagClassName
{
border-color: #D4CB9E;
}
</style>