Shades of Tahuna Sands #D5D192
Tints of Tahuna Sands #D5D192
RGB
CMYK
RGB Variations
Color information
#D5D192 (or 0xD5D192) is known color: Tahuna Sands. HEX triplet: D5, D1 and 92. RGB value is (213,209,146). Sum of RGB (Red+Green+Blue) = 213+209+146=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D192 is #2A2E6D. Grayscale: #CBCBCB. Windows color (decimal): -2764398 or 9621973. OLE color: 9621973.
HSL color Cylindrical-coordinate representation of color #D5D192: hue angle of 56.42º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5D192 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 146 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.16 |
| HSL | 56.42º | 0.44% | 0.7% | - |
| HSV(B) | 56.42º | 0.31% | 0.84% | - |
| XYZ | 55.43 | 61.82 | 36.21 | - |
| YUV | 203.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 146 | 0 | 0.02 | 0.31 | 0.16 | 56.42 | 0.44 | 0.7 |
| Hex | D5 | D1 | 92 | 0 | 2 | 1F | 10 | 38 | 2C | 46 |
| Octal | 325 | 321 | 222 | 0 | 2 | 37 | 20 | 70 | 54 | 106 |
| Binary | 11010101 | 11010001 | 10010010 | 0 | 10 | 11111 | 10000 | 111000 | 101100 | 1000110 |
Color Harmonies of #D5D192
Complementary color
Monochromatic Colors of #D5D192
Black with #D5D192
Text Example
Text Example
White with #D5D192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D192; }
p { color: rgb(213,209,146); }
H1.HeaderClassName
{
color: #D5D192;
}
.AnyTagClassName
{
color: #D5D192;
}
</style>
background-color css
<style>
a { background-color: #D5D192; }
a { background-color: rgb(213,209,146); }
div.DivClassName
{
background-color: #D5D192;
}
.BgClassName
{
background-color: #D5D192;
}
</style>
border-color css
<style>
span { border-color: #D5D192; }
span { border-color: rgb(213,209,146); }
td.TdClassName
{
border-color: #D5D192;
}
.TagClassName
{
border-color: #D5D192;
}
</style>