Color Hex Logo

#ddc345 Color Hex

#DDC345
(221,195,69)
0 Favorites   0 Comments

Color spaces of #ddc345

RGB 22119569
HSL0.140.690.57
HSV50°69°87°
CMYK 0.000.120.69   0.13
XYZ50.408154.832013.5571
Yxy54.83200.42430.4616
Hunter Lab74.0486-8.072540.9790
CIE-Lab78.9444-4.520663.8279

#ddc345 color RGB value is (221,195,69).

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

The process color (four color CMYK) of #ddc345 color hex is 0.00, 0.12, 0.69, 0.13. Web safe color of #ddc345 is #cccc33. Color #ddc345 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 01000101
Octal 335 303 105
Decimal 221 195 69
Hex DD C3 45

RGB Percentages of Color #ddc345

%45.57
%40.21
%14.23

CMYK Percentages of Color #ddc345

%0
%12
%69
%13

Triadic Colors of #ddc345

#ddc345 #45ddc3 #c345dd

Analogous Colors of #ddc345

#ddc345 #abdd45 #dd7745

Monochromatic Colors of #ddc345

#ddc345

Complementary Color

#ddc345 #455fdd

#ddc345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc345 Color CSS Codes

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

#ddc345 Text Font Color

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

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


#ddc345 Background Color

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

This div background color is #ddc345


#ddc345 Border Color

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

This div border color is #ddc345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc345


Comments

No comments written yet.

Please login to write comment.