#DECA61

Color #DECA61 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #DECA61

Tints of Golden Sand #DECA61

Color information

#DECA61 (or 0xDECA61) is unknown color: approx Golden Sand. HEX triplet: DE, CA and 61. RGB value is (222,202,97). Sum of RGB (Red+Green+Blue) = 222+202+97=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA61 is #21359E. Grayscale: #C4C4C4. Windows color (decimal): -2176415 or 6408926. OLE color: 6408926.

HSL color Cylindrical-coordinate representation of color #DECA61: hue angle of 50.4º 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 #DECA61 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22220297-
CMYK00.090.560.13
HSL50.4º65.45%62.55%-
HSV(B)50.4º56.31%87.06%-
XYZ53.458.6319.81-
YUV196.0172.13146.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 42.61%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 97 (38.28% from 255) = 18.62%
R=42.61%
G=38.77%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222029700.090.560.1350.465.4562.55
HexDECA610938D32413f
Octal33631214101170156210177
Binary110111101100101011000010100111100011011100101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECA61; }

 p { color: rgb(222,202,97); }

 H1.HeaderClassName
 {
   color: #DECA61;
 }
 .AnyTagClassName
 {
   color: #DECA61;
 }
</style>
background-color css

<style>
 a { background-color: #DECA61; }

 a { background-color: rgb(222,202,97); }

 div.DivClassName
 {
   background-color: #DECA61;
 }
 .BgClassName
 {
   background-color: #DECA61;
 }
</style>
border-color css

<style>
 span { border-color: #DECA61; }

 span { border-color: rgb(222,202,97); }

 td.TdClassName
 {
   border-color: #DECA61;
 }
 .TagClassName
 {
   border-color: #DECA61;
 }
</style>