Shades of Golden Sand #DEC85C
Tints of Golden Sand #DEC85C
RGB
CMYK
RGB Variations
Color information
#DEC85C (or 0xDEC85C) is known color: Golden Sand. HEX triplet: DE, C8 and 5C. RGB value is (222,200,92). Sum of RGB (Red+Green+Blue) = 222+200+92=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC85C is #2137A3. Grayscale: #C2C2C2. Windows color (decimal): -2176932 or 6080734. OLE color: 6080734.
HSL color Cylindrical-coordinate representation of color #DEC85C: hue angle of 49.85º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEC85C is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 92 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.13 |
| HSL | 49.85º | 0.66% | 0.62% | - |
| HSV(B) | 49.85º | 0.59% | 0.87% | - |
| XYZ | 52.71 | 57.61 | 18.47 | - |
| YUV | 194.27 | 70.29 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 92 | 0 | 0.10 | 0.59 | 0.13 | 49.85 | 0.66 | 0.62 |
| Hex | DE | C8 | 5C | 0 | A | 3B | D | 32 | 42 | 3E |
| Octal | 336 | 310 | 134 | 0 | 12 | 73 | 15 | 62 | 102 | 76 |
| Binary | 11011110 | 11001000 | 1011100 | 0 | 1010 | 111011 | 1101 | 110010 | 1000010 | 111110 |
Color Harmonies of #DEC85C
Complementary color
Monochromatic Colors of #DEC85C
Black with #DEC85C
Text Example
Text Example
White with #DEC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC85C; }
p { color: rgb(222,200,92); }
H1.HeaderClassName
{
color: #DEC85C;
}
.AnyTagClassName
{
color: #DEC85C;
}
</style>
background-color css
<style>
a { background-color: #DEC85C; }
a { background-color: rgb(222,200,92); }
div.DivClassName
{
background-color: #DEC85C;
}
.BgClassName
{
background-color: #DEC85C;
}
</style>
border-color css
<style>
span { border-color: #DEC85C; }
span { border-color: rgb(222,200,92); }
td.TdClassName
{
border-color: #DEC85C;
}
.TagClassName
{
border-color: #DEC85C;
}
</style>