Color Hex Logo

#ddbc73 Color Hex

#DDBC73
(221,188,115)
0 Favorites   0 Comments

Color spaces of #ddbc73

RGB 221188115
HSL0.110.610.66
HSV41°48°87°
CMYK 0.000.150.48   0.13
XYZ50.896552.576423.6854
Yxy52.57640.40030.4135
Hunter Lab72.5096-1.597631.3895
CIE-Lab77.62422.472641.1383

#ddbc73 color RGB value is (221,188,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 01110011
Octal 335 274 163
Decimal 221 188 115
Hex DD BC 73

RGB Percentages of Color #ddbc73

%42.18
%35.88
%21.95

CMYK Percentages of Color #ddbc73

%0
%15
%48
%13

Triadic Colors of #ddbc73

#ddbc73 #73ddbc #bc73dd

Analogous Colors of #ddbc73

#ddbc73 #c9dd73 #dd8773

Monochromatic Colors of #ddbc73

#ddbc73

Complementary Color

#ddbc73 #7394dd

#ddbc73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc73 Color CSS Codes

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

#ddbc73 Text Font Color

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

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


#ddbc73 Background Color

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

This div background color is #ddbc73


#ddbc73 Border Color

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

This div border color is #ddbc73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc73


Comments

No comments written yet.

Please login to write comment.