Shades of Golden Sand #DDCE62
Tints of Golden Sand #DDCE62
RGB
CMYK
RGB Variations
Color information
#DDCE62 (or 0xDDCE62) is known color: Golden Sand. HEX triplet: DD, CE and 62. RGB value is (221,206,98). Sum of RGB (Red+Green+Blue) = 221+206+98=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 98 (38.67% from 255 or 18.67% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE62 is #22319D. Grayscale: #C6C6C6. Windows color (decimal): -2240926 or 6475485. OLE color: 6475485.
HSL color Cylindrical-coordinate representation of color #DDCE62: hue angle of 52.68º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDCE62 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 98 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.13 |
| HSL | 52.68º | 0.64% | 0.63% | - |
| HSV(B) | 52.68º | 0.56% | 0.87% | - |
| XYZ | 54.09 | 60.4 | 20.36 | - |
| YUV | 198.17 | 71.47 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 98 | 0 | 0.07 | 0.56 | 0.13 | 52.68 | 0.64 | 0.63 |
| Hex | DD | CE | 62 | 0 | 7 | 38 | D | 35 | 40 | 3F |
| Octal | 335 | 316 | 142 | 0 | 7 | 70 | 15 | 65 | 100 | 77 |
| Binary | 11011101 | 11001110 | 1100010 | 0 | 111 | 111000 | 1101 | 110101 | 1000000 | 111111 |
Color Harmonies of #DDCE62
Complementary color
Monochromatic Colors of #DDCE62
Black with #DDCE62
Text Example
Text Example
White with #DDCE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE62; }
p { color: rgb(221,206,98); }
H1.HeaderClassName
{
color: #DDCE62;
}
.AnyTagClassName
{
color: #DDCE62;
}
</style>
background-color css
<style>
a { background-color: #DDCE62; }
a { background-color: rgb(221,206,98); }
div.DivClassName
{
background-color: #DDCE62;
}
.BgClassName
{
background-color: #DDCE62;
}
</style>
border-color css
<style>
span { border-color: #DDCE62; }
span { border-color: rgb(221,206,98); }
td.TdClassName
{
border-color: #DDCE62;
}
.TagClassName
{
border-color: #DDCE62;
}
</style>