Shades of Tahuna Sands #D5CB94
Tints of Tahuna Sands #D5CB94
RGB
CMYK
RGB Variations
Color information
#D5CB94 (or 0xD5CB94) is known color: Tahuna Sands. HEX triplet: D5, CB and 94. RGB value is (213,203,148). Sum of RGB (Red+Green+Blue) = 213+203+148=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CB94 is #2A346B. Grayscale: #C7C7C7. Windows color (decimal): -2765932 or 9751509. OLE color: 9751509.
HSL color Cylindrical-coordinate representation of color #D5CB94: hue angle of 50.77º 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 #D5CB94 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 148 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.16 |
| HSL | 50.77º | 0.44% | 0.71% | - |
| HSV(B) | 50.77º | 0.31% | 0.84% | - |
| XYZ | 54.14 | 59 | 36.55 | - |
| YUV | 199.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 148 | 0 | 0.05 | 0.31 | 0.16 | 50.77 | 0.44 | 0.71 |
| Hex | D5 | CB | 94 | 0 | 5 | 1F | 10 | 33 | 2C | 47 |
| Octal | 325 | 313 | 224 | 0 | 5 | 37 | 20 | 63 | 54 | 107 |
| Binary | 11010101 | 11001011 | 10010100 | 0 | 101 | 11111 | 10000 | 110011 | 101100 | 1000111 |
Color Harmonies of #D5CB94
Complementary color
Monochromatic Colors of #D5CB94
Black with #D5CB94
Text Example
Text Example
White with #D5CB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB94; }
p { color: rgb(213,203,148); }
H1.HeaderClassName
{
color: #D5CB94;
}
.AnyTagClassName
{
color: #D5CB94;
}
</style>
background-color css
<style>
a { background-color: #D5CB94; }
a { background-color: rgb(213,203,148); }
div.DivClassName
{
background-color: #D5CB94;
}
.BgClassName
{
background-color: #D5CB94;
}
</style>
border-color css
<style>
span { border-color: #D5CB94; }
span { border-color: rgb(213,203,148); }
td.TdClassName
{
border-color: #D5CB94;
}
.TagClassName
{
border-color: #D5CB94;
}
</style>