Shades of Tahuna Sands #D7CAA1
Tints of Tahuna Sands #D7CAA1
RGB
CMYK
RGB Variations
Color information
#D7CAA1 (or 0xD7CAA1) is known color: Tahuna Sands. HEX triplet: D7, CA and A1. RGB value is (215,202,161). Sum of RGB (Red+Green+Blue) = 215+202+161=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 161 (63.28% from 255 or 27.85% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CAA1 is #28355E. Grayscale: #C9C9C9. Windows color (decimal): -2635103 or 10603223. OLE color: 10603223.
HSL color Cylindrical-coordinate representation of color #D7CAA1: hue angle of 45.56º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7CAA1 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 202 | 161 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.16 |
| HSL | 45.56º | 0.4% | 0.74% | - |
| HSV(B) | 45.56º | 0.25% | 0.84% | - |
| XYZ | 55.58 | 59.26 | 42.23 | - |
| YUV | 201.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 202 | 161 | 0 | 0.06 | 0.25 | 0.16 | 45.56 | 0.4 | 0.74 |
| Hex | D7 | CA | A1 | 0 | 6 | 19 | 10 | 2E | 28 | 4A |
| Octal | 327 | 312 | 241 | 0 | 6 | 31 | 20 | 56 | 50 | 112 |
| Binary | 11010111 | 11001010 | 10100001 | 0 | 110 | 11001 | 10000 | 101110 | 101000 | 1001010 |
Color Harmonies of #D7CAA1
Complementary color
Monochromatic Colors of #D7CAA1
Black with #D7CAA1
Text Example
Text Example
White with #D7CAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CAA1; }
p { color: rgb(215,202,161); }
H1.HeaderClassName
{
color: #D7CAA1;
}
.AnyTagClassName
{
color: #D7CAA1;
}
</style>
background-color css
<style>
a { background-color: #D7CAA1; }
a { background-color: rgb(215,202,161); }
div.DivClassName
{
background-color: #D7CAA1;
}
.BgClassName
{
background-color: #D7CAA1;
}
</style>
border-color css
<style>
span { border-color: #D7CAA1; }
span { border-color: rgb(215,202,161); }
td.TdClassName
{
border-color: #D7CAA1;
}
.TagClassName
{
border-color: #D7CAA1;
}
</style>