Shades of Golden Sand #DECB62
Tints of Golden Sand #DECB62
RGB
CMYK
RGB Variations
Color information
#DECB62 (or 0xDECB62) is known color: Golden Sand. HEX triplet: DE, CB and 62. RGB value is (222,203,98). Sum of RGB (Red+Green+Blue) = 222+203+98=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB62 is #21349D. Grayscale: #C5C5C5. Windows color (decimal): -2176158 or 6474718. OLE color: 6474718.
HSL color Cylindrical-coordinate representation of color #DECB62: hue angle of 50.81º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DECB62 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 98 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.13 |
| HSL | 50.81º | 0.65% | 0.63% | - |
| HSV(B) | 50.81º | 0.56% | 0.87% | - |
| XYZ | 53.68 | 59.12 | 20.14 | - |
| YUV | 196.71 | 72.29 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 98 | 0 | 0.09 | 0.56 | 0.13 | 50.81 | 0.65 | 0.63 |
| Hex | DE | CB | 62 | 0 | 9 | 38 | D | 33 | 41 | 3F |
| Octal | 336 | 313 | 142 | 0 | 11 | 70 | 15 | 63 | 101 | 77 |
| Binary | 11011110 | 11001011 | 1100010 | 0 | 1001 | 111000 | 1101 | 110011 | 1000001 | 111111 |
Color Harmonies of #DECB62
Complementary color
Monochromatic Colors of #DECB62
Black with #DECB62
Text Example
Text Example
White with #DECB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB62; }
p { color: rgb(222,203,98); }
H1.HeaderClassName
{
color: #DECB62;
}
.AnyTagClassName
{
color: #DECB62;
}
</style>
background-color css
<style>
a { background-color: #DECB62; }
a { background-color: rgb(222,203,98); }
div.DivClassName
{
background-color: #DECB62;
}
.BgClassName
{
background-color: #DECB62;
}
</style>
border-color css
<style>
span { border-color: #DECB62; }
span { border-color: rgb(222,203,98); }
td.TdClassName
{
border-color: #DECB62;
}
.TagClassName
{
border-color: #DECB62;
}
</style>