Shades of Golden Sand #DED163
Tints of Golden Sand #DED163
RGB
CMYK
RGB Variations
Color information
#DED163 (or 0xDED163) is known color: Golden Sand. HEX triplet: DE, D1 and 63. RGB value is (222,209,99). Sum of RGB (Red+Green+Blue) = 222+209+99=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DED163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED163 is #212E9C. Grayscale: #C8C8C8. Windows color (decimal): -2174621 or 6541790. OLE color: 6541790.
HSL color Cylindrical-coordinate representation of color #DED163: hue angle of 53.66º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DED163 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 99 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.13 |
| HSL | 53.66º | 0.65% | 0.63% | - |
| HSV(B) | 53.66º | 0.55% | 0.87% | - |
| XYZ | 55.18 | 62.03 | 20.87 | - |
| YUV | 200.35 | 70.81 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 99 | 0 | 0.06 | 0.55 | 0.13 | 53.66 | 0.65 | 0.63 |
| Hex | DE | D1 | 63 | 0 | 6 | 37 | D | 36 | 41 | 3F |
| Octal | 336 | 321 | 143 | 0 | 6 | 67 | 15 | 66 | 101 | 77 |
| Binary | 11011110 | 11010001 | 1100011 | 0 | 110 | 110111 | 1101 | 110110 | 1000001 | 111111 |
Color Harmonies of #DED163
Complementary color
Monochromatic Colors of #DED163
Black with #DED163
Text Example
Text Example
White with #DED163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED163; }
p { color: rgb(222,209,99); }
H1.HeaderClassName
{
color: #DED163;
}
.AnyTagClassName
{
color: #DED163;
}
</style>
background-color css
<style>
a { background-color: #DED163; }
a { background-color: rgb(222,209,99); }
div.DivClassName
{
background-color: #DED163;
}
.BgClassName
{
background-color: #DED163;
}
</style>
border-color css
<style>
span { border-color: #DED163; }
span { border-color: rgb(222,209,99); }
td.TdClassName
{
border-color: #DED163;
}
.TagClassName
{
border-color: #DED163;
}
</style>