Shades of Golden Sand #DECA5B
Tints of Golden Sand #DECA5B
RGB
CMYK
RGB Variations
Color information
#DECA5B (or 0xDECA5B) is known color: Golden Sand. HEX triplet: DE, CA and 5B. RGB value is (222,202,91). Sum of RGB (Red+Green+Blue) = 222+202+91=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 91 (35.94% from 255 or 17.67% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA5B is #2135A4. Grayscale: #C3C3C3. Windows color (decimal): -2176421 or 6015710. OLE color: 6015710.
HSL color Cylindrical-coordinate representation of color #DECA5B: hue angle of 50.84º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DECA5B is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 91 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.13 |
| HSL | 50.84º | 0.66% | 0.61% | - |
| HSV(B) | 50.84º | 0.59% | 0.87% | - |
| XYZ | 53.13 | 58.53 | 18.39 | - |
| YUV | 195.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 91 | 0 | 0.09 | 0.59 | 0.13 | 50.84 | 0.66 | 0.61 |
| Hex | DE | CA | 5B | 0 | 9 | 3B | D | 33 | 42 | 3D |
| Octal | 336 | 312 | 133 | 0 | 11 | 73 | 15 | 63 | 102 | 75 |
| Binary | 11011110 | 11001010 | 1011011 | 0 | 1001 | 111011 | 1101 | 110011 | 1000010 | 111101 |
Color Harmonies of #DECA5B
Complementary color
Monochromatic Colors of #DECA5B
Black with #DECA5B
Text Example
Text Example
White with #DECA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA5B; }
p { color: rgb(222,202,91); }
H1.HeaderClassName
{
color: #DECA5B;
}
.AnyTagClassName
{
color: #DECA5B;
}
</style>
background-color css
<style>
a { background-color: #DECA5B; }
a { background-color: rgb(222,202,91); }
div.DivClassName
{
background-color: #DECA5B;
}
.BgClassName
{
background-color: #DECA5B;
}
</style>
border-color css
<style>
span { border-color: #DECA5B; }
span { border-color: rgb(222,202,91); }
td.TdClassName
{
border-color: #DECA5B;
}
.TagClassName
{
border-color: #DECA5B;
}
</style>