Color Hex Logo

#ddbc5e Color Hex

#DDBC5E
(221,188,94)
0 Favorites   0 Comments

Color spaces of #ddbc5e

RGB 22118894
HSL0.120.650.62
HSV44°57°87°
CMYK 0.000.150.57   0.13
XYZ49.822452.146718.0291
Yxy52.14670.41520.4346
Hunter Lab72.2127-3.217935.7461
CIE-Lab77.36850.698551.1551

#ddbc5e color RGB value is (221,188,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 01011110
Octal 335 274 136
Decimal 221 188 94
Hex DD BC 5E

RGB Percentages of Color #ddbc5e

%43.94
%37.38
%18.69

CMYK Percentages of Color #ddbc5e

%0
%15
%57
%13

Triadic Colors of #ddbc5e

#ddbc5e #5eddbc #bc5edd

Analogous Colors of #ddbc5e

#ddbc5e #bfdd5e #dd7d5e

Monochromatic Colors of #ddbc5e

#ddbc5e

Complementary Color

#ddbc5e #5e7fdd

#ddbc5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc5e Color CSS Codes

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

#ddbc5e Text Font Color

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

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


#ddbc5e Background Color

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

This div background color is #ddbc5e


#ddbc5e Border Color

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

This div border color is #ddbc5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc5e


Comments

No comments written yet.

Please login to write comment.