Shades of Tahuna Sands #D0C99A
Tints of Tahuna Sands #D0C99A
RGB
CMYK
RGB Variations
Color information
#D0C99A (or 0xD0C99A) is known color: Tahuna Sands. HEX triplet: D0, C9 and 9A. RGB value is (208,201,154). Sum of RGB (Red+Green+Blue) = 208+201+154=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C99A is #2F3665. Grayscale: #C5C5C5. Windows color (decimal): -3094118 or 10144208. OLE color: 10144208.
HSL color Cylindrical-coordinate representation of color #D0C99A: hue angle of 52.22º 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 #D0C99A is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 154 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.18 |
| HSL | 52.22º | 0.36% | 0.71% | - |
| HSV(B) | 52.22º | 0.26% | 0.82% | - |
| XYZ | 52.73 | 57.52 | 38.89 | - |
| YUV | 197.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 154 | 0 | 0.03 | 0.26 | 0.18 | 52.22 | 0.36 | 0.71 |
| Hex | D0 | C9 | 9A | 0 | 3 | 1A | 12 | 34 | 24 | 47 |
| Octal | 320 | 311 | 232 | 0 | 3 | 32 | 22 | 64 | 44 | 107 |
| Binary | 11010000 | 11001001 | 10011010 | 0 | 11 | 11010 | 10010 | 110100 | 100100 | 1000111 |
Color Harmonies of #D0C99A
Complementary color
Monochromatic Colors of #D0C99A
Black with #D0C99A
Text Example
Text Example
White with #D0C99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C99A; }
p { color: rgb(208,201,154); }
H1.HeaderClassName
{
color: #D0C99A;
}
.AnyTagClassName
{
color: #D0C99A;
}
</style>
background-color css
<style>
a { background-color: #D0C99A; }
a { background-color: rgb(208,201,154); }
div.DivClassName
{
background-color: #D0C99A;
}
.BgClassName
{
background-color: #D0C99A;
}
</style>
border-color css
<style>
span { border-color: #D0C99A; }
span { border-color: rgb(208,201,154); }
td.TdClassName
{
border-color: #D0C99A;
}
.TagClassName
{
border-color: #D0C99A;
}
</style>