Color Hex Logo

#ddb55e Color Hex

#DDB55E
(221,181,94)
0 Favorites   0 Comments

Color spaces of #ddb55e

RGB 22118194
HSL0.110.650.62
HSV41°57°87°
CMYK 0.000.180.57   0.13
XYZ48.363049.228117.5426
Yxy49.22810.42010.4276
Hunter Lab70.16270.254834.2898
CIE-Lab75.59304.375949.0908

#ddb55e color RGB value is (221,181,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 01011110
Octal 335 265 136
Decimal 221 181 94
Hex DD B5 5E

RGB Percentages of Color #ddb55e

%44.56
%36.49
%18.95

CMYK Percentages of Color #ddb55e

%0
%18
%57
%13

Triadic Colors of #ddb55e

#ddb55e #5eddb5 #b55edd

Analogous Colors of #ddb55e

#ddb55e #c6dd5e #dd765e

Monochromatic Colors of #ddb55e

#ddb55e

Complementary Color

#ddb55e #5e86dd

#ddb55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb55e Color CSS Codes

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

#ddb55e Text Font Color

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

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


#ddb55e Background Color

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

This div background color is #ddb55e


#ddb55e Border Color

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

This div border color is #ddb55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb55e


Comments

No comments written yet.

Please login to write comment.