Shades of Golden Sand #DED061
Tints of Golden Sand #DED061
RGB
CMYK
RGB Variations
Color information
#DED061 (or 0xDED061) is known color: Golden Sand. HEX triplet: DE, D0 and 61. RGB value is (222,208,97). Sum of RGB (Red+Green+Blue) = 222+208+97=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DED061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED061 is #212F9E. Grayscale: #C7C7C7. Windows color (decimal): -2174879 or 6410462. OLE color: 6410462.
HSL color Cylindrical-coordinate representation of color #DED061: hue angle of 53.28º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DED061 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 97 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.13 |
| HSL | 53.28º | 0.65% | 0.63% | - |
| HSV(B) | 53.28º | 0.56% | 0.87% | - |
| XYZ | 54.84 | 61.5 | 20.29 | - |
| YUV | 199.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 97 | 0 | 0.06 | 0.56 | 0.13 | 53.28 | 0.65 | 0.63 |
| Hex | DE | D0 | 61 | 0 | 6 | 38 | D | 35 | 41 | 3F |
| Octal | 336 | 320 | 141 | 0 | 6 | 70 | 15 | 65 | 101 | 77 |
| Binary | 11011110 | 11010000 | 1100001 | 0 | 110 | 111000 | 1101 | 110101 | 1000001 | 111111 |
Color Harmonies of #DED061
Complementary color
Monochromatic Colors of #DED061
Black with #DED061
Text Example
Text Example
White with #DED061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED061; }
p { color: rgb(222,208,97); }
H1.HeaderClassName
{
color: #DED061;
}
.AnyTagClassName
{
color: #DED061;
}
</style>
background-color css
<style>
a { background-color: #DED061; }
a { background-color: rgb(222,208,97); }
div.DivClassName
{
background-color: #DED061;
}
.BgClassName
{
background-color: #DED061;
}
</style>
border-color css
<style>
span { border-color: #DED061; }
span { border-color: rgb(222,208,97); }
td.TdClassName
{
border-color: #DED061;
}
.TagClassName
{
border-color: #DED061;
}
</style>