Shades of Tahuna Sands #D0CE9A
Tints of Tahuna Sands #D0CE9A
RGB
CMYK
RGB Variations
Color information
#D0CE9A (or 0xD0CE9A) is known color: Tahuna Sands. HEX triplet: D0, CE and 9A. RGB value is (208,206,154). Sum of RGB (Red+Green+Blue) = 208+206+154=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CE9A is #2F3165. Grayscale: #C8C8C8. Windows color (decimal): -3092838 or 10145488. OLE color: 10145488.
HSL color Cylindrical-coordinate representation of color #D0CE9A: hue angle of 57.78º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0CE9A is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 154 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.18 |
| HSL | 57.78º | 0.36% | 0.71% | - |
| HSV(B) | 57.78º | 0.26% | 0.82% | - |
| XYZ | 53.92 | 59.89 | 39.29 | - |
| YUV | 200.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 154 | 0 | 0.01 | 0.26 | 0.18 | 57.78 | 0.36 | 0.71 |
| Hex | D0 | CE | 9A | 0 | 1 | 1A | 12 | 3A | 24 | 47 |
| Octal | 320 | 316 | 232 | 0 | 1 | 32 | 22 | 72 | 44 | 107 |
| Binary | 11010000 | 11001110 | 10011010 | 0 | 1 | 11010 | 10010 | 111010 | 100100 | 1000111 |
Color Harmonies of #D0CE9A
Complementary color
Monochromatic Colors of #D0CE9A
Black with #D0CE9A
Text Example
Text Example
White with #D0CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE9A; }
p { color: rgb(208,206,154); }
H1.HeaderClassName
{
color: #D0CE9A;
}
.AnyTagClassName
{
color: #D0CE9A;
}
</style>
background-color css
<style>
a { background-color: #D0CE9A; }
a { background-color: rgb(208,206,154); }
div.DivClassName
{
background-color: #D0CE9A;
}
.BgClassName
{
background-color: #D0CE9A;
}
</style>
border-color css
<style>
span { border-color: #D0CE9A; }
span { border-color: rgb(208,206,154); }
td.TdClassName
{
border-color: #D0CE9A;
}
.TagClassName
{
border-color: #D0CE9A;
}
</style>