Shades of Tahuna Sands #D0CE9C
Tints of Tahuna Sands #D0CE9C
RGB
CMYK
RGB Variations
Color information
#D0CE9C (or 0xD0CE9C) is known color: Tahuna Sands. HEX triplet: D0, CE and 9C. RGB value is (208,206,156). Sum of RGB (Red+Green+Blue) = 208+206+156=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CE9C is #2F3163. Grayscale: #C9C9C9. Windows color (decimal): -3092836 or 10276560. OLE color: 10276560.
HSL color Cylindrical-coordinate representation of color #D0CE9C: hue angle of 57.69º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0CE9C is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 156 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.18 |
| HSL | 57.69º | 0.36% | 0.71% | - |
| HSV(B) | 57.69º | 0.25% | 0.82% | - |
| XYZ | 54.08 | 59.95 | 40.17 | - |
| YUV | 200.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 156 | 0 | 0.01 | 0.25 | 0.18 | 57.69 | 0.36 | 0.71 |
| Hex | D0 | CE | 9C | 0 | 1 | 19 | 12 | 3A | 24 | 47 |
| Octal | 320 | 316 | 234 | 0 | 1 | 31 | 22 | 72 | 44 | 107 |
| Binary | 11010000 | 11001110 | 10011100 | 0 | 1 | 11001 | 10010 | 111010 | 100100 | 1000111 |
Color Harmonies of #D0CE9C
Complementary color
Monochromatic Colors of #D0CE9C
Black with #D0CE9C
Text Example
Text Example
White with #D0CE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE9C; }
p { color: rgb(208,206,156); }
H1.HeaderClassName
{
color: #D0CE9C;
}
.AnyTagClassName
{
color: #D0CE9C;
}
</style>
background-color css
<style>
a { background-color: #D0CE9C; }
a { background-color: rgb(208,206,156); }
div.DivClassName
{
background-color: #D0CE9C;
}
.BgClassName
{
background-color: #D0CE9C;
}
</style>
border-color css
<style>
span { border-color: #D0CE9C; }
span { border-color: rgb(208,206,156); }
td.TdClassName
{
border-color: #D0CE9C;
}
.TagClassName
{
border-color: #D0CE9C;
}
</style>