Shades of Golden Sand #DDC860
Tints of Golden Sand #DDC860
RGB
CMYK
RGB Variations
Color information
#DDC860 (or 0xDDC860) is known color: Golden Sand. HEX triplet: DD, C8 and 60. RGB value is (221,200,96). Sum of RGB (Red+Green+Blue) = 221+200+96=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC860 is #22379F. Grayscale: #C2C2C2. Windows color (decimal): -2242464 or 6342877. OLE color: 6342877.
HSL color Cylindrical-coordinate representation of color #DDC860: hue angle of 49.92º 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 #DDC860 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 96 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.13 |
| HSL | 49.92º | 0.65% | 0.62% | - |
| HSV(B) | 49.92º | 0.57% | 0.87% | - |
| XYZ | 52.58 | 57.53 | 19.4 | - |
| YUV | 194.42 | 72.46 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 96 | 0 | 0.10 | 0.57 | 0.13 | 49.92 | 0.65 | 0.62 |
| Hex | DD | C8 | 60 | 0 | A | 39 | D | 32 | 41 | 3E |
| Octal | 335 | 310 | 140 | 0 | 12 | 71 | 15 | 62 | 101 | 76 |
| Binary | 11011101 | 11001000 | 1100000 | 0 | 1010 | 111001 | 1101 | 110010 | 1000001 | 111110 |
Color Harmonies of #DDC860
Complementary color
Monochromatic Colors of #DDC860
Black with #DDC860
Text Example
Text Example
White with #DDC860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC860; }
p { color: rgb(221,200,96); }
H1.HeaderClassName
{
color: #DDC860;
}
.AnyTagClassName
{
color: #DDC860;
}
</style>
background-color css
<style>
a { background-color: #DDC860; }
a { background-color: rgb(221,200,96); }
div.DivClassName
{
background-color: #DDC860;
}
.BgClassName
{
background-color: #DDC860;
}
</style>
border-color css
<style>
span { border-color: #DDC860; }
span { border-color: rgb(221,200,96); }
td.TdClassName
{
border-color: #DDC860;
}
.TagClassName
{
border-color: #DDC860;
}
</style>