Shades of Golden Sand #DECD68
Tints of Golden Sand #DECD68
RGB
CMYK
RGB Variations
Color information
#DECD68 (or 0xDECD68) is known color: Golden Sand. HEX triplet: DE, CD and 68. RGB value is (222,205,104). Sum of RGB (Red+Green+Blue) = 222+205+104=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD68 is #213297. Grayscale: #C6C6C6. Windows color (decimal): -2175640 or 6868446. OLE color: 6868446.
HSL color Cylindrical-coordinate representation of color #DECD68: hue angle of 51.36º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DECD68 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 104 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.13 |
| HSL | 51.36º | 0.64% | 0.64% | - |
| HSV(B) | 51.36º | 0.53% | 0.87% | - |
| XYZ | 54.45 | 60.19 | 21.84 | - |
| YUV | 198.57 | 74.63 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 104 | 0 | 0.08 | 0.53 | 0.13 | 51.36 | 0.64 | 0.64 |
| Hex | DE | CD | 68 | 0 | 8 | 35 | D | 33 | 40 | 40 |
| Octal | 336 | 315 | 150 | 0 | 10 | 65 | 15 | 63 | 100 | 100 |
| Binary | 11011110 | 11001101 | 1101000 | 0 | 1000 | 110101 | 1101 | 110011 | 1000000 | 1000000 |
Color Harmonies of #DECD68
Complementary color
Monochromatic Colors of #DECD68
Black with #DECD68
Text Example
Text Example
White with #DECD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD68; }
p { color: rgb(222,205,104); }
H1.HeaderClassName
{
color: #DECD68;
}
.AnyTagClassName
{
color: #DECD68;
}
</style>
background-color css
<style>
a { background-color: #DECD68; }
a { background-color: rgb(222,205,104); }
div.DivClassName
{
background-color: #DECD68;
}
.BgClassName
{
background-color: #DECD68;
}
</style>
border-color css
<style>
span { border-color: #DECD68; }
span { border-color: rgb(222,205,104); }
td.TdClassName
{
border-color: #DECD68;
}
.TagClassName
{
border-color: #DECD68;
}
</style>