Shades of Golden Sand #DCCD63
Tints of Golden Sand #DCCD63
RGB
CMYK
RGB Variations
Color information
#DCCD63 (or 0xDCCD63) is known color: Golden Sand. HEX triplet: DC, CD and 63. RGB value is (220,205,99). Sum of RGB (Red+Green+Blue) = 220+205+99=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD63 is #23329C. Grayscale: #C5C5C5. Windows color (decimal): -2306717 or 6540764. OLE color: 6540764.
HSL color Cylindrical-coordinate representation of color #DCCD63: hue angle of 52.56º 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 #DCCD63 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 99 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.14 |
| HSL | 52.56º | 0.63% | 0.63% | - |
| HSV(B) | 52.56º | 0.55% | 0.86% | - |
| XYZ | 53.6 | 59.78 | 20.52 | - |
| YUV | 197.4 | 72.47 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 99 | 0 | 0.07 | 0.55 | 0.14 | 52.56 | 0.63 | 0.63 |
| Hex | DC | CD | 63 | 0 | 7 | 37 | E | 35 | 3F | 3F |
| Octal | 334 | 315 | 143 | 0 | 7 | 67 | 16 | 65 | 77 | 77 |
| Binary | 11011100 | 11001101 | 1100011 | 0 | 111 | 110111 | 1110 | 110101 | 111111 | 111111 |
Color Harmonies of #DCCD63
Complementary color
Monochromatic Colors of #DCCD63
Black with #DCCD63
Text Example
Text Example
White with #DCCD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD63; }
p { color: rgb(220,205,99); }
H1.HeaderClassName
{
color: #DCCD63;
}
.AnyTagClassName
{
color: #DCCD63;
}
</style>
background-color css
<style>
a { background-color: #DCCD63; }
a { background-color: rgb(220,205,99); }
div.DivClassName
{
background-color: #DCCD63;
}
.BgClassName
{
background-color: #DCCD63;
}
</style>
border-color css
<style>
span { border-color: #DCCD63; }
span { border-color: rgb(220,205,99); }
td.TdClassName
{
border-color: #DCCD63;
}
.TagClassName
{
border-color: #DCCD63;
}
</style>