Color Hex Logo

#deca4d Color Hex

#DECA4D
(222,202,77)
0 Favorites   0 Comments

Color spaces of #deca4d

RGB 22220277
HSL0.140.690.59
HSV52°65°87°
CMYK 0.000.090.65   0.13
XYZ52.584358.306515.5040
Yxy58.30650.41600.4613
Hunter Lab76.3587-10.704041.4127
CIE-Lab80.9089-7.246062.6465

#deca4d color RGB value is (222,202,77).

#deca4d hex color red value is 222, green value is 202 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #deca4d hue: 0.14 , saturation: 0.69 and the lightness value of deca4d is 0.59.

The process color (four color CMYK) of #deca4d color hex is 0.00, 0.09, 0.65, 0.13. Web safe color of #deca4d is #cccc66. Color #deca4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001010 01001101
Octal 336 312 115
Decimal 222 202 77
Hex DE CA 4D

RGB Percentages of Color #deca4d

%44.31
%40.32
%15.37

CMYK Percentages of Color #deca4d

%0
%9
%65
%13

Triadic Colors of #deca4d

#deca4d #4ddeca #ca4dde

Analogous Colors of #deca4d

#deca4d #aade4d #de824d

Monochromatic Colors of #deca4d

#deca4d

Complementary Color

#deca4d #4d61de

#deca4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deca4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deca4d Color CSS Codes

.mybgcolor {background-color:#deca4d; } 
.myforecolor {color:#deca4d; }
.mybordercolor {border:3px solid #deca4d; }

#deca4d Text Font Color

<p style="color:#deca4d">Text here</p>

This sample text font color is #deca4d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#deca4d Background Color

<div style="background-color:#deca4d">
Div content here</div>

This div background color is #deca4d


#deca4d Border Color

<div style="border:3px solid #deca4d">
Div here</div>

This div border color is #deca4d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,202,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #deca4d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #deca4d;
  -webkit-box-shadow: 1px 1px 3px 2px #deca4d;
  box-shadow:         1px 1px 3px 2px #deca4d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,202,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #deca4d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #deca4d;
  -webkit-box-shadow: 1px 1px 3px 2px #deca4d;
  box-shadow:         1px 1px 3px 2px #deca4d;">
Div content here</div>

This div box has shadow with color #deca4d


Comments

No comments written yet.

Please login to write comment.