Shades of Tahuna Sands #D5C495
Tints of Tahuna Sands #D5C495
RGB
CMYK
RGB Variations
Color information
#D5C495 (or 0xD5C495) is known color: Tahuna Sands. HEX triplet: D5, C4 and 95. RGB value is (213,196,149). Sum of RGB (Red+Green+Blue) = 213+196+149=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C495 is #2A3B6A. Grayscale: #C3C3C3. Windows color (decimal): -2767723 or 9815253. OLE color: 9815253.
HSL color Cylindrical-coordinate representation of color #D5C495: hue angle of 44.06º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5C495 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 196 | 149 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.16 |
| HSL | 44.06º | 0.43% | 0.71% | - |
| HSV(B) | 44.06º | 0.3% | 0.84% | - |
| XYZ | 52.61 | 55.8 | 36.43 | - |
| YUV | 195.73 | 101.63 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 196 | 149 | 0 | 0.08 | 0.30 | 0.16 | 44.06 | 0.43 | 0.71 |
| Hex | D5 | C4 | 95 | 0 | 8 | 1E | 10 | 2C | 2B | 47 |
| Octal | 325 | 304 | 225 | 0 | 10 | 36 | 20 | 54 | 53 | 107 |
| Binary | 11010101 | 11000100 | 10010101 | 0 | 1000 | 11110 | 10000 | 101100 | 101011 | 1000111 |
Color Harmonies of #D5C495
Complementary color
Monochromatic Colors of #D5C495
Black with #D5C495
Text Example
Text Example
White with #D5C495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C495; }
p { color: rgb(213,196,149); }
H1.HeaderClassName
{
color: #D5C495;
}
.AnyTagClassName
{
color: #D5C495;
}
</style>
background-color css
<style>
a { background-color: #D5C495; }
a { background-color: rgb(213,196,149); }
div.DivClassName
{
background-color: #D5C495;
}
.BgClassName
{
background-color: #D5C495;
}
</style>
border-color css
<style>
span { border-color: #D5C495; }
span { border-color: rgb(213,196,149); }
td.TdClassName
{
border-color: #D5C495;
}
.TagClassName
{
border-color: #D5C495;
}
</style>