Color Hex Logo

#dda234 Color Hex

#DDA234
(221,162,52)
0 Favorites   0 Comments

Color spaces of #dda234

RGB 22116252
HSL0.110.710.54
HSV39°76°87°
CMYK 0.000.270.76   0.13
XYZ43.359041.46078.9663
Yxy41.46070.46230.4421
Hunter Lab64.39007.516136.8169
CIE-Lab70.497512.068162.1212

#dda234 color RGB value is (221,162,52).

#dda234 hex color red value is 221, green value is 162 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #dda234 hue: 0.11 , saturation: 0.71 and the lightness value of dda234 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100010 00110100
Octal 335 242 64
Decimal 221 162 52
Hex DD A2 34

RGB Percentages of Color #dda234

%50.80
%37.24
%11.95

CMYK Percentages of Color #dda234

%0
%27
%76
%13

Triadic Colors of #dda234

#dda234 #34dda2 #a234dd

Analogous Colors of #dda234

#dda234 #c4dd34 #dd4d34

Monochromatic Colors of #dda234

#dda234

Complementary Color

#dda234 #346fdd

#dda234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda234 Color CSS Codes

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

#dda234 Text Font Color

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

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


#dda234 Background Color

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

This div background color is #dda234


#dda234 Border Color

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

This div border color is #dda234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda234


Comments

No comments written yet.

Please login to write comment.