Color Hex Logo

#ddd47b Color Hex

#DDD47B
(221,212,123)
0 Favorites   0 Comments

Color spaces of #ddd47b

RGB 221212123
HSL0.150.590.67
HSV54°44°87°
CMYK 0.000.040.44   0.13
XYZ56.937463.889228.0698
Yxy63.88920.38240.4291
Hunter Lab79.9307-12.727135.1302
CIE-Lab83.9080-9.145744.9666

#ddd47b color RGB value is (221,212,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 01111011
Octal 335 324 173
Decimal 221 212 123
Hex DD D4 7B

RGB Percentages of Color #ddd47b

%39.75
%38.13
%22.12

CMYK Percentages of Color #ddd47b

%0
%4
%44
%13

Triadic Colors of #ddd47b

#ddd47b #7bddd4 #d47bdd

Analogous Colors of #ddd47b

#ddd47b #b5dd7b #dda37b

Monochromatic Colors of #ddd47b

#ddd47b

Complementary Color

#ddd47b #7b84dd

#ddd47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd47b Color CSS Codes

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

#ddd47b Text Font Color

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

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


#ddd47b Background Color

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

This div background color is #ddd47b


#ddd47b Border Color

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

This div border color is #ddd47b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,212,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 #ddd47b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd47b


Comments

No comments written yet.

Please login to write comment.