Shades of Golden Sand #DCCD61
Tints of Golden Sand #DCCD61
RGB
CMYK
RGB Variations
Color information
#DCCD61 (or 0xDCCD61) is known color: Golden Sand. HEX triplet: DC, CD and 61. RGB value is (220,205,97). Sum of RGB (Red+Green+Blue) = 220+205+97=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 97 (38.28% from 255 or 18.58% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD61 is #23329E. Grayscale: #C5C5C5. Windows color (decimal): -2306719 or 6409692. OLE color: 6409692.
HSL color Cylindrical-coordinate representation of color #DCCD61: hue angle of 52.68º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCCD61 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 97 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.14 |
| HSL | 52.68º | 0.64% | 0.62% | - |
| HSV(B) | 52.68º | 0.56% | 0.86% | - |
| XYZ | 53.5 | 59.74 | 20.02 | - |
| YUV | 197.17 | 71.47 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 97 | 0 | 0.07 | 0.56 | 0.14 | 52.68 | 0.64 | 0.62 |
| Hex | DC | CD | 61 | 0 | 7 | 38 | E | 35 | 40 | 3E |
| Octal | 334 | 315 | 141 | 0 | 7 | 70 | 16 | 65 | 100 | 76 |
| Binary | 11011100 | 11001101 | 1100001 | 0 | 111 | 111000 | 1110 | 110101 | 1000000 | 111110 |
Color Harmonies of #DCCD61
Complementary color
Monochromatic Colors of #DCCD61
Black with #DCCD61
Text Example
Text Example
White with #DCCD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD61; }
p { color: rgb(220,205,97); }
H1.HeaderClassName
{
color: #DCCD61;
}
.AnyTagClassName
{
color: #DCCD61;
}
</style>
background-color css
<style>
a { background-color: #DCCD61; }
a { background-color: rgb(220,205,97); }
div.DivClassName
{
background-color: #DCCD61;
}
.BgClassName
{
background-color: #DCCD61;
}
</style>
border-color css
<style>
span { border-color: #DCCD61; }
span { border-color: rgb(220,205,97); }
td.TdClassName
{
border-color: #DCCD61;
}
.TagClassName
{
border-color: #DCCD61;
}
</style>