Shades of Golden Sand #DCCB66
Tints of Golden Sand #DCCB66
RGB
CMYK
RGB Variations
Color information
#DCCB66 (or 0xDCCB66) is known color: Golden Sand. HEX triplet: DC, CB and 66. RGB value is (220,203,102). Sum of RGB (Red+Green+Blue) = 220+203+102=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB66 is #233499. Grayscale: #C4C4C4. Windows color (decimal): -2307226 or 6736860. OLE color: 6736860.
HSL color Cylindrical-coordinate representation of color #DCCB66: hue angle of 51.36º 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 #DCCB66 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 102 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.14 |
| HSL | 51.36º | 0.63% | 0.63% | - |
| HSV(B) | 51.36º | 0.54% | 0.86% | - |
| XYZ | 53.27 | 58.89 | 21.13 | - |
| YUV | 196.57 | 74.63 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 102 | 0 | 0.08 | 0.54 | 0.14 | 51.36 | 0.63 | 0.63 |
| Hex | DC | CB | 66 | 0 | 8 | 36 | E | 33 | 3F | 3F |
| Octal | 334 | 313 | 146 | 0 | 10 | 66 | 16 | 63 | 77 | 77 |
| Binary | 11011100 | 11001011 | 1100110 | 0 | 1000 | 110110 | 1110 | 110011 | 111111 | 111111 |
Color Harmonies of #DCCB66
Complementary color
Monochromatic Colors of #DCCB66
Black with #DCCB66
Text Example
Text Example
White with #DCCB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB66; }
p { color: rgb(220,203,102); }
H1.HeaderClassName
{
color: #DCCB66;
}
.AnyTagClassName
{
color: #DCCB66;
}
</style>
background-color css
<style>
a { background-color: #DCCB66; }
a { background-color: rgb(220,203,102); }
div.DivClassName
{
background-color: #DCCB66;
}
.BgClassName
{
background-color: #DCCB66;
}
</style>
border-color css
<style>
span { border-color: #DCCB66; }
span { border-color: rgb(220,203,102); }
td.TdClassName
{
border-color: #DCCB66;
}
.TagClassName
{
border-color: #DCCB66;
}
</style>