Color Hex Logo

#ddc459 Color Hex

#DDC459
(221,196,89)
0 Favorites   0 Comments

Color spaces of #ddc459

RGB 22119689
HSL0.140.660.61
HSV49°60°87°
CMYK 0.000.110.60   0.13
XYZ51.361955.573317.4708
Yxy55.57330.41290.4467
Hunter Lab74.5475-7.474838.2882
CIE-Lab79.3704-3.819955.7522

#ddc459 color RGB value is (221,196,89).

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

The process color (four color CMYK) of #ddc459 color hex is 0.00, 0.11, 0.60, 0.13. Web safe color of #ddc459 is #cccc66. Color #ddc459 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 01011001
Octal 335 304 131
Decimal 221 196 89
Hex DD C4 59

RGB Percentages of Color #ddc459

%43.68
%38.74
%17.59

CMYK Percentages of Color #ddc459

%0
%11
%60
%13

Triadic Colors of #ddc459

#ddc459 #59ddc4 #c459dd

Analogous Colors of #ddc459

#ddc459 #b4dd59 #dd8259

Monochromatic Colors of #ddc459

#ddc459

Complementary Color

#ddc459 #5972dd

#ddc459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc459 Color CSS Codes

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

#ddc459 Text Font Color

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

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


#ddc459 Background Color

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

This div background color is #ddc459


#ddc459 Border Color

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

This div border color is #ddc459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc459


Comments

No comments written yet.

Please login to write comment.