Shades of Golden Sand #DEC95E
Tints of Golden Sand #DEC95E
RGB
CMYK
RGB Variations
Color information
#DEC95E (or 0xDEC95E) is known color: Golden Sand. HEX triplet: DE, C9 and 5E. RGB value is (222,201,94). Sum of RGB (Red+Green+Blue) = 222+201+94=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC95E is #2136A1. Grayscale: #C3C3C3. Windows color (decimal): -2176674 or 6212062. OLE color: 6212062.
HSL color Cylindrical-coordinate representation of color #DEC95E: hue angle of 50.16º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEC95E is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 94 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.13 |
| HSL | 50.16º | 0.66% | 0.62% | - |
| HSV(B) | 50.16º | 0.58% | 0.87% | - |
| XYZ | 53.03 | 58.11 | 19.01 | - |
| YUV | 195.08 | 70.96 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 94 | 0 | 0.09 | 0.58 | 0.13 | 50.16 | 0.66 | 0.62 |
| Hex | DE | C9 | 5E | 0 | 9 | 3A | D | 32 | 42 | 3E |
| Octal | 336 | 311 | 136 | 0 | 11 | 72 | 15 | 62 | 102 | 76 |
| Binary | 11011110 | 11001001 | 1011110 | 0 | 1001 | 111010 | 1101 | 110010 | 1000010 | 111110 |
Color Harmonies of #DEC95E
Complementary color
Monochromatic Colors of #DEC95E
Black with #DEC95E
Text Example
Text Example
White with #DEC95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC95E; }
p { color: rgb(222,201,94); }
H1.HeaderClassName
{
color: #DEC95E;
}
.AnyTagClassName
{
color: #DEC95E;
}
</style>
background-color css
<style>
a { background-color: #DEC95E; }
a { background-color: rgb(222,201,94); }
div.DivClassName
{
background-color: #DEC95E;
}
.BgClassName
{
background-color: #DEC95E;
}
</style>
border-color css
<style>
span { border-color: #DEC95E; }
span { border-color: rgb(222,201,94); }
td.TdClassName
{
border-color: #DEC95E;
}
.TagClassName
{
border-color: #DEC95E;
}
</style>