Shades of Tahuna Sands #D5CE98
Tints of Tahuna Sands #D5CE98
RGB
CMYK
RGB Variations
Color information
#D5CE98 (or 0xD5CE98) is known color: Tahuna Sands. HEX triplet: D5, CE and 98. RGB value is (213,206,152). Sum of RGB (Red+Green+Blue) = 213+206+152=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CE98 is #2A3167. Grayscale: #CACACA. Windows color (decimal): -2765160 or 10014421. OLE color: 10014421.
HSL color Cylindrical-coordinate representation of color #D5CE98: hue angle of 53.11º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5CE98 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 152 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.16 |
| HSL | 53.11º | 0.42% | 0.72% | - |
| HSV(B) | 53.11º | 0.29% | 0.84% | - |
| XYZ | 55.18 | 60.56 | 38.49 | - |
| YUV | 201.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 152 | 0 | 0.03 | 0.29 | 0.16 | 53.11 | 0.42 | 0.72 |
| Hex | D5 | CE | 98 | 0 | 3 | 1D | 10 | 35 | 2A | 48 |
| Octal | 325 | 316 | 230 | 0 | 3 | 35 | 20 | 65 | 52 | 110 |
| Binary | 11010101 | 11001110 | 10011000 | 0 | 11 | 11101 | 10000 | 110101 | 101010 | 1001000 |
Color Harmonies of #D5CE98
Complementary color
Monochromatic Colors of #D5CE98
Black with #D5CE98
Text Example
Text Example
White with #D5CE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE98; }
p { color: rgb(213,206,152); }
H1.HeaderClassName
{
color: #D5CE98;
}
.AnyTagClassName
{
color: #D5CE98;
}
</style>
background-color css
<style>
a { background-color: #D5CE98; }
a { background-color: rgb(213,206,152); }
div.DivClassName
{
background-color: #D5CE98;
}
.BgClassName
{
background-color: #D5CE98;
}
</style>
border-color css
<style>
span { border-color: #D5CE98; }
span { border-color: rgb(213,206,152); }
td.TdClassName
{
border-color: #D5CE98;
}
.TagClassName
{
border-color: #D5CE98;
}
</style>