Color Hex Logo

#ddb437 Color Hex

#DDB437
(221,180,55)
0 Favorites   0 Comments

Color spaces of #ddb437

RGB 22118055
HSL0.130.710.54
HSV45°75°87°
CMYK 0.000.190.75   0.13
XYZ46.829648.290510.4672
Yxy48.29050.44350.4574
Hunter Lab69.4914-1.320439.7133
CIE-Lab75.00782.634365.2907

#ddb437 color RGB value is (221,180,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110100 00110111
Octal 335 264 67
Decimal 221 180 55
Hex DD B4 37

RGB Percentages of Color #ddb437

%48.46
%39.47
%12.06

CMYK Percentages of Color #ddb437

%0
%19
%75
%13

Triadic Colors of #ddb437

#ddb437 #37ddb4 #b437dd

Analogous Colors of #ddb437

#ddb437 #b3dd37 #dd6137

Monochromatic Colors of #ddb437

#ddb437

Complementary Color

#ddb437 #3760dd

#ddb437 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb437 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb437 Color CSS Codes

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

#ddb437 Text Font Color

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

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


#ddb437 Background Color

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

This div background color is #ddb437


#ddb437 Border Color

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

This div border color is #ddb437


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb437


Comments

No comments written yet.

Please login to write comment.