Shades of Golden Sand #DECC69
Tints of Golden Sand #DECC69
RGB
CMYK
RGB Variations
Color information
#DECC69 (or 0xDECC69) is known color: Golden Sand. HEX triplet: DE, CC and 69. RGB value is (222,204,105). Sum of RGB (Red+Green+Blue) = 222+204+105=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC69 is #213396. Grayscale: #C6C6C6. Windows color (decimal): -2175895 or 6933726. OLE color: 6933726.
HSL color Cylindrical-coordinate representation of color #DECC69: hue angle of 50.77º 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 #DECC69 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 105 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.13 |
| HSL | 50.77º | 0.64% | 0.64% | - |
| HSV(B) | 50.77º | 0.53% | 0.87% | - |
| XYZ | 54.27 | 59.74 | 22.03 | - |
| YUV | 198.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 105 | 0 | 0.08 | 0.53 | 0.13 | 50.77 | 0.64 | 0.64 |
| Hex | DE | CC | 69 | 0 | 8 | 35 | D | 33 | 40 | 40 |
| Octal | 336 | 314 | 151 | 0 | 10 | 65 | 15 | 63 | 100 | 100 |
| Binary | 11011110 | 11001100 | 1101001 | 0 | 1000 | 110101 | 1101 | 110011 | 1000000 | 1000000 |
Color Harmonies of #DECC69
Complementary color
Monochromatic Colors of #DECC69
Black with #DECC69
Text Example
Text Example
White with #DECC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC69; }
p { color: rgb(222,204,105); }
H1.HeaderClassName
{
color: #DECC69;
}
.AnyTagClassName
{
color: #DECC69;
}
</style>
background-color css
<style>
a { background-color: #DECC69; }
a { background-color: rgb(222,204,105); }
div.DivClassName
{
background-color: #DECC69;
}
.BgClassName
{
background-color: #DECC69;
}
</style>
border-color css
<style>
span { border-color: #DECC69; }
span { border-color: rgb(222,204,105); }
td.TdClassName
{
border-color: #DECC69;
}
.TagClassName
{
border-color: #DECC69;
}
</style>