Color Hex Logo

#ddc086 Color Hex

#DDC086
(221,192,134)
0 Favorites   0 Comments

Color spaces of #ddc086

RGB 221192134
HSL0.110.560.70
HSV40°39°87°
CMYK 0.000.130.39   0.13
XYZ52.971554.792730.3384
Yxy54.79270.38360.3968
Hunter Lab74.0221-1.800927.5151
CIE-Lab78.92172.324533.0287

#ddc086 color RGB value is (221,192,134).

#ddc086 hex color red value is 221, green value is 192 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ddc086 hue: 0.11 , saturation: 0.56 and the lightness value of ddc086 is 0.70.

The process color (four color CMYK) of #ddc086 color hex is 0.00, 0.13, 0.39, 0.13. Web safe color of #ddc086 is #cccc99. Color #ddc086 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 10000110
Octal 335 300 206
Decimal 221 192 134
Hex DD C0 86

RGB Percentages of Color #ddc086

%40.40
%35.10
%24.50

CMYK Percentages of Color #ddc086

%0
%13
%39
%13

Triadic Colors of #ddc086

#ddc086 #86ddc0 #c086dd

Analogous Colors of #ddc086

#ddc086 #cfdd86 #dd9586

Monochromatic Colors of #ddc086

#ddc086

Complementary Color

#ddc086 #86a3dd

#ddc086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc086 Color CSS Codes

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

#ddc086 Text Font Color

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

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


#ddc086 Background Color

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

This div background color is #ddc086


#ddc086 Border Color

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

This div border color is #ddc086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc086


Comments

No comments written yet.

Please login to write comment.