Color Hex Logo

#ddc46e Color Hex

#DDC46E
(221,196,110)
0 Favorites   0 Comments

Color spaces of #ddc46e

RGB 221196110
HSL0.130.620.65
HSV46°50°87°
CMYK 0.000.110.50   0.13
XYZ52.373255.977822.7963
Yxy55.97780.39930.4268
Hunter Lab74.8183-5.981134.3078
CIE-Lab79.6012-2.159346.0711

#ddc46e color RGB value is (221,196,110).

#ddc46e hex color red value is 221, green value is 196 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ddc46e hue: 0.13 , saturation: 0.62 and the lightness value of ddc46e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 01101110
Octal 335 304 156
Decimal 221 196 110
Hex DD C4 6E

RGB Percentages of Color #ddc46e

%41.94
%37.19
%20.87

CMYK Percentages of Color #ddc46e

%0
%11
%50
%13

Triadic Colors of #ddc46e

#ddc46e #6eddc4 #c46edd

Analogous Colors of #ddc46e

#ddc46e #bfdd6e #dd8d6e

Monochromatic Colors of #ddc46e

#ddc46e

Complementary Color

#ddc46e #6e87dd

#ddc46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc46e Color CSS Codes

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

#ddc46e Text Font Color

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

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


#ddc46e Background Color

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

This div background color is #ddc46e


#ddc46e Border Color

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

This div border color is #ddc46e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc46e


Comments

No comments written yet.

Please login to write comment.