Color Hex Logo

#ddc444 Color Hex

#DDC444
(221,196,68)
0 Favorites   0 Comments

Color spaces of #ddc444

RGB 22119668
HSL0.140.690.57
HSV50°69°87°
CMYK 0.000.110.69   0.13
XYZ50.602155.269413.4699
Yxy55.26940.42400.4631
Hunter Lab74.3434-8.604341.2979
CIE-Lab79.1962-5.087464.4766

#ddc444 color RGB value is (221,196,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 01000100
Octal 335 304 104
Decimal 221 196 68
Hex DD C4 44

RGB Percentages of Color #ddc444

%45.57
%40.41
%14.02

CMYK Percentages of Color #ddc444

%0
%11
%69
%13

Triadic Colors of #ddc444

#ddc444 #44ddc4 #c444dd

Analogous Colors of #ddc444

#ddc444 #aadd44 #dd7844

Monochromatic Colors of #ddc444

#ddc444

Complementary Color

#ddc444 #445ddd

#ddc444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc444 Color CSS Codes

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

#ddc444 Text Font Color

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

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


#ddc444 Background Color

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

This div background color is #ddc444


#ddc444 Border Color

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

This div border color is #ddc444


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc444


Comments

No comments written yet.

Please login to write comment.