Shades of Tahuna Sands #D4CE95
Tints of Tahuna Sands #D4CE95
RGB
CMYK
RGB Variations
Color information
#D4CE95 (or 0xD4CE95) is known color: Tahuna Sands. HEX triplet: D4, CE and 95. RGB value is (212,206,149). Sum of RGB (Red+Green+Blue) = 212+206+149=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CE95 is #2B316A. Grayscale: #C9C9C9. Windows color (decimal): -2830699 or 9817812. OLE color: 9817812.
HSL color Cylindrical-coordinate representation of color #D4CE95: hue angle of 54.29º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4CE95 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 206 | 149 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.17 |
| HSL | 54.29º | 0.42% | 0.71% | - |
| HSV(B) | 54.29º | 0.3% | 0.83% | - |
| XYZ | 54.65 | 60.31 | 37.19 | - |
| YUV | 201.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 149 | 0 | 0.03 | 0.30 | 0.17 | 54.29 | 0.42 | 0.71 |
| Hex | D4 | CE | 95 | 0 | 3 | 1E | 11 | 36 | 2A | 47 |
| Octal | 324 | 316 | 225 | 0 | 3 | 36 | 21 | 66 | 52 | 107 |
| Binary | 11010100 | 11001110 | 10010101 | 0 | 11 | 11110 | 10001 | 110110 | 101010 | 1000111 |
Color Harmonies of #D4CE95
Complementary color
Monochromatic Colors of #D4CE95
Black with #D4CE95
Text Example
Text Example
White with #D4CE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CE95; }
p { color: rgb(212,206,149); }
H1.HeaderClassName
{
color: #D4CE95;
}
.AnyTagClassName
{
color: #D4CE95;
}
</style>
background-color css
<style>
a { background-color: #D4CE95; }
a { background-color: rgb(212,206,149); }
div.DivClassName
{
background-color: #D4CE95;
}
.BgClassName
{
background-color: #D4CE95;
}
</style>
border-color css
<style>
span { border-color: #D4CE95; }
span { border-color: rgb(212,206,149); }
td.TdClassName
{
border-color: #D4CE95;
}
.TagClassName
{
border-color: #D4CE95;
}
</style>