Color Hex Logo

#ddd137 Color Hex

#DDD137
(221,209,55)
0 Favorites   0 Comments

Color spaces of #ddd137

RGB 22120955
HSL0.150.710.54
HSV56°75°87°
CMYK 0.000.050.75   0.13
XYZ53.308861.248912.6270
Yxy61.24890.41910.4816
Hunter Lab78.2617-15.370745.2171
CIE-Lab82.5124-12.281072.3178

#ddd137 color RGB value is (221,209,55).

#ddd137 hex color red value is 221, green value is 209 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #ddd137 hue: 0.15 , saturation: 0.71 and the lightness value of ddd137 is 0.54.

The process color (four color CMYK) of #ddd137 color hex is 0.00, 0.05, 0.75, 0.13. Web safe color of #ddd137 is #cccc33. Color #ddd137 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 00110111
Octal 335 321 67
Decimal 221 209 55
Hex DD D1 37

RGB Percentages of Color #ddd137

%45.57
%43.09
%11.34

CMYK Percentages of Color #ddd137

%0
%5
%75
%13

Triadic Colors of #ddd137

#ddd137 #37ddd1 #d137dd

Analogous Colors of #ddd137

#ddd137 #96dd37 #dd7e37

Monochromatic Colors of #ddd137

#ddd137

Complementary Color

#ddd137 #3743dd

#ddd137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd137 Color CSS Codes

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

#ddd137 Text Font Color

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

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


#ddd137 Background Color

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

This div background color is #ddd137


#ddd137 Border Color

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

This div border color is #ddd137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd137


Comments

No comments written yet.

Please login to write comment.