Color Hex Logo

#dda75e Color Hex

#DDA75E
(221,167,94)
0 Favorites   0 Comments

Color spaces of #dda75e

RGB 22116794
HSL0.100.650.62
HSV34°57°87°
CMYK 0.000.240.57   0.13
XYZ45.657943.817716.6409
Yxy43.81770.43030.4129
Hunter Lab66.19497.279131.4314
CIE-Lab72.106511.818544.9771

#dda75e color RGB value is (221,167,94).

#dda75e hex color red value is 221, green value is 167 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dda75e hue: 0.10 , saturation: 0.65 and the lightness value of dda75e is 0.62.

The process color (four color CMYK) of #dda75e color hex is 0.00, 0.24, 0.57, 0.13. Web safe color of #dda75e is #cc9966. Color #dda75e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 01011110
Octal 335 247 136
Decimal 221 167 94
Hex DD A7 5E

RGB Percentages of Color #dda75e

%45.85
%34.65
%19.50

CMYK Percentages of Color #dda75e

%0
%24
%57
%13

Triadic Colors of #dda75e

#dda75e #5edda7 #a75edd

Analogous Colors of #dda75e

#dda75e #d4dd5e #dd685e

Monochromatic Colors of #dda75e

#dda75e

Complementary Color

#dda75e #5e94dd

#dda75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda75e Color CSS Codes

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

#dda75e Text Font Color

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

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


#dda75e Background Color

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

This div background color is #dda75e


#dda75e Border Color

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

This div border color is #dda75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda75e


Comments

No comments written yet.

Please login to write comment.