Shades of Tahuna Sands #D0C99D
Tints of Tahuna Sands #D0C99D
RGB
CMYK
RGB Variations
Color information
#D0C99D (or 0xD0C99D) is known color: Tahuna Sands. HEX triplet: D0, C9 and 9D. RGB value is (208,201,157). Sum of RGB (Red+Green+Blue) = 208+201+157=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 157 (61.72% from 255 or 27.74% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C99D is #2F3662. Grayscale: #C6C6C6. Windows color (decimal): -3094115 or 10340816. OLE color: 10340816.
HSL color Cylindrical-coordinate representation of color #D0C99D: hue angle of 51.76º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0C99D is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 157 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.18 |
| HSL | 51.76º | 0.35% | 0.72% | - |
| HSV(B) | 51.76º | 0.25% | 0.82% | - |
| XYZ | 52.98 | 57.62 | 40.23 | - |
| YUV | 198.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 157 | 0 | 0.03 | 0.25 | 0.18 | 51.76 | 0.35 | 0.72 |
| Hex | D0 | C9 | 9D | 0 | 3 | 19 | 12 | 34 | 23 | 48 |
| Octal | 320 | 311 | 235 | 0 | 3 | 31 | 22 | 64 | 43 | 110 |
| Binary | 11010000 | 11001001 | 10011101 | 0 | 11 | 11001 | 10010 | 110100 | 100011 | 1001000 |
Color Harmonies of #D0C99D
Complementary color
Monochromatic Colors of #D0C99D
Black with #D0C99D
Text Example
Text Example
White with #D0C99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C99D; }
p { color: rgb(208,201,157); }
H1.HeaderClassName
{
color: #D0C99D;
}
.AnyTagClassName
{
color: #D0C99D;
}
</style>
background-color css
<style>
a { background-color: #D0C99D; }
a { background-color: rgb(208,201,157); }
div.DivClassName
{
background-color: #D0C99D;
}
.BgClassName
{
background-color: #D0C99D;
}
</style>
border-color css
<style>
span { border-color: #D0C99D; }
span { border-color: rgb(208,201,157); }
td.TdClassName
{
border-color: #D0C99D;
}
.TagClassName
{
border-color: #D0C99D;
}
</style>