Color Hex Logo

#dda335 Color Hex

#DDA335
(221,163,53)
0 Favorites   0 Comments

Color spaces of #dda335

RGB 22116353
HSL0.110.710.54
HSV39°76°87°
CMYK 0.000.260.76   0.13
XYZ43.558641.82369.1451
Yxy41.82360.46080.4424
Hunter Lab64.67127.052336.8857
CIE-Lab70.749111.573261.9805

#dda335 color RGB value is (221,163,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 00110101
Octal 335 243 65
Decimal 221 163 53
Hex DD A3 35

RGB Percentages of Color #dda335

%50.57
%37.30
%12.13

CMYK Percentages of Color #dda335

%0
%26
%76
%13

Triadic Colors of #dda335

#dda335 #35dda3 #a335dd

Analogous Colors of #dda335

#dda335 #c3dd35 #dd4f35

Monochromatic Colors of #dda335

#dda335

Complementary Color

#dda335 #356fdd

#dda335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda335 Color CSS Codes

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

#dda335 Text Font Color

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

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


#dda335 Background Color

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

This div background color is #dda335


#dda335 Border Color

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

This div border color is #dda335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda335


Comments

No comments written yet.

Please login to write comment.