Shades of Tahuna Sands #DED292
Tints of Tahuna Sands #DED292
RGB
CMYK
RGB Variations
Color information
#DED292 (or 0xDED292) is known color: Tahuna Sands. HEX triplet: DE, D2 and 92. RGB value is (222,210,146). Sum of RGB (Red+Green+Blue) = 222+210+146=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DED292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED292 is #212D6D. Grayscale: #CECECE. Windows color (decimal): -2174318 or 9622238. OLE color: 9622238.
HSL color Cylindrical-coordinate representation of color #DED292: hue angle of 50.53º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DED292 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 146 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.13 |
| HSL | 50.53º | 0.54% | 0.72% | - |
| HSV(B) | 50.53º | 0.34% | 0.87% | - |
| XYZ | 58.36 | 63.7 | 36.41 | - |
| YUV | 206.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 146 | 0 | 0.05 | 0.34 | 0.13 | 50.53 | 0.54 | 0.72 |
| Hex | DE | D2 | 92 | 0 | 5 | 22 | D | 33 | 36 | 48 |
| Octal | 336 | 322 | 222 | 0 | 5 | 42 | 15 | 63 | 66 | 110 |
| Binary | 11011110 | 11010010 | 10010010 | 0 | 101 | 100010 | 1101 | 110011 | 110110 | 1001000 |
Color Harmonies of #DED292
Complementary color
Monochromatic Colors of #DED292
Black with #DED292
Text Example
Text Example
White with #DED292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED292; }
p { color: rgb(222,210,146); }
H1.HeaderClassName
{
color: #DED292;
}
.AnyTagClassName
{
color: #DED292;
}
</style>
background-color css
<style>
a { background-color: #DED292; }
a { background-color: rgb(222,210,146); }
div.DivClassName
{
background-color: #DED292;
}
.BgClassName
{
background-color: #DED292;
}
</style>
border-color css
<style>
span { border-color: #DED292; }
span { border-color: rgb(222,210,146); }
td.TdClassName
{
border-color: #DED292;
}
.TagClassName
{
border-color: #DED292;
}
</style>