Shades of Golden Sand #DCCA5E
Tints of Golden Sand #DCCA5E
RGB
CMYK
RGB Variations
Color information
#DCCA5E (or 0xDCCA5E) is known color: Golden Sand. HEX triplet: DC, CA and 5E. RGB value is (220,202,94). Sum of RGB (Red+Green+Blue) = 220+202+94=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA5E is #2335A1. Grayscale: #C3C3C3. Windows color (decimal): -2307490 or 6212316. OLE color: 6212316.
HSL color Cylindrical-coordinate representation of color #DCCA5E: hue angle of 51.43º 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 #DCCA5E is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 94 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.14 |
| HSL | 51.43º | 0.64% | 0.62% | - |
| HSV(B) | 51.43º | 0.57% | 0.86% | - |
| XYZ | 52.66 | 58.26 | 19.06 | - |
| YUV | 195.07 | 70.96 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 94 | 0 | 0.08 | 0.57 | 0.14 | 51.43 | 0.64 | 0.62 |
| Hex | DC | CA | 5E | 0 | 8 | 39 | E | 33 | 40 | 3E |
| Octal | 334 | 312 | 136 | 0 | 10 | 71 | 16 | 63 | 100 | 76 |
| Binary | 11011100 | 11001010 | 1011110 | 0 | 1000 | 111001 | 1110 | 110011 | 1000000 | 111110 |
Color Harmonies of #DCCA5E
Complementary color
Monochromatic Colors of #DCCA5E
Black with #DCCA5E
Text Example
Text Example
White with #DCCA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA5E; }
p { color: rgb(220,202,94); }
H1.HeaderClassName
{
color: #DCCA5E;
}
.AnyTagClassName
{
color: #DCCA5E;
}
</style>
background-color css
<style>
a { background-color: #DCCA5E; }
a { background-color: rgb(220,202,94); }
div.DivClassName
{
background-color: #DCCA5E;
}
.BgClassName
{
background-color: #DCCA5E;
}
</style>
border-color css
<style>
span { border-color: #DCCA5E; }
span { border-color: rgb(220,202,94); }
td.TdClassName
{
border-color: #DCCA5E;
}
.TagClassName
{
border-color: #DCCA5E;
}
</style>