Color Hex Logo

#ddc56b Color Hex

#DDC56B
(221,197,107)
0 Favorites   0 Comments

Color spaces of #ddc56b

RGB 221197107
HSL0.130.630.64
HSV47°52°87°
CMYK 0.000.110.52   0.13
XYZ52.438956.366222.0259
Yxy56.36620.40080.4308
Hunter Lab75.0774-6.709635.1599
CIE-Lab79.8218-2.938847.8046

#ddc56b color RGB value is (221,197,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 01101011
Octal 335 305 153
Decimal 221 197 107
Hex DD C5 6B

RGB Percentages of Color #ddc56b

%42.10
%37.52
%20.38

CMYK Percentages of Color #ddc56b

%0
%11
%52
%13

Triadic Colors of #ddc56b

#ddc56b #6bddc5 #c56bdd

Analogous Colors of #ddc56b

#ddc56b #bcdd6b #dd8c6b

Monochromatic Colors of #ddc56b

#ddc56b

Complementary Color

#ddc56b #6b83dd

#ddc56b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc56b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc56b Color CSS Codes

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

#ddc56b Text Font Color

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

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


#ddc56b Background Color

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

This div background color is #ddc56b


#ddc56b Border Color

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

This div border color is #ddc56b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc56b


Comments

No comments written yet.

Please login to write comment.