Shades of Golden Sand #DDD062
Tints of Golden Sand #DDD062
RGB
CMYK
RGB Variations
Color information
#DDD062 (or 0xDDD062) is known color: Golden Sand. HEX triplet: DD, D0 and 62. RGB value is (221,208,98). Sum of RGB (Red+Green+Blue) = 221+208+98=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD062 is #222F9D. Grayscale: #C7C7C7. Windows color (decimal): -2240414 or 6475997. OLE color: 6475997.
HSL color Cylindrical-coordinate representation of color #DDD062: hue angle of 53.66º degrees, saturation: 0.64, 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 #DDD062 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 98 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.13 |
| HSL | 53.66º | 0.64% | 0.63% | - |
| HSV(B) | 53.66º | 0.56% | 0.87% | - |
| XYZ | 54.58 | 61.37 | 20.52 | - |
| YUV | 199.35 | 70.81 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 98 | 0 | 0.06 | 0.56 | 0.13 | 53.66 | 0.64 | 0.63 |
| Hex | DD | D0 | 62 | 0 | 6 | 38 | D | 36 | 40 | 3F |
| Octal | 335 | 320 | 142 | 0 | 6 | 70 | 15 | 66 | 100 | 77 |
| Binary | 11011101 | 11010000 | 1100010 | 0 | 110 | 111000 | 1101 | 110110 | 1000000 | 111111 |
Color Harmonies of #DDD062
Complementary color
Monochromatic Colors of #DDD062
Black with #DDD062
Text Example
Text Example
White with #DDD062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD062; }
p { color: rgb(221,208,98); }
H1.HeaderClassName
{
color: #DDD062;
}
.AnyTagClassName
{
color: #DDD062;
}
</style>
background-color css
<style>
a { background-color: #DDD062; }
a { background-color: rgb(221,208,98); }
div.DivClassName
{
background-color: #DDD062;
}
.BgClassName
{
background-color: #DDD062;
}
</style>
border-color css
<style>
span { border-color: #DDD062; }
span { border-color: rgb(221,208,98); }
td.TdClassName
{
border-color: #DDD062;
}
.TagClassName
{
border-color: #DDD062;
}
</style>