Shades of Tahuna Sands #D0C79D
Tints of Tahuna Sands #D0C79D
RGB
CMYK
RGB Variations
Color information
#D0C79D (or 0xD0C79D) is known color: Tahuna Sands. HEX triplet: D0, C7 and 9D. RGB value is (208,199,157). Sum of RGB (Red+Green+Blue) = 208+199+157=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C79D is #2F3862. Grayscale: #C5C5C5. Windows color (decimal): -3094627 or 10340304. OLE color: 10340304.
HSL color Cylindrical-coordinate representation of color #D0C79D: hue angle of 49.41º 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 #D0C79D is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 199 | 157 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.18 |
| HSL | 49.41º | 0.35% | 0.72% | - |
| HSV(B) | 49.41º | 0.25% | 0.82% | - |
| XYZ | 52.52 | 56.69 | 40.07 | - |
| YUV | 196.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 157 | 0 | 0.04 | 0.25 | 0.18 | 49.41 | 0.35 | 0.72 |
| Hex | D0 | C7 | 9D | 0 | 4 | 19 | 12 | 31 | 23 | 48 |
| Octal | 320 | 307 | 235 | 0 | 4 | 31 | 22 | 61 | 43 | 110 |
| Binary | 11010000 | 11000111 | 10011101 | 0 | 100 | 11001 | 10010 | 110001 | 100011 | 1001000 |
Color Harmonies of #D0C79D
Complementary color
Monochromatic Colors of #D0C79D
Black with #D0C79D
Text Example
Text Example
White with #D0C79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C79D; }
p { color: rgb(208,199,157); }
H1.HeaderClassName
{
color: #D0C79D;
}
.AnyTagClassName
{
color: #D0C79D;
}
</style>
background-color css
<style>
a { background-color: #D0C79D; }
a { background-color: rgb(208,199,157); }
div.DivClassName
{
background-color: #D0C79D;
}
.BgClassName
{
background-color: #D0C79D;
}
</style>
border-color css
<style>
span { border-color: #D0C79D; }
span { border-color: rgb(208,199,157); }
td.TdClassName
{
border-color: #D0C79D;
}
.TagClassName
{
border-color: #D0C79D;
}
</style>