Shades of Tahuna Sands #D0C693
Tints of Tahuna Sands #D0C693
RGB
CMYK
RGB Variations
Color information
#D0C693 (or 0xD0C693) is known color: Tahuna Sands. HEX triplet: D0, C6 and 93. RGB value is (208,198,147). Sum of RGB (Red+Green+Blue) = 208+198+147=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C693 is #2F396C. Grayscale: #C3C3C3. Windows color (decimal): -3094893 or 9684688. OLE color: 9684688.
HSL color Cylindrical-coordinate representation of color #D0C693: hue angle of 50.16º 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 #D0C693 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 198 | 147 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.18 |
| HSL | 50.16º | 0.39% | 0.7% | - |
| HSV(B) | 50.16º | 0.29% | 0.82% | - |
| XYZ | 51.47 | 55.9 | 35.68 | - |
| YUV | 195.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 147 | 0 | 0.05 | 0.29 | 0.18 | 50.16 | 0.39 | 0.7 |
| Hex | D0 | C6 | 93 | 0 | 5 | 1D | 12 | 32 | 27 | 46 |
| Octal | 320 | 306 | 223 | 0 | 5 | 35 | 22 | 62 | 47 | 106 |
| Binary | 11010000 | 11000110 | 10010011 | 0 | 101 | 11101 | 10010 | 110010 | 100111 | 1000110 |
Color Harmonies of #D0C693
Complementary color
Monochromatic Colors of #D0C693
Black with #D0C693
Text Example
Text Example
White with #D0C693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C693; }
p { color: rgb(208,198,147); }
H1.HeaderClassName
{
color: #D0C693;
}
.AnyTagClassName
{
color: #D0C693;
}
</style>
background-color css
<style>
a { background-color: #D0C693; }
a { background-color: rgb(208,198,147); }
div.DivClassName
{
background-color: #D0C693;
}
.BgClassName
{
background-color: #D0C693;
}
</style>
border-color css
<style>
span { border-color: #D0C693; }
span { border-color: rgb(208,198,147); }
td.TdClassName
{
border-color: #D0C693;
}
.TagClassName
{
border-color: #D0C693;
}
</style>