Shades of Tahuna Sands #D5C698
Tints of Tahuna Sands #D5C698
RGB
CMYK
RGB Variations
Color information
#D5C698 (or 0xD5C698) is known color: Tahuna Sands. HEX triplet: D5, C6 and 98. RGB value is (213,198,152). Sum of RGB (Red+Green+Blue) = 213+198+152=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C698 is #2A3967. Grayscale: #C5C5C5. Windows color (decimal): -2767208 or 10012373. OLE color: 10012373.
HSL color Cylindrical-coordinate representation of color #D5C698: hue angle of 45.25º 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 #D5C698 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 152 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.16 |
| HSL | 45.25º | 0.42% | 0.72% | - |
| HSV(B) | 45.25º | 0.29% | 0.84% | - |
| XYZ | 53.3 | 56.8 | 37.86 | - |
| YUV | 197.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 152 | 0 | 0.07 | 0.29 | 0.16 | 45.25 | 0.42 | 0.72 |
| Hex | D5 | C6 | 98 | 0 | 7 | 1D | 10 | 2D | 2A | 48 |
| Octal | 325 | 306 | 230 | 0 | 7 | 35 | 20 | 55 | 52 | 110 |
| Binary | 11010101 | 11000110 | 10011000 | 0 | 111 | 11101 | 10000 | 101101 | 101010 | 1001000 |
Color Harmonies of #D5C698
Complementary color
Monochromatic Colors of #D5C698
Black with #D5C698
Text Example
Text Example
White with #D5C698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C698; }
p { color: rgb(213,198,152); }
H1.HeaderClassName
{
color: #D5C698;
}
.AnyTagClassName
{
color: #D5C698;
}
</style>
background-color css
<style>
a { background-color: #D5C698; }
a { background-color: rgb(213,198,152); }
div.DivClassName
{
background-color: #D5C698;
}
.BgClassName
{
background-color: #D5C698;
}
</style>
border-color css
<style>
span { border-color: #D5C698; }
span { border-color: rgb(213,198,152); }
td.TdClassName
{
border-color: #D5C698;
}
.TagClassName
{
border-color: #D5C698;
}
</style>