Shades of Golden Sand #DCCB5E
Tints of Golden Sand #DCCB5E
RGB
CMYK
RGB Variations
Color information
#DCCB5E (or 0xDCCB5E) is known color: Golden Sand. HEX triplet: DC, CB and 5E. RGB value is (220,203,94). Sum of RGB (Red+Green+Blue) = 220+203+94=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB5E is #2334A1. Grayscale: #C4C4C4. Windows color (decimal): -2307234 or 6212572. OLE color: 6212572.
HSL color Cylindrical-coordinate representation of color #DCCB5E: hue angle of 51.9º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCCB5E is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 94 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.14 |
| HSL | 51.9º | 0.64% | 0.62% | - |
| HSV(B) | 51.9º | 0.57% | 0.86% | - |
| XYZ | 52.89 | 58.74 | 19.14 | - |
| YUV | 195.66 | 70.63 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 94 | 0 | 0.08 | 0.57 | 0.14 | 51.9 | 0.64 | 0.62 |
| Hex | DC | CB | 5E | 0 | 8 | 39 | E | 34 | 40 | 3E |
| Octal | 334 | 313 | 136 | 0 | 10 | 71 | 16 | 64 | 100 | 76 |
| Binary | 11011100 | 11001011 | 1011110 | 0 | 1000 | 111001 | 1110 | 110100 | 1000000 | 111110 |
Color Harmonies of #DCCB5E
Complementary color
Monochromatic Colors of #DCCB5E
Black with #DCCB5E
Text Example
Text Example
White with #DCCB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB5E; }
p { color: rgb(220,203,94); }
H1.HeaderClassName
{
color: #DCCB5E;
}
.AnyTagClassName
{
color: #DCCB5E;
}
</style>
background-color css
<style>
a { background-color: #DCCB5E; }
a { background-color: rgb(220,203,94); }
div.DivClassName
{
background-color: #DCCB5E;
}
.BgClassName
{
background-color: #DCCB5E;
}
</style>
border-color css
<style>
span { border-color: #DCCB5E; }
span { border-color: rgb(220,203,94); }
td.TdClassName
{
border-color: #DCCB5E;
}
.TagClassName
{
border-color: #DCCB5E;
}
</style>