Color Hex Logo

#ddc886 Color Hex

#DDC886
(221,200,134)
0 Favorites   0 Comments

Color spaces of #ddc886

RGB 221200134
HSL0.130.560.70
HSV46°39°87°
CMYK 0.000.100.39   0.13
XYZ54.776158.401930.9399
Yxy58.40190.38010.4052
Hunter Lab76.4211-5.794229.4906
CIE-Lab80.9617-1.848235.6883

#ddc886 color RGB value is (221,200,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001000 10000110
Octal 335 310 206
Decimal 221 200 134
Hex DD C8 86

RGB Percentages of Color #ddc886

%39.82
%36.04
%24.14

CMYK Percentages of Color #ddc886

%0
%10
%39
%13

Triadic Colors of #ddc886

#ddc886 #86ddc8 #c886dd

Analogous Colors of #ddc886

#ddc886 #c7dd86 #dd9d86

Monochromatic Colors of #ddc886

#ddc886

Complementary Color

#ddc886 #869bdd

#ddc886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc886 Color CSS Codes

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

#ddc886 Text Font Color

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

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


#ddc886 Background Color

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

This div background color is #ddc886


#ddc886 Border Color

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

This div border color is #ddc886


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,200,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 #ddc886">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc886


Comments

No comments written yet.

Please login to write comment.