Shades of Tahuna Sands #D7C993
Tints of Tahuna Sands #D7C993
RGB
CMYK
RGB Variations
Color information
#D7C993 (or 0xD7C993) is known color: Tahuna Sands. HEX triplet: D7, C9 and 93. RGB value is (215,201,147). Sum of RGB (Red+Green+Blue) = 215+201+147=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C993 is #28366C. Grayscale: #C7C7C7. Windows color (decimal): -2635373 or 9685463. OLE color: 9685463.
HSL color Cylindrical-coordinate representation of color #D7C993: hue angle of 47.65º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7C993 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 147 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.16 |
| HSL | 47.65º | 0.46% | 0.71% | - |
| HSV(B) | 47.65º | 0.32% | 0.84% | - |
| XYZ | 54.18 | 58.33 | 36.01 | - |
| YUV | 199.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 147 | 0 | 0.07 | 0.32 | 0.16 | 47.65 | 0.46 | 0.71 |
| Hex | D7 | C9 | 93 | 0 | 7 | 20 | 10 | 30 | 2E | 47 |
| Octal | 327 | 311 | 223 | 0 | 7 | 40 | 20 | 60 | 56 | 107 |
| Binary | 11010111 | 11001001 | 10010011 | 0 | 111 | 100000 | 10000 | 110000 | 101110 | 1000111 |
Color Harmonies of #D7C993
Complementary color
Monochromatic Colors of #D7C993
Black with #D7C993
Text Example
Text Example
White with #D7C993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C993; }
p { color: rgb(215,201,147); }
H1.HeaderClassName
{
color: #D7C993;
}
.AnyTagClassName
{
color: #D7C993;
}
</style>
background-color css
<style>
a { background-color: #D7C993; }
a { background-color: rgb(215,201,147); }
div.DivClassName
{
background-color: #D7C993;
}
.BgClassName
{
background-color: #D7C993;
}
</style>
border-color css
<style>
span { border-color: #D7C993; }
span { border-color: rgb(215,201,147); }
td.TdClassName
{
border-color: #D7C993;
}
.TagClassName
{
border-color: #D7C993;
}
</style>