Shades of Tahuna Sands #D5D292
Tints of Tahuna Sands #D5D292
RGB
CMYK
RGB Variations
Color information
#D5D292 (or 0xD5D292) is known color: Tahuna Sands. HEX triplet: D5, D2 and 92. RGB value is (213,210,146). Sum of RGB (Red+Green+Blue) = 213+210+146=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 146 (57.42% from 255 or 25.66% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D292 is #2A2D6D. Grayscale: #CBCBCB. Windows color (decimal): -2764142 or 9622229. OLE color: 9622229.
HSL color Cylindrical-coordinate representation of color #D5D292: hue angle of 57.31º 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 #D5D292 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 146 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.16 |
| HSL | 57.31º | 0.44% | 0.7% | - |
| HSV(B) | 57.31º | 0.31% | 0.84% | - |
| XYZ | 55.68 | 62.31 | 36.29 | - |
| YUV | 203.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 146 | 0 | 0.01 | 0.31 | 0.16 | 57.31 | 0.44 | 0.7 |
| Hex | D5 | D2 | 92 | 0 | 1 | 1F | 10 | 39 | 2C | 46 |
| Octal | 325 | 322 | 222 | 0 | 1 | 37 | 20 | 71 | 54 | 106 |
| Binary | 11010101 | 11010010 | 10010010 | 0 | 1 | 11111 | 10000 | 111001 | 101100 | 1000110 |
Color Harmonies of #D5D292
Complementary color
Monochromatic Colors of #D5D292
Black with #D5D292
Text Example
Text Example
White with #D5D292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D292; }
p { color: rgb(213,210,146); }
H1.HeaderClassName
{
color: #D5D292;
}
.AnyTagClassName
{
color: #D5D292;
}
</style>
background-color css
<style>
a { background-color: #D5D292; }
a { background-color: rgb(213,210,146); }
div.DivClassName
{
background-color: #D5D292;
}
.BgClassName
{
background-color: #D5D292;
}
</style>
border-color css
<style>
span { border-color: #D5D292; }
span { border-color: rgb(213,210,146); }
td.TdClassName
{
border-color: #D5D292;
}
.TagClassName
{
border-color: #D5D292;
}
</style>