Color Hex Logo

#ddc47b Color Hex

#DDC47B
(221,196,123)
0 Favorites   0 Comments

Color spaces of #ddc47b

RGB 221196123
HSL0.120.590.67
HSV45°44°87°
CMYK 0.000.110.44   0.13
XYZ53.133956.282126.8020
Yxy56.28210.39010.4132
Hunter Lab75.0214-4.864831.3331
CIE-Lab79.7741-0.929539.7851

#ddc47b color RGB value is (221,196,123).

#ddc47b hex color red value is 221, green value is 196 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ddc47b hue: 0.12 , saturation: 0.59 and the lightness value of ddc47b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 01111011
Octal 335 304 173
Decimal 221 196 123
Hex DD C4 7B

RGB Percentages of Color #ddc47b

%40.93
%36.30
%22.78

CMYK Percentages of Color #ddc47b

%0
%11
%44
%13

Triadic Colors of #ddc47b

#ddc47b #7bddc4 #c47bdd

Analogous Colors of #ddc47b

#ddc47b #c5dd7b #dd937b

Monochromatic Colors of #ddc47b

#ddc47b

Complementary Color

#ddc47b #7b94dd

#ddc47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc47b Color CSS Codes

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

#ddc47b Text Font Color

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

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


#ddc47b Background Color

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

This div background color is #ddc47b


#ddc47b Border Color

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

This div border color is #ddc47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc47b


Comments

No comments written yet.

Please login to write comment.