Color Hex Logo

#ddc449 Color Hex

#DDC449
(221,196,73)
0 Favorites   0 Comments

Color spaces of #ddc449

RGB 22119673
HSL0.140.690.58
HSV50°67°87°
CMYK 0.000.110.67   0.13
XYZ50.761355.333014.3083
Yxy55.33300.42160.4596
Hunter Lab74.3862-8.366940.6658
CIE-Lab79.2327-4.820262.5134

#ddc449 color RGB value is (221,196,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 01001001
Octal 335 304 111
Decimal 221 196 73
Hex DD C4 49

RGB Percentages of Color #ddc449

%45.10
%40.00
%14.90

CMYK Percentages of Color #ddc449

%0
%11
%67
%13

Triadic Colors of #ddc449

#ddc449 #49ddc4 #c449dd

Analogous Colors of #ddc449

#ddc449 #acdd49 #dd7a49

Monochromatic Colors of #ddc449

#ddc449

Complementary Color

#ddc449 #4962dd

#ddc449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc449 Color CSS Codes

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

#ddc449 Text Font Color

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

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


#ddc449 Background Color

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

This div background color is #ddc449


#ddc449 Border Color

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

This div border color is #ddc449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc449


Comments

No comments written yet.

Please login to write comment.