Color Hex Logo

#ddd37b Color Hex

#DDD37B
(221,211,123)
0 Favorites   0 Comments

Color spaces of #ddd37b

RGB 221211123
HSL0.150.590.67
HSV54°44°87°
CMYK 0.000.050.44   0.13
XYZ56.688263.390727.9867
Yxy63.39070.38290.4281
Hunter Lab79.6183-12.240034.8917
CIE-Lab83.6475-8.638644.6431

#ddd37b color RGB value is (221,211,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 01111011
Octal 335 323 173
Decimal 221 211 123
Hex DD D3 7B

RGB Percentages of Color #ddd37b

%39.82
%38.02
%22.16

CMYK Percentages of Color #ddd37b

%0
%5
%44
%13

Triadic Colors of #ddd37b

#ddd37b #7bddd3 #d37bdd

Analogous Colors of #ddd37b

#ddd37b #b6dd7b #dda27b

Monochromatic Colors of #ddd37b

#ddd37b

Complementary Color

#ddd37b #7b85dd

#ddd37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd37b Color CSS Codes

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

#ddd37b Text Font Color

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

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


#ddd37b Background Color

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

This div background color is #ddd37b


#ddd37b Border Color

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

This div border color is #ddd37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd37b


Comments

No comments written yet.

Please login to write comment.