Color Hex Logo

#dea30d Color Hex

#DEA30D
(222,163,13)
0 Favorites   0 Comments

Color spaces of #dea30d

RGB 22216313
HSL0.120.890.46
HSV43°94°87°
CMYK 0.000.270.94   0.13
XYZ43.294041.75306.1581
Yxy41.75300.47470.4578
Hunter Lab64.61666.518539.5811
CIE-Lab70.700311.001572.7131

#dea30d color RGB value is (222,163,13).

#dea30d hex color red value is 222, green value is 163 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #dea30d hue: 0.12 , saturation: 0.89 and the lightness value of dea30d is 0.46.

The process color (four color CMYK) of #dea30d color hex is 0.00, 0.27, 0.94, 0.13. Web safe color of #dea30d is #cc9900. Color #dea30d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100011 00001101
Octal 336 243 15
Decimal 222 163 13
Hex DE A3 D

RGB Percentages of Color #dea30d

%55.78
%40.95
%3.27

CMYK Percentages of Color #dea30d

%0
%27
%94
%13

Triadic Colors of #dea30d

#dea30d #0ddea3 #a30dde

Analogous Colors of #dea30d

#dea30d #b1de0d #de3b0d

Monochromatic Colors of #dea30d

#dea30d

Complementary Color

#dea30d #0d48de

#dea30d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea30d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea30d Color CSS Codes

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

#dea30d Text Font Color

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

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


#dea30d Background Color

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

This div background color is #dea30d


#dea30d Border Color

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

This div border color is #dea30d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea30d


Comments

No comments written yet.

Please login to write comment.