Shades of Golden Sand #DEC85F
Tints of Golden Sand #DEC85F
RGB
CMYK
RGB Variations
Color information
#DEC85F (or 0xDEC85F) is known color: Golden Sand. HEX triplet: DE, C8 and 5F. RGB value is (222,200,95). Sum of RGB (Red+Green+Blue) = 222+200+95=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC85F is #2137A0. Grayscale: #C3C3C3. Windows color (decimal): -2176929 or 6277342. OLE color: 6277342.
HSL color Cylindrical-coordinate representation of color #DEC85F: hue angle of 49.61º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEC85F is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 95 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.13 |
| HSL | 49.61º | 0.66% | 0.62% | - |
| HSV(B) | 49.61º | 0.57% | 0.87% | - |
| XYZ | 52.84 | 57.66 | 19.17 | - |
| YUV | 194.61 | 71.79 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 95 | 0 | 0.10 | 0.57 | 0.13 | 49.61 | 0.66 | 0.62 |
| Hex | DE | C8 | 5F | 0 | A | 39 | D | 32 | 42 | 3E |
| Octal | 336 | 310 | 137 | 0 | 12 | 71 | 15 | 62 | 102 | 76 |
| Binary | 11011110 | 11001000 | 1011111 | 0 | 1010 | 111001 | 1101 | 110010 | 1000010 | 111110 |
Color Harmonies of #DEC85F
Complementary color
Monochromatic Colors of #DEC85F
Black with #DEC85F
Text Example
Text Example
White with #DEC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC85F; }
p { color: rgb(222,200,95); }
H1.HeaderClassName
{
color: #DEC85F;
}
.AnyTagClassName
{
color: #DEC85F;
}
</style>
background-color css
<style>
a { background-color: #DEC85F; }
a { background-color: rgb(222,200,95); }
div.DivClassName
{
background-color: #DEC85F;
}
.BgClassName
{
background-color: #DEC85F;
}
</style>
border-color css
<style>
span { border-color: #DEC85F; }
span { border-color: rgb(222,200,95); }
td.TdClassName
{
border-color: #DEC85F;
}
.TagClassName
{
border-color: #DEC85F;
}
</style>