Shades of Tahuna Sands #D0C293
Tints of Tahuna Sands #D0C293
RGB
CMYK
RGB Variations
Color information
#D0C293 (or 0xD0C293) is known color: Tahuna Sands. HEX triplet: D0, C2 and 93. RGB value is (208,194,147). Sum of RGB (Red+Green+Blue) = 208+194+147=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C293 is #2F3D6C. Grayscale: #C1C1C1. Windows color (decimal): -3095917 or 9683664. OLE color: 9683664.
HSL color Cylindrical-coordinate representation of color #D0C293: hue angle of 46.23º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0C293 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 147 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.18 |
| HSL | 46.23º | 0.39% | 0.7% | - |
| HSV(B) | 46.23º | 0.29% | 0.82% | - |
| XYZ | 50.57 | 54.1 | 35.38 | - |
| YUV | 192.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 147 | 0 | 0.07 | 0.29 | 0.18 | 46.23 | 0.39 | 0.7 |
| Hex | D0 | C2 | 93 | 0 | 7 | 1D | 12 | 2E | 27 | 46 |
| Octal | 320 | 302 | 223 | 0 | 7 | 35 | 22 | 56 | 47 | 106 |
| Binary | 11010000 | 11000010 | 10010011 | 0 | 111 | 11101 | 10010 | 101110 | 100111 | 1000110 |
Color Harmonies of #D0C293
Complementary color
Monochromatic Colors of #D0C293
Black with #D0C293
Text Example
Text Example
White with #D0C293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C293; }
p { color: rgb(208,194,147); }
H1.HeaderClassName
{
color: #D0C293;
}
.AnyTagClassName
{
color: #D0C293;
}
</style>
background-color css
<style>
a { background-color: #D0C293; }
a { background-color: rgb(208,194,147); }
div.DivClassName
{
background-color: #D0C293;
}
.BgClassName
{
background-color: #D0C293;
}
</style>
border-color css
<style>
span { border-color: #D0C293; }
span { border-color: rgb(208,194,147); }
td.TdClassName
{
border-color: #D0C293;
}
.TagClassName
{
border-color: #D0C293;
}
</style>