Color Hex Logo

#dea130 Color Hex

#DEA130
(222,161,48)
0 Favorites   0 Comments

Color spaces of #dea130

RGB 22216148
HSL0.110.730.53
HSV39°78°87°
CMYK 0.000.270.78   0.13
XYZ43.402641.23278.4675
Yxy41.23270.46620.4429
Hunter Lab64.21278.279437.1305
CIE-Lab70.338612.881763.4918

#dea130 color RGB value is (222,161,48).

#dea130 hex color red value is 222, green value is 161 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dea130 hue: 0.11 , saturation: 0.73 and the lightness value of dea130 is 0.53.

The process color (four color CMYK) of #dea130 color hex is 0.00, 0.27, 0.78, 0.13. Web safe color of #dea130 is #cc9933. Color #dea130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 00110000
Octal 336 241 60
Decimal 222 161 48
Hex DE A1 30

RGB Percentages of Color #dea130

%51.51
%37.35
%11.14

CMYK Percentages of Color #dea130

%0
%27
%78
%13

Triadic Colors of #dea130

#dea130 #30dea1 #a130de

Analogous Colors of #dea130

#dea130 #c4de30 #de4a30

Monochromatic Colors of #dea130

#dea130

Complementary Color

#dea130 #306dde

#dea130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea130 Color CSS Codes

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

#dea130 Text Font Color

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

This sample text font color is #dea130
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.


#dea130 Background Color

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

This div background color is #dea130


#dea130 Border Color

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

This div border color is #dea130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea130


Comments

No comments written yet.

Please login to write comment.