Color Hex Logo

#ddb45e Color Hex

#DDB45E
(221,180,94)
0 Favorites   0 Comments

Color spaces of #ddb45e

RGB 22118094
HSL0.110.650.62
HSV41°57°87°
CMYK 0.000.190.57   0.13
XYZ48.160448.822817.4751
Yxy48.82280.42080.4266
Hunter Lab69.87330.753434.0831
CIE-Lab75.34104.904248.7960

#ddb45e color RGB value is (221,180,94).

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

The process color (four color CMYK) of #ddb45e color hex is 0.00, 0.19, 0.57, 0.13. Web safe color of #ddb45e is #cccc66. Color #ddb45e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110100 01011110
Octal 335 264 136
Decimal 221 180 94
Hex DD B4 5E

RGB Percentages of Color #ddb45e

%44.65
%36.36
%18.99

CMYK Percentages of Color #ddb45e

%0
%19
%57
%13

Triadic Colors of #ddb45e

#ddb45e #5eddb4 #b45edd

Analogous Colors of #ddb45e

#ddb45e #c7dd5e #dd755e

Monochromatic Colors of #ddb45e

#ddb45e

Complementary Color

#ddb45e #5e87dd

#ddb45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb45e Color CSS Codes

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

#ddb45e Text Font Color

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

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


#ddb45e Background Color

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

This div background color is #ddb45e


#ddb45e Border Color

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

This div border color is #ddb45e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,180,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 #ddb45e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb45e


Comments

No comments written yet.

Please login to write comment.