Shades of Golden Sand #DECF64
Tints of Golden Sand #DECF64
RGB
CMYK
RGB Variations
Color information
#DECF64 (or 0xDECF64) is known color: Golden Sand. HEX triplet: DE, CF and 64. RGB value is (222,207,100). Sum of RGB (Red+Green+Blue) = 222+207+100=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF64 is #21309B. Grayscale: #C7C7C7. Windows color (decimal): -2175132 or 6606814. OLE color: 6606814.
HSL color Cylindrical-coordinate representation of color #DECF64: hue angle of 52.62º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DECF64 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 100 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.13 |
| HSL | 52.62º | 0.65% | 0.63% | - |
| HSV(B) | 52.62º | 0.55% | 0.87% | - |
| XYZ | 54.74 | 61.08 | 20.96 | - |
| YUV | 199.29 | 71.97 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 100 | 0 | 0.07 | 0.55 | 0.13 | 52.62 | 0.65 | 0.63 |
| Hex | DE | CF | 64 | 0 | 7 | 37 | D | 35 | 41 | 3F |
| Octal | 336 | 317 | 144 | 0 | 7 | 67 | 15 | 65 | 101 | 77 |
| Binary | 11011110 | 11001111 | 1100100 | 0 | 111 | 110111 | 1101 | 110101 | 1000001 | 111111 |
Color Harmonies of #DECF64
Complementary color
Monochromatic Colors of #DECF64
Black with #DECF64
Text Example
Text Example
White with #DECF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF64; }
p { color: rgb(222,207,100); }
H1.HeaderClassName
{
color: #DECF64;
}
.AnyTagClassName
{
color: #DECF64;
}
</style>
background-color css
<style>
a { background-color: #DECF64; }
a { background-color: rgb(222,207,100); }
div.DivClassName
{
background-color: #DECF64;
}
.BgClassName
{
background-color: #DECF64;
}
</style>
border-color css
<style>
span { border-color: #DECF64; }
span { border-color: rgb(222,207,100); }
td.TdClassName
{
border-color: #DECF64;
}
.TagClassName
{
border-color: #DECF64;
}
</style>