#DECA5B

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

Shades of Golden Sand #DECA5B

Tints of Golden Sand #DECA5B

Color information

#DECA5B (or 0xDECA5B) is unknown color: approx 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

RGB22220291-
CMYK00.090.590.13
HSL50.84º66.5%61.37%-
HSV(B)50.84º59.01%87.06%-
XYZ53.1358.5318.39-
YUV195.3369.13147.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.11%
GREEN value IS 202 (79.30% from 255) = 39.22%
BLUE value IS 91 (35.94% from 255) = 17.67%
R=43.11%
G=39.22%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222029100.090.590.1350.8466.561.37
HexDECA5B093BD33423d
Octal33631213301173156310275
Binary110111101100101010110110100111101111011100111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>