Shades of Golden Sand #DCCD66
Tints of Golden Sand #DCCD66
RGB
CMYK
RGB Variations
Color information
#DCCD66 (or 0xDCCD66) is known color: Golden Sand. HEX triplet: DC, CD and 66. RGB value is (220,205,102). Sum of RGB (Red+Green+Blue) = 220+205+102=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD66 is #233299. Grayscale: #C6C6C6. Windows color (decimal): -2306714 or 6737372. OLE color: 6737372.
HSL color Cylindrical-coordinate representation of color #DCCD66: hue angle of 52.37º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCCD66 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 102 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.14 |
| HSL | 52.37º | 0.63% | 0.63% | - |
| HSV(B) | 52.37º | 0.54% | 0.86% | - |
| XYZ | 53.74 | 59.84 | 21.29 | - |
| YUV | 197.74 | 73.97 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 102 | 0 | 0.07 | 0.54 | 0.14 | 52.37 | 0.63 | 0.63 |
| Hex | DC | CD | 66 | 0 | 7 | 36 | E | 34 | 3F | 3F |
| Octal | 334 | 315 | 146 | 0 | 7 | 66 | 16 | 64 | 77 | 77 |
| Binary | 11011100 | 11001101 | 1100110 | 0 | 111 | 110110 | 1110 | 110100 | 111111 | 111111 |
Color Harmonies of #DCCD66
Complementary color
Monochromatic Colors of #DCCD66
Black with #DCCD66
Text Example
Text Example
White with #DCCD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD66; }
p { color: rgb(220,205,102); }
H1.HeaderClassName
{
color: #DCCD66;
}
.AnyTagClassName
{
color: #DCCD66;
}
</style>
background-color css
<style>
a { background-color: #DCCD66; }
a { background-color: rgb(220,205,102); }
div.DivClassName
{
background-color: #DCCD66;
}
.BgClassName
{
background-color: #DCCD66;
}
</style>
border-color css
<style>
span { border-color: #DCCD66; }
span { border-color: rgb(220,205,102); }
td.TdClassName
{
border-color: #DCCD66;
}
.TagClassName
{
border-color: #DCCD66;
}
</style>