Shades of Golden Sand #DDCD60
Tints of Golden Sand #DDCD60
RGB
CMYK
RGB Variations
Color information
#DDCD60 (or 0xDDCD60) is known color: Golden Sand. HEX triplet: DD, CD and 60. RGB value is (221,205,96). Sum of RGB (Red+Green+Blue) = 221+205+96=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD60 is #22329F. Grayscale: #C5C5C5. Windows color (decimal): -2241184 or 6344157. OLE color: 6344157.
HSL color Cylindrical-coordinate representation of color #DDCD60: hue angle of 52.32º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDCD60 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 96 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.13 |
| HSL | 52.32º | 0.65% | 0.62% | - |
| HSV(B) | 52.32º | 0.57% | 0.87% | - |
| XYZ | 53.76 | 59.88 | 19.79 | - |
| YUV | 197.36 | 70.8 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 96 | 0 | 0.07 | 0.57 | 0.13 | 52.32 | 0.65 | 0.62 |
| Hex | DD | CD | 60 | 0 | 7 | 39 | D | 34 | 41 | 3E |
| Octal | 335 | 315 | 140 | 0 | 7 | 71 | 15 | 64 | 101 | 76 |
| Binary | 11011101 | 11001101 | 1100000 | 0 | 111 | 111001 | 1101 | 110100 | 1000001 | 111110 |
Color Harmonies of #DDCD60
Complementary color
Monochromatic Colors of #DDCD60
Black with #DDCD60
Text Example
Text Example
White with #DDCD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD60; }
p { color: rgb(221,205,96); }
H1.HeaderClassName
{
color: #DDCD60;
}
.AnyTagClassName
{
color: #DDCD60;
}
</style>
background-color css
<style>
a { background-color: #DDCD60; }
a { background-color: rgb(221,205,96); }
div.DivClassName
{
background-color: #DDCD60;
}
.BgClassName
{
background-color: #DDCD60;
}
</style>
border-color css
<style>
span { border-color: #DDCD60; }
span { border-color: rgb(221,205,96); }
td.TdClassName
{
border-color: #DDCD60;
}
.TagClassName
{
border-color: #DDCD60;
}
</style>