Shades of Tahuna Sands #D5C592
Tints of Tahuna Sands #D5C592
RGB
CMYK
RGB Variations
Color information
#D5C592 (or 0xD5C592) is known color: Tahuna Sands. HEX triplet: D5, C5 and 92. RGB value is (213,197,146). Sum of RGB (Red+Green+Blue) = 213+197+146=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 146 (57.42% from 255 or 26.26% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C592 is #2A3A6D. Grayscale: #C4C4C4. Windows color (decimal): -2767470 or 9618901. OLE color: 9618901.
HSL color Cylindrical-coordinate representation of color #D5C592: hue angle of 45.67º 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 #D5C592 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 146 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.16 |
| HSL | 45.67º | 0.44% | 0.7% | - |
| HSV(B) | 45.67º | 0.31% | 0.84% | - |
| XYZ | 52.6 | 56.15 | 35.26 | - |
| YUV | 195.97 | 99.8 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 146 | 0 | 0.08 | 0.31 | 0.16 | 45.67 | 0.44 | 0.7 |
| Hex | D5 | C5 | 92 | 0 | 8 | 1F | 10 | 2E | 2C | 46 |
| Octal | 325 | 305 | 222 | 0 | 10 | 37 | 20 | 56 | 54 | 106 |
| Binary | 11010101 | 11000101 | 10010010 | 0 | 1000 | 11111 | 10000 | 101110 | 101100 | 1000110 |
Color Harmonies of #D5C592
Complementary color
Monochromatic Colors of #D5C592
Black with #D5C592
Text Example
Text Example
White with #D5C592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C592; }
p { color: rgb(213,197,146); }
H1.HeaderClassName
{
color: #D5C592;
}
.AnyTagClassName
{
color: #D5C592;
}
</style>
background-color css
<style>
a { background-color: #D5C592; }
a { background-color: rgb(213,197,146); }
div.DivClassName
{
background-color: #D5C592;
}
.BgClassName
{
background-color: #D5C592;
}
</style>
border-color css
<style>
span { border-color: #D5C592; }
span { border-color: rgb(213,197,146); }
td.TdClassName
{
border-color: #D5C592;
}
.TagClassName
{
border-color: #D5C592;
}
</style>