Color Hex Logo

#dda212 Color Hex

#DDA212
(221,162,18)
0 Favorites   0 Comments

Color spaces of #dda212

RGB 22116218
HSL0.120.850.47
HSV43°92°87°
CMYK 0.000.270.92   0.13
XYZ42.848341.25656.2772
Yxy41.25650.47410.4565
Hunter Lab64.23126.671739.1676
CIE-Lab70.355311.164071.6265

#dda212 color RGB value is (221,162,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100010 00010010
Octal 335 242 22
Decimal 221 162 18
Hex DD A2 12

RGB Percentages of Color #dda212

%55.11
%40.40
%4.49

CMYK Percentages of Color #dda212

%0
%27
%92
%13

Triadic Colors of #dda212

#dda212 #12dda2 #a212dd

Analogous Colors of #dda212

#dda212 #b3dd12 #dd3d12

Monochromatic Colors of #dda212

#dda212

Complementary Color

#dda212 #124ddd

#dda212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda212 Color CSS Codes

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

#dda212 Text Font Color

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

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


#dda212 Background Color

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

This div background color is #dda212


#dda212 Border Color

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

This div border color is #dda212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda212


Comments

No comments written yet.

Please login to write comment.