Color Hex Logo

#ddc657 Color Hex

#DDC657
(221,198,87)
0 Favorites   0 Comments

Color spaces of #ddc657

RGB 22119887
HSL0.140.660.60
HSV50°61°87°
CMYK 0.000.100.61   0.13
XYZ51.733256.448417.1858
Yxy56.44840.41270.4503
Hunter Lab75.1322-8.572839.0305
CIE-Lab79.8683-4.987457.2050

#ddc657 color RGB value is (221,198,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 01010111
Octal 335 306 127
Decimal 221 198 87
Hex DD C6 57

RGB Percentages of Color #ddc657

%43.68
%39.13
%17.19

CMYK Percentages of Color #ddc657

%0
%10
%61
%13

Triadic Colors of #ddc657

#ddc657 #57ddc6 #c657dd

Analogous Colors of #ddc657

#ddc657 #b1dd57 #dd8357

Monochromatic Colors of #ddc657

#ddc657

Complementary Color

#ddc657 #576edd

#ddc657 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc657 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc657 Color CSS Codes

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

#ddc657 Text Font Color

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

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


#ddc657 Background Color

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

This div background color is #ddc657


#ddc657 Border Color

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

This div border color is #ddc657


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc657


Comments

No comments written yet.

Please login to write comment.