Shades of Golden Sand #DDCA64
Tints of Golden Sand #DDCA64
RGB
CMYK
RGB Variations
Color information
#DDCA64 (or 0xDDCA64) is known color: Golden Sand. HEX triplet: DD, CA and 64. RGB value is (221,202,100). Sum of RGB (Red+Green+Blue) = 221+202+100=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA64 is #22359B. Grayscale: #C4C4C4. Windows color (decimal): -2241948 or 6605533. OLE color: 6605533.
HSL color Cylindrical-coordinate representation of color #DDCA64: hue angle of 50.58º 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 #DDCA64 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 100 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.13 |
| HSL | 50.58º | 0.64% | 0.63% | - |
| HSV(B) | 50.58º | 0.55% | 0.87% | - |
| XYZ | 53.24 | 58.53 | 20.55 | - |
| YUV | 196.05 | 73.79 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 100 | 0 | 0.09 | 0.55 | 0.13 | 50.58 | 0.64 | 0.63 |
| Hex | DD | CA | 64 | 0 | 9 | 37 | D | 33 | 40 | 3F |
| Octal | 335 | 312 | 144 | 0 | 11 | 67 | 15 | 63 | 100 | 77 |
| Binary | 11011101 | 11001010 | 1100100 | 0 | 1001 | 110111 | 1101 | 110011 | 1000000 | 111111 |
Color Harmonies of #DDCA64
Complementary color
Monochromatic Colors of #DDCA64
Black with #DDCA64
Text Example
Text Example
White with #DDCA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCA64; }
p { color: rgb(221,202,100); }
H1.HeaderClassName
{
color: #DDCA64;
}
.AnyTagClassName
{
color: #DDCA64;
}
</style>
background-color css
<style>
a { background-color: #DDCA64; }
a { background-color: rgb(221,202,100); }
div.DivClassName
{
background-color: #DDCA64;
}
.BgClassName
{
background-color: #DDCA64;
}
</style>
border-color css
<style>
span { border-color: #DDCA64; }
span { border-color: rgb(221,202,100); }
td.TdClassName
{
border-color: #DDCA64;
}
.TagClassName
{
border-color: #DDCA64;
}
</style>