Color Hex Logo

#dda33e Color Hex

#DDA33E
(221,163,62)
0 Favorites   0 Comments

Color spaces of #dda33e

RGB 22116362
HSL0.110.700.55
HSV38°72°87°
CMYK 0.000.260.72   0.13
XYZ43.785541.914310.3400
Yxy41.91430.45590.4364
Hunter Lab64.74137.425135.8495
CIE-Lab70.811811.971358.4289

#dda33e color RGB value is (221,163,62).

#dda33e hex color red value is 221, green value is 163 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dda33e hue: 0.11 , saturation: 0.70 and the lightness value of dda33e is 0.55.

The process color (four color CMYK) of #dda33e color hex is 0.00, 0.26, 0.72, 0.13. Web safe color of #dda33e is #cc9933. Color #dda33e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 00111110
Octal 335 243 76
Decimal 221 163 62
Hex DD A3 3E

RGB Percentages of Color #dda33e

%49.55
%36.55
%13.90

CMYK Percentages of Color #dda33e

%0
%26
%72
%13

Triadic Colors of #dda33e

#dda33e #3edda3 #a33edd

Analogous Colors of #dda33e

#dda33e #c8dd3e #dd543e

Monochromatic Colors of #dda33e

#dda33e

Complementary Color

#dda33e #3e78dd

#dda33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda33e Color CSS Codes

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

#dda33e Text Font Color

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

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


#dda33e Background Color

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

This div background color is #dda33e


#dda33e Border Color

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

This div border color is #dda33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda33e


Comments

No comments written yet.

Please login to write comment.