Color Hex Logo

#dda214 Color Hex

#DDA214
(221,162,20)
0 Favorites   0 Comments

Color spaces of #dda214

RGB 22116220
HSL0.120.830.47
HSV42°91°87°
CMYK 0.000.270.91   0.13
XYZ42.865441.26336.3672
Yxy41.26330.47370.4560
Hunter Lab64.23656.700239.0887
CIE-Lab70.360011.194671.2672

#dda214 color RGB value is (221,162,20).

#dda214 hex color red value is 221, green value is 162 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dda214 hue: 0.12 , saturation: 0.83 and the lightness value of dda214 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100010 00010100
Octal 335 242 24
Decimal 221 162 20
Hex DD A2 14

RGB Percentages of Color #dda214

%54.84
%40.20
%4.96

CMYK Percentages of Color #dda214

%0
%27
%91
%13

Triadic Colors of #dda214

#dda214 #14dda2 #a214dd

Analogous Colors of #dda214

#dda214 #b4dd14 #dd3d14

Monochromatic Colors of #dda214

#dda214

Complementary Color

#dda214 #144fdd

#dda214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda214 Color CSS Codes

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

#dda214 Text Font Color

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

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


#dda214 Background Color

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

This div background color is #dda214


#dda214 Border Color

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

This div border color is #dda214


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,162,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dda214; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dda214;
  -webkit-box-shadow: 1px 1px 3px 2px #dda214;
  box-shadow:         1px 1px 3px 2px #dda214; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,162,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda214


Comments

No comments written yet.

Please login to write comment.