Color Hex Logo

#ddc324 Color Hex

#DDC324
(221,195,36)
0 Favorites   0 Comments

Color spaces of #ddc324

RGB 22119536
HSL0.140.730.50
HSV52°84°87°
CMYK 0.000.120.84   0.13
XYZ49.652354.52979.5774
Yxy54.52970.43650.4793
Hunter Lab73.8442-9.205344.0012
CIE-Lab78.7696-5.800174.4500

#ddc324 color RGB value is (221,195,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 00100100
Octal 335 303 44
Decimal 221 195 36
Hex DD C3 24

RGB Percentages of Color #ddc324

%48.89
%43.14
%7.96

CMYK Percentages of Color #ddc324

%0
%12
%84
%13

Triadic Colors of #ddc324

#ddc324 #24ddc3 #c324dd

Analogous Colors of #ddc324

#ddc324 #9bdd24 #dd6724

Monochromatic Colors of #ddc324

#ddc324

Complementary Color

#ddc324 #243edd

#ddc324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc324 Color CSS Codes

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

#ddc324 Text Font Color

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

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


#ddc324 Background Color

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

This div background color is #ddc324


#ddc324 Border Color

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

This div border color is #ddc324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc324


Comments

No comments written yet.

Please login to write comment.