Color Hex Logo

#ddc56d Color Hex

#DDC56D
(221,197,109)
0 Favorites   0 Comments

Color spaces of #ddc56d

RGB 221197109
HSL0.130.620.65
HSV47°51°87°
CMYK 0.000.110.51   0.13
XYZ52.545456.408822.5865
Yxy56.40880.39950.4288
Hunter Lab75.1058-6.553234.7438
CIE-Lab79.8459-2.765446.8585

#ddc56d color RGB value is (221,197,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 01101101
Octal 335 305 155
Decimal 221 197 109
Hex DD C5 6D

RGB Percentages of Color #ddc56d

%41.94
%37.38
%20.68

CMYK Percentages of Color #ddc56d

%0
%11
%51
%13

Triadic Colors of #ddc56d

#ddc56d #6dddc5 #c56ddd

Analogous Colors of #ddc56d

#ddc56d #bddd6d #dd8d6d

Monochromatic Colors of #ddc56d

#ddc56d

Complementary Color

#ddc56d #6d85dd

#ddc56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc56d Color CSS Codes

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

#ddc56d Text Font Color

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

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


#ddc56d Background Color

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

This div background color is #ddc56d


#ddc56d Border Color

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

This div border color is #ddc56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc56d


Comments

No comments written yet.

Please login to write comment.