Shades of Tahuna Sands #D5C293
Tints of Tahuna Sands #D5C293
RGB
CMYK
RGB Variations
Color information
#D5C293 (or 0xD5C293) is known color: Tahuna Sands. HEX triplet: D5, C2 and 93. RGB value is (213,194,147). Sum of RGB (Red+Green+Blue) = 213+194+147=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 147 (57.81% from 255 or 26.53% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C293 is #2A3D6C. Grayscale: #C2C2C2. Windows color (decimal): -2768237 or 9683669. OLE color: 9683669.
HSL color Cylindrical-coordinate representation of color #D5C293: hue angle of 42.73º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5C293 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 147 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.16 |
| HSL | 42.73º | 0.44% | 0.71% | - |
| HSV(B) | 42.73º | 0.31% | 0.84% | - |
| XYZ | 52 | 54.84 | 35.45 | - |
| YUV | 194.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 147 | 0 | 0.09 | 0.31 | 0.16 | 42.73 | 0.44 | 0.71 |
| Hex | D5 | C2 | 93 | 0 | 9 | 1F | 10 | 2B | 2C | 47 |
| Octal | 325 | 302 | 223 | 0 | 11 | 37 | 20 | 53 | 54 | 107 |
| Binary | 11010101 | 11000010 | 10010011 | 0 | 1001 | 11111 | 10000 | 101011 | 101100 | 1000111 |
Color Harmonies of #D5C293
Complementary color
Monochromatic Colors of #D5C293
Black with #D5C293
Text Example
Text Example
White with #D5C293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C293; }
p { color: rgb(213,194,147); }
H1.HeaderClassName
{
color: #D5C293;
}
.AnyTagClassName
{
color: #D5C293;
}
</style>
background-color css
<style>
a { background-color: #D5C293; }
a { background-color: rgb(213,194,147); }
div.DivClassName
{
background-color: #D5C293;
}
.BgClassName
{
background-color: #D5C293;
}
</style>
border-color css
<style>
span { border-color: #D5C293; }
span { border-color: rgb(213,194,147); }
td.TdClassName
{
border-color: #D5C293;
}
.TagClassName
{
border-color: #D5C293;
}
</style>