Color Hex Logo

#ddc156 Color Hex

#DDC156
(221,193,86)
0 Favorites   0 Comments

Color spaces of #ddc156

RGB 22119386
HSL0.130.670.60
HSV48°61°87°
CMYK 0.000.130.61   0.13
XYZ50.568554.184016.5974
Yxy54.18400.41670.4465
Hunter Lab73.6098-6.191138.1582
CIE-Lab78.5689-2.473356.2124

#ddc156 color RGB value is (221,193,86).

#ddc156 hex color red value is 221, green value is 193 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #ddc156 hue: 0.13 , saturation: 0.67 and the lightness value of ddc156 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000001 01010110
Octal 335 301 126
Decimal 221 193 86
Hex DD C1 56

RGB Percentages of Color #ddc156

%44.20
%38.60
%17.20

CMYK Percentages of Color #ddc156

%0
%13
%61
%13

Triadic Colors of #ddc156

#ddc156 #56ddc1 #c156dd

Analogous Colors of #ddc156

#ddc156 #b6dd56 #dd7e56

Monochromatic Colors of #ddc156

#ddc156

Complementary Color

#ddc156 #5672dd

#ddc156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc156 Color CSS Codes

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

#ddc156 Text Font Color

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

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


#ddc156 Background Color

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

This div background color is #ddc156


#ddc156 Border Color

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

This div border color is #ddc156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc156


Comments

No comments written yet.

Please login to write comment.