Shades of Golden Sand #DCCD64
Tints of Golden Sand #DCCD64
RGB
CMYK
RGB Variations
Color information
#DCCD64 (or 0xDCCD64) is known color: Golden Sand. HEX triplet: DC, CD and 64. RGB value is (220,205,100). Sum of RGB (Red+Green+Blue) = 220+205+100=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD64 is #23329B. Grayscale: #C5C5C5. Windows color (decimal): -2306716 or 6606300. OLE color: 6606300.
HSL color Cylindrical-coordinate representation of color #DCCD64: hue angle of 52.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCCD64 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 100 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.14 |
| HSL | 52.5º | 0.63% | 0.63% | - |
| HSV(B) | 52.5º | 0.55% | 0.86% | - |
| XYZ | 53.65 | 59.8 | 20.77 | - |
| YUV | 197.52 | 72.97 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 100 | 0 | 0.07 | 0.55 | 0.14 | 52.5 | 0.63 | 0.63 |
| Hex | DC | CD | 64 | 0 | 7 | 37 | E | 34 | 3F | 3F |
| Octal | 334 | 315 | 144 | 0 | 7 | 67 | 16 | 64 | 77 | 77 |
| Binary | 11011100 | 11001101 | 1100100 | 0 | 111 | 110111 | 1110 | 110100 | 111111 | 111111 |
Color Harmonies of #DCCD64
Complementary color
Monochromatic Colors of #DCCD64
Black with #DCCD64
Text Example
Text Example
White with #DCCD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD64; }
p { color: rgb(220,205,100); }
H1.HeaderClassName
{
color: #DCCD64;
}
.AnyTagClassName
{
color: #DCCD64;
}
</style>
background-color css
<style>
a { background-color: #DCCD64; }
a { background-color: rgb(220,205,100); }
div.DivClassName
{
background-color: #DCCD64;
}
.BgClassName
{
background-color: #DCCD64;
}
</style>
border-color css
<style>
span { border-color: #DCCD64; }
span { border-color: rgb(220,205,100); }
td.TdClassName
{
border-color: #DCCD64;
}
.TagClassName
{
border-color: #DCCD64;
}
</style>