Shades of Golden Sand #DCCC63
Tints of Golden Sand #DCCC63
RGB
CMYK
RGB Variations
Color information
#DCCC63 (or 0xDCCC63) is known color: Golden Sand. HEX triplet: DC, CC and 63. RGB value is (220,204,99). Sum of RGB (Red+Green+Blue) = 220+204+99=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 99 (39.06% from 255 or 18.93% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC63 is #23339C. Grayscale: #C5C5C5. Windows color (decimal): -2306973 or 6540508. OLE color: 6540508.
HSL color Cylindrical-coordinate representation of color #DCCC63: hue angle of 52.07º 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 #DCCC63 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 99 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.14 |
| HSL | 52.07º | 0.63% | 0.63% | - |
| HSV(B) | 52.07º | 0.55% | 0.86% | - |
| XYZ | 53.36 | 59.3 | 20.44 | - |
| YUV | 196.81 | 72.8 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 99 | 0 | 0.07 | 0.55 | 0.14 | 52.07 | 0.63 | 0.63 |
| Hex | DC | CC | 63 | 0 | 7 | 37 | E | 34 | 3F | 3F |
| Octal | 334 | 314 | 143 | 0 | 7 | 67 | 16 | 64 | 77 | 77 |
| Binary | 11011100 | 11001100 | 1100011 | 0 | 111 | 110111 | 1110 | 110100 | 111111 | 111111 |
Color Harmonies of #DCCC63
Complementary color
Monochromatic Colors of #DCCC63
Black with #DCCC63
Text Example
Text Example
White with #DCCC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC63; }
p { color: rgb(220,204,99); }
H1.HeaderClassName
{
color: #DCCC63;
}
.AnyTagClassName
{
color: #DCCC63;
}
</style>
background-color css
<style>
a { background-color: #DCCC63; }
a { background-color: rgb(220,204,99); }
div.DivClassName
{
background-color: #DCCC63;
}
.BgClassName
{
background-color: #DCCC63;
}
</style>
border-color css
<style>
span { border-color: #DCCC63; }
span { border-color: rgb(220,204,99); }
td.TdClassName
{
border-color: #DCCC63;
}
.TagClassName
{
border-color: #DCCC63;
}
</style>