Shades of Tahuna Sands #D7CCA5
Tints of Tahuna Sands #D7CCA5
RGB
CMYK
RGB Variations
Color information
#D7CCA5 (or 0xD7CCA5) is known color: Tahuna Sands. HEX triplet: D7, CC and A5. RGB value is (215,204,165). Sum of RGB (Red+Green+Blue) = 215+204+165=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 165 (64.84% from 255 or 28.25% from 584); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CCA5 is #28335A. Grayscale: #CBCBCB. Windows color (decimal): -2634587 or 10865879. OLE color: 10865879.
HSL color Cylindrical-coordinate representation of color #D7CCA5: hue angle of 46.8º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7CCA5 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 204 | 165 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.16 |
| HSL | 46.8º | 0.38% | 0.75% | - |
| HSV(B) | 46.8º | 0.23% | 0.84% | - |
| XYZ | 56.41 | 60.35 | 44.27 | - |
| YUV | 202.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 204 | 165 | 0 | 0.05 | 0.23 | 0.16 | 46.8 | 0.38 | 0.75 |
| Hex | D7 | CC | A5 | 0 | 5 | 17 | 10 | 2F | 26 | 4B |
| Octal | 327 | 314 | 245 | 0 | 5 | 27 | 20 | 57 | 46 | 113 |
| Binary | 11010111 | 11001100 | 10100101 | 0 | 101 | 10111 | 10000 | 101111 | 100110 | 1001011 |
Color Harmonies of #D7CCA5
Complementary color
Monochromatic Colors of #D7CCA5
Black with #D7CCA5
Text Example
Text Example
White with #D7CCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CCA5; }
p { color: rgb(215,204,165); }
H1.HeaderClassName
{
color: #D7CCA5;
}
.AnyTagClassName
{
color: #D7CCA5;
}
</style>
background-color css
<style>
a { background-color: #D7CCA5; }
a { background-color: rgb(215,204,165); }
div.DivClassName
{
background-color: #D7CCA5;
}
.BgClassName
{
background-color: #D7CCA5;
}
</style>
border-color css
<style>
span { border-color: #D7CCA5; }
span { border-color: rgb(215,204,165); }
td.TdClassName
{
border-color: #D7CCA5;
}
.TagClassName
{
border-color: #D7CCA5;
}
</style>