Color Hex Logo

#ddc724 Color Hex

#DDC724
(221,199,36)
0 Favorites   0 Comments

Color spaces of #ddc724

RGB 22119936
HSL0.150.730.50
HSV53°84°87°
CMYK 0.000.100.84   0.13
XYZ50.560756.34649.8802
Yxy56.34640.43290.4825
Hunter Lab75.0642-11.130944.7410
CIE-Lab79.8106-7.846175.3171

#ddc724 color RGB value is (221,199,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000111 00100100
Octal 335 307 44
Decimal 221 199 36
Hex DD C7 24

RGB Percentages of Color #ddc724

%48.46
%43.64
%7.89

CMYK Percentages of Color #ddc724

%0
%10
%84
%13

Triadic Colors of #ddc724

#ddc724 #24ddc7 #c724dd

Analogous Colors of #ddc724

#ddc724 #97dd24 #dd6b24

Monochromatic Colors of #ddc724

#ddc724

Complementary Color

#ddc724 #243add

#ddc724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc724 Color CSS Codes

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

#ddc724 Text Font Color

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

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


#ddc724 Background Color

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

This div background color is #ddc724


#ddc724 Border Color

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

This div border color is #ddc724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc724


Comments

No comments written yet.

Please login to write comment.