Shades of Tahuna Sands #D5CB93
Tints of Tahuna Sands #D5CB93
RGB
CMYK
RGB Variations
Color information
#D5CB93 (or 0xD5CB93) is known color: Tahuna Sands. HEX triplet: D5, CB and 93. RGB value is (213,203,147). Sum of RGB (Red+Green+Blue) = 213+203+147=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CB93 is #2A346C. Grayscale: #C7C7C7. Windows color (decimal): -2765933 or 9685973. OLE color: 9685973.
HSL color Cylindrical-coordinate representation of color #D5CB93: hue angle of 50.91º 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 #D5CB93 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 147 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.16 |
| HSL | 50.91º | 0.44% | 0.71% | - |
| HSV(B) | 50.91º | 0.31% | 0.84% | - |
| XYZ | 54.06 | 58.96 | 36.14 | - |
| YUV | 199.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 147 | 0 | 0.05 | 0.31 | 0.16 | 50.91 | 0.44 | 0.71 |
| Hex | D5 | CB | 93 | 0 | 5 | 1F | 10 | 33 | 2C | 47 |
| Octal | 325 | 313 | 223 | 0 | 5 | 37 | 20 | 63 | 54 | 107 |
| Binary | 11010101 | 11001011 | 10010011 | 0 | 101 | 11111 | 10000 | 110011 | 101100 | 1000111 |
Color Harmonies of #D5CB93
Complementary color
Monochromatic Colors of #D5CB93
Black with #D5CB93
Text Example
Text Example
White with #D5CB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB93; }
p { color: rgb(213,203,147); }
H1.HeaderClassName
{
color: #D5CB93;
}
.AnyTagClassName
{
color: #D5CB93;
}
</style>
background-color css
<style>
a { background-color: #D5CB93; }
a { background-color: rgb(213,203,147); }
div.DivClassName
{
background-color: #D5CB93;
}
.BgClassName
{
background-color: #D5CB93;
}
</style>
border-color css
<style>
span { border-color: #D5CB93; }
span { border-color: rgb(213,203,147); }
td.TdClassName
{
border-color: #D5CB93;
}
.TagClassName
{
border-color: #D5CB93;
}
</style>