Shades of Golden Sand #DCCA62
Tints of Golden Sand #DCCA62
RGB
CMYK
RGB Variations
Color information
#DCCA62 (or 0xDCCA62) is known color: Golden Sand. HEX triplet: DC, CA and 62. RGB value is (220,202,98). Sum of RGB (Red+Green+Blue) = 220+202+98=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA62 is #23359D. Grayscale: #C3C3C3. Windows color (decimal): -2307486 or 6474460. OLE color: 6474460.
HSL color Cylindrical-coordinate representation of color #DCCA62: hue angle of 51.15º 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 #DCCA62 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 98 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.14 |
| HSL | 51.15º | 0.64% | 0.62% | - |
| HSV(B) | 51.15º | 0.55% | 0.86% | - |
| XYZ | 52.84 | 58.34 | 20.03 | - |
| YUV | 195.53 | 72.96 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 98 | 0 | 0.08 | 0.55 | 0.14 | 51.15 | 0.64 | 0.62 |
| Hex | DC | CA | 62 | 0 | 8 | 37 | E | 33 | 40 | 3E |
| Octal | 334 | 312 | 142 | 0 | 10 | 67 | 16 | 63 | 100 | 76 |
| Binary | 11011100 | 11001010 | 1100010 | 0 | 1000 | 110111 | 1110 | 110011 | 1000000 | 111110 |
Color Harmonies of #DCCA62
Complementary color
Monochromatic Colors of #DCCA62
Black with #DCCA62
Text Example
Text Example
White with #DCCA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA62; }
p { color: rgb(220,202,98); }
H1.HeaderClassName
{
color: #DCCA62;
}
.AnyTagClassName
{
color: #DCCA62;
}
</style>
background-color css
<style>
a { background-color: #DCCA62; }
a { background-color: rgb(220,202,98); }
div.DivClassName
{
background-color: #DCCA62;
}
.BgClassName
{
background-color: #DCCA62;
}
</style>
border-color css
<style>
span { border-color: #DCCA62; }
span { border-color: rgb(220,202,98); }
td.TdClassName
{
border-color: #DCCA62;
}
.TagClassName
{
border-color: #DCCA62;
}
</style>