Shades of Tahuna Sands #D8CDA2
Tints of Tahuna Sands #D8CDA2
RGB
CMYK
RGB Variations
Color information
#D8CDA2 (or 0xD8CDA2) is known color: Tahuna Sands. HEX triplet: D8, CD and A2. RGB value is (216,205,162). Sum of RGB (Red+Green+Blue) = 216+205+162=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CDA2 is #27325D. Grayscale: #CBCBCB. Windows color (decimal): -2568798 or 10669528. OLE color: 10669528.
HSL color Cylindrical-coordinate representation of color #D8CDA2: hue angle of 47.78º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8CDA2 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 162 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.15 |
| HSL | 47.78º | 0.41% | 0.74% | - |
| HSV(B) | 47.78º | 0.25% | 0.85% | - |
| XYZ | 56.67 | 60.87 | 42.94 | - |
| YUV | 203.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 162 | 0 | 0.05 | 0.25 | 0.15 | 47.78 | 0.41 | 0.74 |
| Hex | D8 | CD | A2 | 0 | 5 | 19 | F | 30 | 29 | 4A |
| Octal | 330 | 315 | 242 | 0 | 5 | 31 | 17 | 60 | 51 | 112 |
| Binary | 11011000 | 11001101 | 10100010 | 0 | 101 | 11001 | 1111 | 110000 | 101001 | 1001010 |
Color Harmonies of #D8CDA2
Complementary color
Monochromatic Colors of #D8CDA2
Black with #D8CDA2
Text Example
Text Example
White with #D8CDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CDA2; }
p { color: rgb(216,205,162); }
H1.HeaderClassName
{
color: #D8CDA2;
}
.AnyTagClassName
{
color: #D8CDA2;
}
</style>
background-color css
<style>
a { background-color: #D8CDA2; }
a { background-color: rgb(216,205,162); }
div.DivClassName
{
background-color: #D8CDA2;
}
.BgClassName
{
background-color: #D8CDA2;
}
</style>
border-color css
<style>
span { border-color: #D8CDA2; }
span { border-color: rgb(216,205,162); }
td.TdClassName
{
border-color: #D8CDA2;
}
.TagClassName
{
border-color: #D8CDA2;
}
</style>