Shades of Tahuna Sands #D8CCA2
Tints of Tahuna Sands #D8CCA2
RGB
CMYK
RGB Variations
Color information
#D8CCA2 (or 0xD8CCA2) is known color: Tahuna Sands. HEX triplet: D8, CC and A2. RGB value is (216,204,162). Sum of RGB (Red+Green+Blue) = 216+204+162=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 162 (63.67% from 255 or 27.84% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CCA2 is #27335D. Grayscale: #CACACA. Windows color (decimal): -2569054 or 10669272. OLE color: 10669272.
HSL color Cylindrical-coordinate representation of color #D8CCA2: hue angle of 46.67º 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 #D8CCA2 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 162 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.15 |
| HSL | 46.67º | 0.41% | 0.74% | - |
| HSV(B) | 46.67º | 0.25% | 0.85% | - |
| XYZ | 56.43 | 60.39 | 42.87 | - |
| YUV | 202.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 162 | 0 | 0.06 | 0.25 | 0.15 | 46.67 | 0.41 | 0.74 |
| Hex | D8 | CC | A2 | 0 | 6 | 19 | F | 2F | 29 | 4A |
| Octal | 330 | 314 | 242 | 0 | 6 | 31 | 17 | 57 | 51 | 112 |
| Binary | 11011000 | 11001100 | 10100010 | 0 | 110 | 11001 | 1111 | 101111 | 101001 | 1001010 |
Color Harmonies of #D8CCA2
Complementary color
Monochromatic Colors of #D8CCA2
Black with #D8CCA2
Text Example
Text Example
White with #D8CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CCA2; }
p { color: rgb(216,204,162); }
H1.HeaderClassName
{
color: #D8CCA2;
}
.AnyTagClassName
{
color: #D8CCA2;
}
</style>
background-color css
<style>
a { background-color: #D8CCA2; }
a { background-color: rgb(216,204,162); }
div.DivClassName
{
background-color: #D8CCA2;
}
.BgClassName
{
background-color: #D8CCA2;
}
</style>
border-color css
<style>
span { border-color: #D8CCA2; }
span { border-color: rgb(216,204,162); }
td.TdClassName
{
border-color: #D8CCA2;
}
.TagClassName
{
border-color: #D8CCA2;
}
</style>