Color Hex Logo

#ddc947 Color Hex

#DDC947
(221,201,71)
0 Favorites   0 Comments

Color spaces of #ddc947

RGB 22120171
HSL0.140.690.57
HSV52°68°87°
CMYK 0.000.090.68   0.13
XYZ51.842857.600414.3468
Yxy57.60040.41880.4653
Hunter Lab75.8949-10.885241.9186
CIE-Lab80.5161-7.491464.6351

#ddc947 color RGB value is (221,201,71).

#ddc947 hex color red value is 221, green value is 201 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ddc947 hue: 0.14 , saturation: 0.69 and the lightness value of ddc947 is 0.57.

The process color (four color CMYK) of #ddc947 color hex is 0.00, 0.09, 0.68, 0.13. Web safe color of #ddc947 is #cccc33. Color #ddc947 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 01000111
Octal 335 311 107
Decimal 221 201 71
Hex DD C9 47

RGB Percentages of Color #ddc947

%44.83
%40.77
%14.40

CMYK Percentages of Color #ddc947

%0
%9
%68
%13

Triadic Colors of #ddc947

#ddc947 #47ddc9 #c947dd

Analogous Colors of #ddc947

#ddc947 #a6dd47 #dd7e47

Monochromatic Colors of #ddc947

#ddc947

Complementary Color

#ddc947 #475bdd

#ddc947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc947 Color CSS Codes

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

#ddc947 Text Font Color

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

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


#ddc947 Background Color

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

This div background color is #ddc947


#ddc947 Border Color

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

This div border color is #ddc947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc947


Comments

No comments written yet.

Please login to write comment.