Shades of Golden Sand #DCCC64
Tints of Golden Sand #DCCC64
RGB
CMYK
RGB Variations
Color information
#DCCC64 (or 0xDCCC64) is known color: Golden Sand. HEX triplet: DC, CC and 64. RGB value is (220,204,100). Sum of RGB (Red+Green+Blue) = 220+204+100=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC64 is #23339B. Grayscale: #C5C5C5. Windows color (decimal): -2306972 or 6606044. OLE color: 6606044.
HSL color Cylindrical-coordinate representation of color #DCCC64: hue angle of 52º 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 #DCCC64 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 100 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.14 |
| HSL | 52º | 0.63% | 0.63% | - |
| HSV(B) | 52º | 0.55% | 0.86% | - |
| XYZ | 53.41 | 59.32 | 20.69 | - |
| YUV | 196.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 100 | 0 | 0.07 | 0.55 | 0.14 | 52 | 0.63 | 0.63 |
| Hex | DC | CC | 64 | 0 | 7 | 37 | E | 34 | 3F | 3F |
| Octal | 334 | 314 | 144 | 0 | 7 | 67 | 16 | 64 | 77 | 77 |
| Binary | 11011100 | 11001100 | 1100100 | 0 | 111 | 110111 | 1110 | 110100 | 111111 | 111111 |
Color Harmonies of #DCCC64
Complementary color
Monochromatic Colors of #DCCC64
Black with #DCCC64
Text Example
Text Example
White with #DCCC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC64; }
p { color: rgb(220,204,100); }
H1.HeaderClassName
{
color: #DCCC64;
}
.AnyTagClassName
{
color: #DCCC64;
}
</style>
background-color css
<style>
a { background-color: #DCCC64; }
a { background-color: rgb(220,204,100); }
div.DivClassName
{
background-color: #DCCC64;
}
.BgClassName
{
background-color: #DCCC64;
}
</style>
border-color css
<style>
span { border-color: #DCCC64; }
span { border-color: rgb(220,204,100); }
td.TdClassName
{
border-color: #DCCC64;
}
.TagClassName
{
border-color: #DCCC64;
}
</style>