Color Hex Logo

#ddbc57 Color Hex

#DDBC57
(221,188,87)
0 Favorites   0 Comments

Color spaces of #ddbc57

RGB 22118887
HSL0.130.660.60
HSV45°61°87°
CMYK 0.000.150.61   0.13
XYZ49.522352.026716.4489
Yxy52.02670.41970.4409
Hunter Lab72.1295-3.673136.9698
CIE-Lab77.29680.196454.3387

#ddbc57 color RGB value is (221,188,87).

#ddbc57 hex color red value is 221, green value is 188 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #ddbc57 hue: 0.13 , saturation: 0.66 and the lightness value of ddbc57 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 01010111
Octal 335 274 127
Decimal 221 188 87
Hex DD BC 57

RGB Percentages of Color #ddbc57

%44.56
%37.90
%17.54

CMYK Percentages of Color #ddbc57

%0
%15
%61
%13

Triadic Colors of #ddbc57

#ddbc57 #57ddbc #bc57dd

Analogous Colors of #ddbc57

#ddbc57 #bbdd57 #dd7957

Monochromatic Colors of #ddbc57

#ddbc57

Complementary Color

#ddbc57 #5778dd

#ddbc57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc57 Color CSS Codes

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

#ddbc57 Text Font Color

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

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


#ddbc57 Background Color

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

This div background color is #ddbc57


#ddbc57 Border Color

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

This div border color is #ddbc57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc57


Comments

No comments written yet.

Please login to write comment.