Shades of Tahuna Sands #D5C390
Tints of Tahuna Sands #D5C390
RGB
CMYK
RGB Variations
Color information
#D5C390 (or 0xD5C390) is known color: Tahuna Sands. HEX triplet: D5, C3 and 90. RGB value is (213,195,144). Sum of RGB (Red+Green+Blue) = 213+195+144=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C390 is #2A3C6F. Grayscale: #C2C2C2. Windows color (decimal): -2767984 or 9487317. OLE color: 9487317.
HSL color Cylindrical-coordinate representation of color #D5C390: hue angle of 44.35º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5C390 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 195 | 144 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.16 |
| HSL | 44.35º | 0.45% | 0.7% | - |
| HSV(B) | 44.35º | 0.32% | 0.84% | - |
| XYZ | 51.99 | 55.19 | 34.3 | - |
| YUV | 194.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 144 | 0 | 0.08 | 0.32 | 0.16 | 44.35 | 0.45 | 0.7 |
| Hex | D5 | C3 | 90 | 0 | 8 | 20 | 10 | 2C | 2D | 46 |
| Octal | 325 | 303 | 220 | 0 | 10 | 40 | 20 | 54 | 55 | 106 |
| Binary | 11010101 | 11000011 | 10010000 | 0 | 1000 | 100000 | 10000 | 101100 | 101101 | 1000110 |
Color Harmonies of #D5C390
Complementary color
Monochromatic Colors of #D5C390
Black with #D5C390
Text Example
Text Example
White with #D5C390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C390; }
p { color: rgb(213,195,144); }
H1.HeaderClassName
{
color: #D5C390;
}
.AnyTagClassName
{
color: #D5C390;
}
</style>
background-color css
<style>
a { background-color: #D5C390; }
a { background-color: rgb(213,195,144); }
div.DivClassName
{
background-color: #D5C390;
}
.BgClassName
{
background-color: #D5C390;
}
</style>
border-color css
<style>
span { border-color: #D5C390; }
span { border-color: rgb(213,195,144); }
td.TdClassName
{
border-color: #D5C390;
}
.TagClassName
{
border-color: #D5C390;
}
</style>