Shades of Tahuna Sands #D0CEA3
Tints of Tahuna Sands #D0CEA3
RGB
CMYK
RGB Variations
Color information
#D0CEA3 (or 0xD0CEA3) is known color: Tahuna Sands. HEX triplet: D0, CE and A3. RGB value is (208,206,163). Sum of RGB (Red+Green+Blue) = 208+206+163=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 163 (64.06% from 255 or 28.25% from 577); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CEA3 is #2F315C. Grayscale: #C9C9C9. Windows color (decimal): -3092829 or 10735312. OLE color: 10735312.
HSL color Cylindrical-coordinate representation of color #D0CEA3: hue angle of 57.33º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0CEA3 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 163 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.18 |
| HSL | 57.33º | 0.32% | 0.73% | - |
| HSV(B) | 57.33º | 0.22% | 0.82% | - |
| XYZ | 54.69 | 60.2 | 43.39 | - |
| YUV | 201.7 | 106.16 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 163 | 0 | 0.01 | 0.22 | 0.18 | 57.33 | 0.32 | 0.73 |
| Hex | D0 | CE | A3 | 0 | 1 | 16 | 12 | 39 | 20 | 49 |
| Octal | 320 | 316 | 243 | 0 | 1 | 26 | 22 | 71 | 40 | 111 |
| Binary | 11010000 | 11001110 | 10100011 | 0 | 1 | 10110 | 10010 | 111001 | 100000 | 1001001 |
Color Harmonies of #D0CEA3
Complementary color
Monochromatic Colors of #D0CEA3
Black with #D0CEA3
Text Example
Text Example
White with #D0CEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CEA3; }
p { color: rgb(208,206,163); }
H1.HeaderClassName
{
color: #D0CEA3;
}
.AnyTagClassName
{
color: #D0CEA3;
}
</style>
background-color css
<style>
a { background-color: #D0CEA3; }
a { background-color: rgb(208,206,163); }
div.DivClassName
{
background-color: #D0CEA3;
}
.BgClassName
{
background-color: #D0CEA3;
}
</style>
border-color css
<style>
span { border-color: #D0CEA3; }
span { border-color: rgb(208,206,163); }
td.TdClassName
{
border-color: #D0CEA3;
}
.TagClassName
{
border-color: #D0CEA3;
}
</style>