Color Hex Logo

#ddbc4e Color Hex

#DDBC4E
(221,188,78)
0 Favorites   0 Comments

Color spaces of #ddbc4e

RGB 22118878
HSL0.130.680.59
HSV46°65°87°
CMYK 0.000.150.65   0.13
XYZ49.177251.888614.6313
Yxy51.88860.42510.4485
Hunter Lab72.0337-4.197738.3808
CIE-Lab77.2142-0.384258.2738

#ddbc4e color RGB value is (221,188,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 01001110
Octal 335 274 116
Decimal 221 188 78
Hex DD BC 4E

RGB Percentages of Color #ddbc4e

%45.38
%38.60
%16.02

CMYK Percentages of Color #ddbc4e

%0
%15
%65
%13

Triadic Colors of #ddbc4e

#ddbc4e #4eddbc #bc4edd

Analogous Colors of #ddbc4e

#ddbc4e #b7dd4e #dd754e

Monochromatic Colors of #ddbc4e

#ddbc4e

Complementary Color

#ddbc4e #4e6fdd

#ddbc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc4e Color CSS Codes

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

#ddbc4e Text Font Color

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

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


#ddbc4e Background Color

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

This div background color is #ddbc4e


#ddbc4e Border Color

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

This div border color is #ddbc4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc4e


Comments

No comments written yet.

Please login to write comment.