Shades of Golden Sand #DDC963
Tints of Golden Sand #DDC963
RGB
CMYK
RGB Variations
Color information
#DDC963 (or 0xDDC963) is known color: Golden Sand. HEX triplet: DD, C9 and 63. RGB value is (221,201,99). Sum of RGB (Red+Green+Blue) = 221+201+99=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC963 is #22369C. Grayscale: #C3C3C3. Windows color (decimal): -2242205 or 6539741. OLE color: 6539741.
HSL color Cylindrical-coordinate representation of color #DDC963: hue angle of 50.16º 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 #DDC963 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 99 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.13 |
| HSL | 50.16º | 0.64% | 0.63% | - |
| HSV(B) | 50.16º | 0.55% | 0.87% | - |
| XYZ | 52.96 | 58.05 | 20.22 | - |
| YUV | 195.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 99 | 0 | 0.09 | 0.55 | 0.13 | 50.16 | 0.64 | 0.63 |
| Hex | DD | C9 | 63 | 0 | 9 | 37 | D | 32 | 40 | 3F |
| Octal | 335 | 311 | 143 | 0 | 11 | 67 | 15 | 62 | 100 | 77 |
| Binary | 11011101 | 11001001 | 1100011 | 0 | 1001 | 110111 | 1101 | 110010 | 1000000 | 111111 |
Color Harmonies of #DDC963
Complementary color
Monochromatic Colors of #DDC963
Black with #DDC963
Text Example
Text Example
White with #DDC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC963; }
p { color: rgb(221,201,99); }
H1.HeaderClassName
{
color: #DDC963;
}
.AnyTagClassName
{
color: #DDC963;
}
</style>
background-color css
<style>
a { background-color: #DDC963; }
a { background-color: rgb(221,201,99); }
div.DivClassName
{
background-color: #DDC963;
}
.BgClassName
{
background-color: #DDC963;
}
</style>
border-color css
<style>
span { border-color: #DDC963; }
span { border-color: rgb(221,201,99); }
td.TdClassName
{
border-color: #DDC963;
}
.TagClassName
{
border-color: #DDC963;
}
</style>