Shades of Golden Sand #DDD064
Tints of Golden Sand #DDD064
RGB
CMYK
RGB Variations
Color information
#DDD064 (or 0xDDD064) is known color: Golden Sand. HEX triplet: DD, D0 and 64. RGB value is (221,208,100). Sum of RGB (Red+Green+Blue) = 221+208+100=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD064 is #222F9B. Grayscale: #C8C8C8. Windows color (decimal): -2240412 or 6607069. OLE color: 6607069.
HSL color Cylindrical-coordinate representation of color #DDD064: hue angle of 53.55º degrees, saturation: 0.64, 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 #DDD064 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 100 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.13 |
| HSL | 53.55º | 0.64% | 0.63% | - |
| HSV(B) | 53.55º | 0.55% | 0.87% | - |
| XYZ | 54.67 | 61.4 | 21.03 | - |
| YUV | 199.58 | 71.81 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 100 | 0 | 0.06 | 0.55 | 0.13 | 53.55 | 0.64 | 0.63 |
| Hex | DD | D0 | 64 | 0 | 6 | 37 | D | 36 | 40 | 3F |
| Octal | 335 | 320 | 144 | 0 | 6 | 67 | 15 | 66 | 100 | 77 |
| Binary | 11011101 | 11010000 | 1100100 | 0 | 110 | 110111 | 1101 | 110110 | 1000000 | 111111 |
Color Harmonies of #DDD064
Complementary color
Monochromatic Colors of #DDD064
Black with #DDD064
Text Example
Text Example
White with #DDD064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD064; }
p { color: rgb(221,208,100); }
H1.HeaderClassName
{
color: #DDD064;
}
.AnyTagClassName
{
color: #DDD064;
}
</style>
background-color css
<style>
a { background-color: #DDD064; }
a { background-color: rgb(221,208,100); }
div.DivClassName
{
background-color: #DDD064;
}
.BgClassName
{
background-color: #DDD064;
}
</style>
border-color css
<style>
span { border-color: #DDD064; }
span { border-color: rgb(221,208,100); }
td.TdClassName
{
border-color: #DDD064;
}
.TagClassName
{
border-color: #DDD064;
}
</style>