Color Hex Logo

#ddba4e Color Hex

#DDBA4E
(221,186,78)
0 Favorites   0 Comments

Color spaces of #ddba4e

RGB 22118678
HSL0.130.680.59
HSV45°65°87°
CMYK 0.000.160.65   0.13
XYZ48.752851.040014.4899
Yxy51.04000.42660.4466
Hunter Lab71.4423-3.214137.9844
CIE-Lab76.70320.660157.7239

#ddba4e color RGB value is (221,186,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 01001110
Octal 335 272 116
Decimal 221 186 78
Hex DD BA 4E

RGB Percentages of Color #ddba4e

%45.57
%38.35
%16.08

CMYK Percentages of Color #ddba4e

%0
%16
%65
%13

Triadic Colors of #ddba4e

#ddba4e #4eddba #ba4edd

Analogous Colors of #ddba4e

#ddba4e #b9dd4e #dd734e

Monochromatic Colors of #ddba4e

#ddba4e

Complementary Color

#ddba4e #4e71dd

#ddba4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddba4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddba4e Color CSS Codes

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

#ddba4e Text Font Color

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

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


#ddba4e Background Color

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

This div background color is #ddba4e


#ddba4e Border Color

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

This div border color is #ddba4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddba4e

#ddba4e Color Palettes


Comments

No comments written yet.

Please login to write comment.