Shades of Golden Sand #DECF62
Tints of Golden Sand #DECF62
RGB
CMYK
RGB Variations
Color information
#DECF62 (or 0xDECF62) is known color: Golden Sand. HEX triplet: DE, CF and 62. RGB value is (222,207,98). Sum of RGB (Red+Green+Blue) = 222+207+98=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF62 is #21309D. Grayscale: #C7C7C7. Windows color (decimal): -2175134 or 6475742. OLE color: 6475742.
HSL color Cylindrical-coordinate representation of color #DECF62: hue angle of 52.74º 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 #DECF62 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 98 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.13 |
| HSL | 52.74º | 0.65% | 0.63% | - |
| HSV(B) | 52.74º | 0.56% | 0.87% | - |
| XYZ | 54.64 | 61.04 | 20.46 | - |
| YUV | 199.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 98 | 0 | 0.07 | 0.56 | 0.13 | 52.74 | 0.65 | 0.63 |
| Hex | DE | CF | 62 | 0 | 7 | 38 | D | 35 | 41 | 3F |
| Octal | 336 | 317 | 142 | 0 | 7 | 70 | 15 | 65 | 101 | 77 |
| Binary | 11011110 | 11001111 | 1100010 | 0 | 111 | 111000 | 1101 | 110101 | 1000001 | 111111 |
Color Harmonies of #DECF62
Complementary color
Monochromatic Colors of #DECF62
Black with #DECF62
Text Example
Text Example
White with #DECF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF62; }
p { color: rgb(222,207,98); }
H1.HeaderClassName
{
color: #DECF62;
}
.AnyTagClassName
{
color: #DECF62;
}
</style>
background-color css
<style>
a { background-color: #DECF62; }
a { background-color: rgb(222,207,98); }
div.DivClassName
{
background-color: #DECF62;
}
.BgClassName
{
background-color: #DECF62;
}
</style>
border-color css
<style>
span { border-color: #DECF62; }
span { border-color: rgb(222,207,98); }
td.TdClassName
{
border-color: #DECF62;
}
.TagClassName
{
border-color: #DECF62;
}
</style>