Shades of Golden Sand #DDCA65
Tints of Golden Sand #DDCA65
RGB
CMYK
RGB Variations
Color information
#DDCA65 (or 0xDDCA65) is known color: Golden Sand. HEX triplet: DD, CA and 65. RGB value is (221,202,101). Sum of RGB (Red+Green+Blue) = 221+202+101=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA65 is #22359A. Grayscale: #C4C4C4. Windows color (decimal): -2241947 or 6671069. OLE color: 6671069.
HSL color Cylindrical-coordinate representation of color #DDCA65: hue angle of 50.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDCA65 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 101 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.13 |
| HSL | 50.5º | 0.64% | 0.63% | - |
| HSV(B) | 50.5º | 0.54% | 0.87% | - |
| XYZ | 53.29 | 58.55 | 20.81 | - |
| YUV | 196.17 | 74.29 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 101 | 0 | 0.09 | 0.54 | 0.13 | 50.5 | 0.64 | 0.63 |
| Hex | DD | CA | 65 | 0 | 9 | 36 | D | 32 | 40 | 3F |
| Octal | 335 | 312 | 145 | 0 | 11 | 66 | 15 | 62 | 100 | 77 |
| Binary | 11011101 | 11001010 | 1100101 | 0 | 1001 | 110110 | 1101 | 110010 | 1000000 | 111111 |
Color Harmonies of #DDCA65
Complementary color
Monochromatic Colors of #DDCA65
Black with #DDCA65
Text Example
Text Example
White with #DDCA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCA65; }
p { color: rgb(221,202,101); }
H1.HeaderClassName
{
color: #DDCA65;
}
.AnyTagClassName
{
color: #DDCA65;
}
</style>
background-color css
<style>
a { background-color: #DDCA65; }
a { background-color: rgb(221,202,101); }
div.DivClassName
{
background-color: #DDCA65;
}
.BgClassName
{
background-color: #DDCA65;
}
</style>
border-color css
<style>
span { border-color: #DDCA65; }
span { border-color: rgb(221,202,101); }
td.TdClassName
{
border-color: #DDCA65;
}
.TagClassName
{
border-color: #DDCA65;
}
</style>