Shades of Tahuna Sands #D5C795
Tints of Tahuna Sands #D5C795
RGB
CMYK
RGB Variations
Color information
#D5C795 (or 0xD5C795) is known color: Tahuna Sands. HEX triplet: D5, C7 and 95. RGB value is (213,199,149). Sum of RGB (Red+Green+Blue) = 213+199+149=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C795 is #2A386A. Grayscale: #C5C5C5. Windows color (decimal): -2766955 or 9816021. OLE color: 9816021.
HSL color Cylindrical-coordinate representation of color #D5C795: hue angle of 46.88º 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 #D5C795 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 199 | 149 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.16 |
| HSL | 46.88º | 0.43% | 0.71% | - |
| HSV(B) | 46.88º | 0.3% | 0.84% | - |
| XYZ | 53.29 | 57.16 | 36.66 | - |
| YUV | 197.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 199 | 149 | 0 | 0.07 | 0.30 | 0.16 | 46.88 | 0.43 | 0.71 |
| Hex | D5 | C7 | 95 | 0 | 7 | 1E | 10 | 2F | 2B | 47 |
| Octal | 325 | 307 | 225 | 0 | 7 | 36 | 20 | 57 | 53 | 107 |
| Binary | 11010101 | 11000111 | 10010101 | 0 | 111 | 11110 | 10000 | 101111 | 101011 | 1000111 |
Color Harmonies of #D5C795
Complementary color
Monochromatic Colors of #D5C795
Black with #D5C795
Text Example
Text Example
White with #D5C795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C795; }
p { color: rgb(213,199,149); }
H1.HeaderClassName
{
color: #D5C795;
}
.AnyTagClassName
{
color: #D5C795;
}
</style>
background-color css
<style>
a { background-color: #D5C795; }
a { background-color: rgb(213,199,149); }
div.DivClassName
{
background-color: #D5C795;
}
.BgClassName
{
background-color: #D5C795;
}
</style>
border-color css
<style>
span { border-color: #D5C795; }
span { border-color: rgb(213,199,149); }
td.TdClassName
{
border-color: #D5C795;
}
.TagClassName
{
border-color: #D5C795;
}
</style>