Shades of Tahuna Sands #D7CDA2
Tints of Tahuna Sands #D7CDA2
RGB
CMYK
RGB Variations
Color information
#D7CDA2 (or 0xD7CDA2) is known color: Tahuna Sands. HEX triplet: D7, CD and A2. RGB value is (215,205,162). Sum of RGB (Red+Green+Blue) = 215+205+162=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 162 (63.67% from 255 or 27.84% from 582); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CDA2 is #28325D. Grayscale: #CBCBCB. Windows color (decimal): -2634334 or 10669527. OLE color: 10669527.
HSL color Cylindrical-coordinate representation of color #D7CDA2: hue angle of 48.68º 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 #D7CDA2 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 205 | 162 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.16 |
| HSL | 48.68º | 0.4% | 0.74% | - |
| HSV(B) | 48.68º | 0.25% | 0.84% | - |
| XYZ | 56.38 | 60.72 | 42.93 | - |
| YUV | 203.09 | 104.81 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 205 | 162 | 0 | 0.05 | 0.25 | 0.16 | 48.68 | 0.4 | 0.74 |
| Hex | D7 | CD | A2 | 0 | 5 | 19 | 10 | 31 | 28 | 4A |
| Octal | 327 | 315 | 242 | 0 | 5 | 31 | 20 | 61 | 50 | 112 |
| Binary | 11010111 | 11001101 | 10100010 | 0 | 101 | 11001 | 10000 | 110001 | 101000 | 1001010 |
Color Harmonies of #D7CDA2
Complementary color
Monochromatic Colors of #D7CDA2
Black with #D7CDA2
Text Example
Text Example
White with #D7CDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CDA2; }
p { color: rgb(215,205,162); }
H1.HeaderClassName
{
color: #D7CDA2;
}
.AnyTagClassName
{
color: #D7CDA2;
}
</style>
background-color css
<style>
a { background-color: #D7CDA2; }
a { background-color: rgb(215,205,162); }
div.DivClassName
{
background-color: #D7CDA2;
}
.BgClassName
{
background-color: #D7CDA2;
}
</style>
border-color css
<style>
span { border-color: #D7CDA2; }
span { border-color: rgb(215,205,162); }
td.TdClassName
{
border-color: #D7CDA2;
}
.TagClassName
{
border-color: #D7CDA2;
}
</style>