Shades of Tahuna Sands #D5C893
Tints of Tahuna Sands #D5C893
RGB
CMYK
RGB Variations
Color information
#D5C893 (or 0xD5C893) is known color: Tahuna Sands. HEX triplet: D5, C8 and 93. RGB value is (213,200,147). Sum of RGB (Red+Green+Blue) = 213+200+147=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C893 is #2A376C. Grayscale: #C6C6C6. Windows color (decimal): -2766701 or 9685205. OLE color: 9685205.
HSL color Cylindrical-coordinate representation of color #D5C893: hue angle of 48.18º 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 #D5C893 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 147 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.16 |
| HSL | 48.18º | 0.44% | 0.71% | - |
| HSV(B) | 48.18º | 0.31% | 0.84% | - |
| XYZ | 53.36 | 57.56 | 35.9 | - |
| YUV | 197.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 147 | 0 | 0.06 | 0.31 | 0.16 | 48.18 | 0.44 | 0.71 |
| Hex | D5 | C8 | 93 | 0 | 6 | 1F | 10 | 30 | 2C | 47 |
| Octal | 325 | 310 | 223 | 0 | 6 | 37 | 20 | 60 | 54 | 107 |
| Binary | 11010101 | 11001000 | 10010011 | 0 | 110 | 11111 | 10000 | 110000 | 101100 | 1000111 |
Color Harmonies of #D5C893
Complementary color
Monochromatic Colors of #D5C893
Black with #D5C893
Text Example
Text Example
White with #D5C893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C893; }
p { color: rgb(213,200,147); }
H1.HeaderClassName
{
color: #D5C893;
}
.AnyTagClassName
{
color: #D5C893;
}
</style>
background-color css
<style>
a { background-color: #D5C893; }
a { background-color: rgb(213,200,147); }
div.DivClassName
{
background-color: #D5C893;
}
.BgClassName
{
background-color: #D5C893;
}
</style>
border-color css
<style>
span { border-color: #D5C893; }
span { border-color: rgb(213,200,147); }
td.TdClassName
{
border-color: #D5C893;
}
.TagClassName
{
border-color: #D5C893;
}
</style>