Color Hex Logo

#dea513 Color Hex

#DEA513
(222,165,19)
0 Favorites   0 Comments

Color spaces of #dea513

RGB 22216519
HSL0.120.840.47
HSV43°91°87°
CMYK 0.000.260.91   0.13
XYZ43.696942.48696.5138
Yxy42.48690.47140.4583
Hunter Lab65.18205.594939.7024
CIE-Lab71.205310.014472.1334

#dea513 color RGB value is (222,165,19).

#dea513 hex color red value is 222, green value is 165 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #dea513 hue: 0.12 , saturation: 0.84 and the lightness value of dea513 is 0.47.

The process color (four color CMYK) of #dea513 color hex is 0.00, 0.26, 0.91, 0.13. Web safe color of #dea513 is #cc9900. Color #dea513 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100101 00010011
Octal 336 245 23
Decimal 222 165 19
Hex DE A5 13

RGB Percentages of Color #dea513

%54.68
%40.64
%4.68

CMYK Percentages of Color #dea513

%0
%26
%91
%13

Triadic Colors of #dea513

#dea513 #13dea5 #a513de

Analogous Colors of #dea513

#dea513 #b2de13 #de4013

Monochromatic Colors of #dea513

#dea513

Complementary Color

#dea513 #134cde

#dea513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea513 Color CSS Codes

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

#dea513 Text Font Color

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

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


#dea513 Background Color

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

This div background color is #dea513


#dea513 Border Color

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

This div border color is #dea513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea513


Comments

No comments written yet.

Please login to write comment.