Shades of Golden Sand #DEC862
Tints of Golden Sand #DEC862
RGB
CMYK
RGB Variations
Color information
#DEC862 (or 0xDEC862) is known color: Golden Sand. HEX triplet: DE, C8 and 62. RGB value is (222,200,98). Sum of RGB (Red+Green+Blue) = 222+200+98=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC862 is #21379D. Grayscale: #C3C3C3. Windows color (decimal): -2176926 or 6473950. OLE color: 6473950.
HSL color Cylindrical-coordinate representation of color #DEC862: hue angle of 49.35º 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 #DEC862 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 98 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.13 |
| HSL | 49.35º | 0.65% | 0.63% | - |
| HSV(B) | 49.35º | 0.56% | 0.87% | - |
| XYZ | 52.98 | 57.72 | 19.9 | - |
| YUV | 194.95 | 73.29 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 98 | 0 | 0.10 | 0.56 | 0.13 | 49.35 | 0.65 | 0.63 |
| Hex | DE | C8 | 62 | 0 | A | 38 | D | 31 | 41 | 3F |
| Octal | 336 | 310 | 142 | 0 | 12 | 70 | 15 | 61 | 101 | 77 |
| Binary | 11011110 | 11001000 | 1100010 | 0 | 1010 | 111000 | 1101 | 110001 | 1000001 | 111111 |
Color Harmonies of #DEC862
Complementary color
Monochromatic Colors of #DEC862
Black with #DEC862
Text Example
Text Example
White with #DEC862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC862; }
p { color: rgb(222,200,98); }
H1.HeaderClassName
{
color: #DEC862;
}
.AnyTagClassName
{
color: #DEC862;
}
</style>
background-color css
<style>
a { background-color: #DEC862; }
a { background-color: rgb(222,200,98); }
div.DivClassName
{
background-color: #DEC862;
}
.BgClassName
{
background-color: #DEC862;
}
</style>
border-color css
<style>
span { border-color: #DEC862; }
span { border-color: rgb(222,200,98); }
td.TdClassName
{
border-color: #DEC862;
}
.TagClassName
{
border-color: #DEC862;
}
</style>