Shades of Golden Sand #DCCA64
Tints of Golden Sand #DCCA64
RGB
CMYK
RGB Variations
Color information
#DCCA64 (or 0xDCCA64) is known color: Golden Sand. HEX triplet: DC, CA and 64. RGB value is (220,202,100). Sum of RGB (Red+Green+Blue) = 220+202+100=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA64 is #23359B. Grayscale: #C4C4C4. Windows color (decimal): -2307484 or 6605532. OLE color: 6605532.
HSL color Cylindrical-coordinate representation of color #DCCA64: hue angle of 51º 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 #DCCA64 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 100 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.14 |
| HSL | 51º | 0.63% | 0.63% | - |
| HSV(B) | 51º | 0.55% | 0.86% | - |
| XYZ | 52.94 | 58.38 | 20.53 | - |
| YUV | 195.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 100 | 0 | 0.08 | 0.55 | 0.14 | 51 | 0.63 | 0.63 |
| Hex | DC | CA | 64 | 0 | 8 | 37 | E | 33 | 3F | 3F |
| Octal | 334 | 312 | 144 | 0 | 10 | 67 | 16 | 63 | 77 | 77 |
| Binary | 11011100 | 11001010 | 1100100 | 0 | 1000 | 110111 | 1110 | 110011 | 111111 | 111111 |
Color Harmonies of #DCCA64
Complementary color
Monochromatic Colors of #DCCA64
Black with #DCCA64
Text Example
Text Example
White with #DCCA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA64; }
p { color: rgb(220,202,100); }
H1.HeaderClassName
{
color: #DCCA64;
}
.AnyTagClassName
{
color: #DCCA64;
}
</style>
background-color css
<style>
a { background-color: #DCCA64; }
a { background-color: rgb(220,202,100); }
div.DivClassName
{
background-color: #DCCA64;
}
.BgClassName
{
background-color: #DCCA64;
}
</style>
border-color css
<style>
span { border-color: #DCCA64; }
span { border-color: rgb(220,202,100); }
td.TdClassName
{
border-color: #DCCA64;
}
.TagClassName
{
border-color: #DCCA64;
}
</style>