Shades of Golden Sand #DDCD68
Tints of Golden Sand #DDCD68
RGB
CMYK
RGB Variations
Color information
#DDCD68 (or 0xDDCD68) is known color: Golden Sand. HEX triplet: DD, CD and 68. RGB value is (221,205,104). Sum of RGB (Red+Green+Blue) = 221+205+104=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD68 is #223297. Grayscale: #C6C6C6. Windows color (decimal): -2241176 or 6868445. OLE color: 6868445.
HSL color Cylindrical-coordinate representation of color #DDCD68: hue angle of 51.79º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDCD68 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 104 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.13 |
| HSL | 51.79º | 0.63% | 0.64% | - |
| HSV(B) | 51.79º | 0.53% | 0.87% | - |
| XYZ | 54.15 | 60.03 | 21.83 | - |
| YUV | 198.27 | 74.8 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 104 | 0 | 0.07 | 0.53 | 0.13 | 51.79 | 0.63 | 0.64 |
| Hex | DD | CD | 68 | 0 | 7 | 35 | D | 34 | 3F | 40 |
| Octal | 335 | 315 | 150 | 0 | 7 | 65 | 15 | 64 | 77 | 100 |
| Binary | 11011101 | 11001101 | 1101000 | 0 | 111 | 110101 | 1101 | 110100 | 111111 | 1000000 |
Color Harmonies of #DDCD68
Complementary color
Monochromatic Colors of #DDCD68
Black with #DDCD68
Text Example
Text Example
White with #DDCD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD68; }
p { color: rgb(221,205,104); }
H1.HeaderClassName
{
color: #DDCD68;
}
.AnyTagClassName
{
color: #DDCD68;
}
</style>
background-color css
<style>
a { background-color: #DDCD68; }
a { background-color: rgb(221,205,104); }
div.DivClassName
{
background-color: #DDCD68;
}
.BgClassName
{
background-color: #DDCD68;
}
</style>
border-color css
<style>
span { border-color: #DDCD68; }
span { border-color: rgb(221,205,104); }
td.TdClassName
{
border-color: #DDCD68;
}
.TagClassName
{
border-color: #DDCD68;
}
</style>