Shades of Golden Sand #DCCC61
Tints of Golden Sand #DCCC61
RGB
CMYK
RGB Variations
Color information
#DCCC61 (or 0xDCCC61) is known color: Golden Sand. HEX triplet: DC, CC and 61. RGB value is (220,204,97). Sum of RGB (Red+Green+Blue) = 220+204+97=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC61 is #23339E. Grayscale: #C5C5C5. Windows color (decimal): -2306975 or 6409436. OLE color: 6409436.
HSL color Cylindrical-coordinate representation of color #DCCC61: hue angle of 52.2º 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 #DCCC61 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 97 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.14 |
| HSL | 52.2º | 0.64% | 0.62% | - |
| HSV(B) | 52.2º | 0.56% | 0.86% | - |
| XYZ | 53.27 | 59.26 | 19.94 | - |
| YUV | 196.59 | 71.8 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 97 | 0 | 0.07 | 0.56 | 0.14 | 52.2 | 0.64 | 0.62 |
| Hex | DC | CC | 61 | 0 | 7 | 38 | E | 34 | 40 | 3E |
| Octal | 334 | 314 | 141 | 0 | 7 | 70 | 16 | 64 | 100 | 76 |
| Binary | 11011100 | 11001100 | 1100001 | 0 | 111 | 111000 | 1110 | 110100 | 1000000 | 111110 |
Color Harmonies of #DCCC61
Complementary color
Monochromatic Colors of #DCCC61
Black with #DCCC61
Text Example
Text Example
White with #DCCC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC61; }
p { color: rgb(220,204,97); }
H1.HeaderClassName
{
color: #DCCC61;
}
.AnyTagClassName
{
color: #DCCC61;
}
</style>
background-color css
<style>
a { background-color: #DCCC61; }
a { background-color: rgb(220,204,97); }
div.DivClassName
{
background-color: #DCCC61;
}
.BgClassName
{
background-color: #DCCC61;
}
</style>
border-color css
<style>
span { border-color: #DCCC61; }
span { border-color: rgb(220,204,97); }
td.TdClassName
{
border-color: #DCCC61;
}
.TagClassName
{
border-color: #DCCC61;
}
</style>