Shades of Tahuna Sands #DED39A
Tints of Tahuna Sands #DED39A
RGB
CMYK
RGB Variations
Color information
#DED39A (or 0xDED39A) is known color: Tahuna Sands. HEX triplet: DE, D3 and 9A. RGB value is (222,211,154). Sum of RGB (Red+Green+Blue) = 222+211+154=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DED39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED39A is #212C65. Grayscale: #D0D0D0. Windows color (decimal): -2174054 or 10146782. OLE color: 10146782.
HSL color Cylindrical-coordinate representation of color #DED39A: hue angle of 50.29º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DED39A is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 154 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.13 |
| HSL | 50.29º | 0.51% | 0.74% | - |
| HSV(B) | 50.29º | 0.31% | 0.87% | - |
| XYZ | 59.25 | 64.45 | 39.89 | - |
| YUV | 207.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 154 | 0 | 0.05 | 0.31 | 0.13 | 50.29 | 0.51 | 0.74 |
| Hex | DE | D3 | 9A | 0 | 5 | 1F | D | 32 | 33 | 4A |
| Octal | 336 | 323 | 232 | 0 | 5 | 37 | 15 | 62 | 63 | 112 |
| Binary | 11011110 | 11010011 | 10011010 | 0 | 101 | 11111 | 1101 | 110010 | 110011 | 1001010 |
Color Harmonies of #DED39A
Complementary color
Monochromatic Colors of #DED39A
Black with #DED39A
Text Example
Text Example
White with #DED39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED39A; }
p { color: rgb(222,211,154); }
H1.HeaderClassName
{
color: #DED39A;
}
.AnyTagClassName
{
color: #DED39A;
}
</style>
background-color css
<style>
a { background-color: #DED39A; }
a { background-color: rgb(222,211,154); }
div.DivClassName
{
background-color: #DED39A;
}
.BgClassName
{
background-color: #DED39A;
}
</style>
border-color css
<style>
span { border-color: #DED39A; }
span { border-color: rgb(222,211,154); }
td.TdClassName
{
border-color: #DED39A;
}
.TagClassName
{
border-color: #DED39A;
}
</style>