Shades of Golden Sand #DEC75E
Tints of Golden Sand #DEC75E
RGB
CMYK
RGB Variations
Color information
#DEC75E (or 0xDEC75E) is known color: Golden Sand. HEX triplet: DE, C7 and 5E. RGB value is (222,199,94). Sum of RGB (Red+Green+Blue) = 222+199+94=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC75E is #2138A1. Grayscale: #C2C2C2. Windows color (decimal): -2177186 or 6211550. OLE color: 6211550.
HSL color Cylindrical-coordinate representation of color #DEC75E: hue angle of 49.22º 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 #DEC75E is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 94 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.13 |
| HSL | 49.22º | 0.66% | 0.62% | - |
| HSV(B) | 49.22º | 0.58% | 0.87% | - |
| XYZ | 52.57 | 57.18 | 18.86 | - |
| YUV | 193.91 | 71.62 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 94 | 0 | 0.10 | 0.58 | 0.13 | 49.22 | 0.66 | 0.62 |
| Hex | DE | C7 | 5E | 0 | A | 3A | D | 31 | 42 | 3E |
| Octal | 336 | 307 | 136 | 0 | 12 | 72 | 15 | 61 | 102 | 76 |
| Binary | 11011110 | 11000111 | 1011110 | 0 | 1010 | 111010 | 1101 | 110001 | 1000010 | 111110 |
Color Harmonies of #DEC75E
Complementary color
Monochromatic Colors of #DEC75E
Black with #DEC75E
Text Example
Text Example
White with #DEC75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC75E; }
p { color: rgb(222,199,94); }
H1.HeaderClassName
{
color: #DEC75E;
}
.AnyTagClassName
{
color: #DEC75E;
}
</style>
background-color css
<style>
a { background-color: #DEC75E; }
a { background-color: rgb(222,199,94); }
div.DivClassName
{
background-color: #DEC75E;
}
.BgClassName
{
background-color: #DEC75E;
}
</style>
border-color css
<style>
span { border-color: #DEC75E; }
span { border-color: rgb(222,199,94); }
td.TdClassName
{
border-color: #DEC75E;
}
.TagClassName
{
border-color: #DEC75E;
}
</style>