Shades of Golden Sand #DCCC62
Tints of Golden Sand #DCCC62
RGB
CMYK
RGB Variations
Color information
#DCCC62 (or 0xDCCC62) is known color: Golden Sand. HEX triplet: DC, CC and 62. RGB value is (220,204,98). Sum of RGB (Red+Green+Blue) = 220+204+98=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC62 is #23339D. Grayscale: #C5C5C5. Windows color (decimal): -2306974 or 6474972. OLE color: 6474972.
HSL color Cylindrical-coordinate representation of color #DCCC62: hue angle of 52.13º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCCC62 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 98 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.14 |
| HSL | 52.13º | 0.64% | 0.62% | - |
| HSV(B) | 52.13º | 0.55% | 0.86% | - |
| XYZ | 53.31 | 59.28 | 20.19 | - |
| YUV | 196.7 | 72.3 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 98 | 0 | 0.07 | 0.55 | 0.14 | 52.13 | 0.64 | 0.62 |
| Hex | DC | CC | 62 | 0 | 7 | 37 | E | 34 | 40 | 3E |
| Octal | 334 | 314 | 142 | 0 | 7 | 67 | 16 | 64 | 100 | 76 |
| Binary | 11011100 | 11001100 | 1100010 | 0 | 111 | 110111 | 1110 | 110100 | 1000000 | 111110 |
Color Harmonies of #DCCC62
Complementary color
Monochromatic Colors of #DCCC62
Black with #DCCC62
Text Example
Text Example
White with #DCCC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC62; }
p { color: rgb(220,204,98); }
H1.HeaderClassName
{
color: #DCCC62;
}
.AnyTagClassName
{
color: #DCCC62;
}
</style>
background-color css
<style>
a { background-color: #DCCC62; }
a { background-color: rgb(220,204,98); }
div.DivClassName
{
background-color: #DCCC62;
}
.BgClassName
{
background-color: #DCCC62;
}
</style>
border-color css
<style>
span { border-color: #DCCC62; }
span { border-color: rgb(220,204,98); }
td.TdClassName
{
border-color: #DCCC62;
}
.TagClassName
{
border-color: #DCCC62;
}
</style>