Shades of Golden Sand #DEC761
Tints of Golden Sand #DEC761
RGB
CMYK
RGB Variations
Color information
#DEC761 (or 0xDEC761) is known color: Golden Sand. HEX triplet: DE, C7 and 61. RGB value is (222,199,97). Sum of RGB (Red+Green+Blue) = 222+199+97=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC761 is #21389E. Grayscale: #C2C2C2. Windows color (decimal): -2177183 or 6408158. OLE color: 6408158.
HSL color Cylindrical-coordinate representation of color #DEC761: hue angle of 48.96º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEC761 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 97 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.13 |
| HSL | 48.96º | 0.65% | 0.63% | - |
| HSV(B) | 48.96º | 0.56% | 0.87% | - |
| XYZ | 52.71 | 57.24 | 19.58 | - |
| YUV | 194.25 | 73.12 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 97 | 0 | 0.10 | 0.56 | 0.13 | 48.96 | 0.65 | 0.63 |
| Hex | DE | C7 | 61 | 0 | A | 38 | D | 31 | 41 | 3F |
| Octal | 336 | 307 | 141 | 0 | 12 | 70 | 15 | 61 | 101 | 77 |
| Binary | 11011110 | 11000111 | 1100001 | 0 | 1010 | 111000 | 1101 | 110001 | 1000001 | 111111 |
Color Harmonies of #DEC761
Complementary color
Monochromatic Colors of #DEC761
Black with #DEC761
Text Example
Text Example
White with #DEC761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC761; }
p { color: rgb(222,199,97); }
H1.HeaderClassName
{
color: #DEC761;
}
.AnyTagClassName
{
color: #DEC761;
}
</style>
background-color css
<style>
a { background-color: #DEC761; }
a { background-color: rgb(222,199,97); }
div.DivClassName
{
background-color: #DEC761;
}
.BgClassName
{
background-color: #DEC761;
}
</style>
border-color css
<style>
span { border-color: #DEC761; }
span { border-color: rgb(222,199,97); }
td.TdClassName
{
border-color: #DEC761;
}
.TagClassName
{
border-color: #DEC761;
}
</style>