Shades of Tahuna Sands #D5C790
Tints of Tahuna Sands #D5C790
RGB
CMYK
RGB Variations
Color information
#D5C790 (or 0xD5C790) is known color: Tahuna Sands. HEX triplet: D5, C7 and 90. RGB value is (213,199,144). Sum of RGB (Red+Green+Blue) = 213+199+144=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C790 is #2A386F. Grayscale: #C5C5C5. Windows color (decimal): -2766960 or 9488341. OLE color: 9488341.
HSL color Cylindrical-coordinate representation of color #D5C790: hue angle of 47.83º 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 #D5C790 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 199 | 144 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.16 |
| HSL | 47.83º | 0.45% | 0.7% | - |
| HSV(B) | 47.83º | 0.32% | 0.84% | - |
| XYZ | 52.9 | 57.01 | 34.6 | - |
| YUV | 196.92 | 98.14 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 199 | 144 | 0 | 0.07 | 0.32 | 0.16 | 47.83 | 0.45 | 0.7 |
| Hex | D5 | C7 | 90 | 0 | 7 | 20 | 10 | 30 | 2D | 46 |
| Octal | 325 | 307 | 220 | 0 | 7 | 40 | 20 | 60 | 55 | 106 |
| Binary | 11010101 | 11000111 | 10010000 | 0 | 111 | 100000 | 10000 | 110000 | 101101 | 1000110 |
Color Harmonies of #D5C790
Complementary color
Monochromatic Colors of #D5C790
Black with #D5C790
Text Example
Text Example
White with #D5C790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C790; }
p { color: rgb(213,199,144); }
H1.HeaderClassName
{
color: #D5C790;
}
.AnyTagClassName
{
color: #D5C790;
}
</style>
background-color css
<style>
a { background-color: #D5C790; }
a { background-color: rgb(213,199,144); }
div.DivClassName
{
background-color: #D5C790;
}
.BgClassName
{
background-color: #D5C790;
}
</style>
border-color css
<style>
span { border-color: #D5C790; }
span { border-color: rgb(213,199,144); }
td.TdClassName
{
border-color: #D5C790;
}
.TagClassName
{
border-color: #D5C790;
}
</style>