Shades of Golden Sand #DECF66
Tints of Golden Sand #DECF66
RGB
CMYK
RGB Variations
Color information
#DECF66 (or 0xDECF66) is known color: Golden Sand. HEX triplet: DE, CF and 66. RGB value is (222,207,102). Sum of RGB (Red+Green+Blue) = 222+207+102=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF66 is #213099. Grayscale: #C7C7C7. Windows color (decimal): -2175130 or 6737886. OLE color: 6737886.
HSL color Cylindrical-coordinate representation of color #DECF66: hue angle of 52.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DECF66 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 102 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.13 |
| HSL | 52.5º | 0.65% | 0.64% | - |
| HSV(B) | 52.5º | 0.54% | 0.87% | - |
| XYZ | 54.84 | 61.11 | 21.48 | - |
| YUV | 199.52 | 72.97 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 102 | 0 | 0.07 | 0.54 | 0.13 | 52.5 | 0.65 | 0.64 |
| Hex | DE | CF | 66 | 0 | 7 | 36 | D | 34 | 41 | 40 |
| Octal | 336 | 317 | 146 | 0 | 7 | 66 | 15 | 64 | 101 | 100 |
| Binary | 11011110 | 11001111 | 1100110 | 0 | 111 | 110110 | 1101 | 110100 | 1000001 | 1000000 |
Color Harmonies of #DECF66
Complementary color
Monochromatic Colors of #DECF66
Black with #DECF66
Text Example
Text Example
White with #DECF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF66; }
p { color: rgb(222,207,102); }
H1.HeaderClassName
{
color: #DECF66;
}
.AnyTagClassName
{
color: #DECF66;
}
</style>
background-color css
<style>
a { background-color: #DECF66; }
a { background-color: rgb(222,207,102); }
div.DivClassName
{
background-color: #DECF66;
}
.BgClassName
{
background-color: #DECF66;
}
</style>
border-color css
<style>
span { border-color: #DECF66; }
span { border-color: rgb(222,207,102); }
td.TdClassName
{
border-color: #DECF66;
}
.TagClassName
{
border-color: #DECF66;
}
</style>