color codes Logo

#dda536 color codes

#DDA536
(221,165,54)
0 Favorites   0 Comments

Color spaces of #dda536

RGB 22116554
HSL0.110.710.54
HSV40°76°87°
CMYK 0.000.250.76   0.13
XYZ43.939842.54889.3869
Yxy42.54880.45830.4438
Hunter Lab65.22946.089537.1284
CIE-Lab71.247710.545662.0748

#dda536 color RGB value is (221,165,54).

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

The process color (four color CMYK) of #dda536 color code is 0.00, 0.25, 0.76, 0.13. Web safe color of #dda536 is #cc9933. Color #dda536 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 00110110
Octal 335 245 66
Decimal 221 165 54
Hex DD A5 36

RGB Percentages of Color #dda536

%50.23
%37.50
%12.27

CMYK Percentages of Color #dda536

%0
%25
%76
%13

Triadic Colors of #dda536

#dda536 #36dda5 #a536dd

Analogous Colors of #dda536

#dda536 #c2dd36 #dd5236

Monochromatic Colors of #dda536

#dda536

Complementary Color

#dda536 #366edd

#dda536 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda536 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda536 Color CSS Codes

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

#dda536 Text Font Color

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

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


#dda536 Background Color

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

This div background color is #dda536


#dda536 Border Color

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

This div border color is #dda536


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda536


Comments

No comments written yet.

Please login to write comment.