Shades of Golden Sand #DDC960
Tints of Golden Sand #DDC960
RGB
CMYK
RGB Variations
Color information
#DDC960 (or 0xDDC960) is known color: Golden Sand. HEX triplet: DD, C9 and 60. RGB value is (221,201,96). Sum of RGB (Red+Green+Blue) = 221+201+96=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC960 is #22369F. Grayscale: #C3C3C3. Windows color (decimal): -2242208 or 6343133. OLE color: 6343133.
HSL color Cylindrical-coordinate representation of color #DDC960: hue angle of 50.4º 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 #DDC960 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 96 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.13 |
| HSL | 50.4º | 0.65% | 0.62% | - |
| HSV(B) | 50.4º | 0.57% | 0.87% | - |
| XYZ | 52.82 | 57.99 | 19.48 | - |
| YUV | 195.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 96 | 0 | 0.09 | 0.57 | 0.13 | 50.4 | 0.65 | 0.62 |
| Hex | DD | C9 | 60 | 0 | 9 | 39 | D | 32 | 41 | 3E |
| Octal | 335 | 311 | 140 | 0 | 11 | 71 | 15 | 62 | 101 | 76 |
| Binary | 11011101 | 11001001 | 1100000 | 0 | 1001 | 111001 | 1101 | 110010 | 1000001 | 111110 |
Color Harmonies of #DDC960
Complementary color
Monochromatic Colors of #DDC960
Black with #DDC960
Text Example
Text Example
White with #DDC960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC960; }
p { color: rgb(221,201,96); }
H1.HeaderClassName
{
color: #DDC960;
}
.AnyTagClassName
{
color: #DDC960;
}
</style>
background-color css
<style>
a { background-color: #DDC960; }
a { background-color: rgb(221,201,96); }
div.DivClassName
{
background-color: #DDC960;
}
.BgClassName
{
background-color: #DDC960;
}
</style>
border-color css
<style>
span { border-color: #DDC960; }
span { border-color: rgb(221,201,96); }
td.TdClassName
{
border-color: #DDC960;
}
.TagClassName
{
border-color: #DDC960;
}
</style>