Color Hex Logo

#ddb937 Color Hex

#DDB937
(221,185,55)
0 Favorites   0 Comments

Color spaces of #ddb937

RGB 22118555
HSL0.130.710.54
HSV47°75°87°
CMYK 0.000.160.75   0.13
XYZ47.857350.345910.8098
Yxy50.34590.43900.4618
Hunter Lab70.9548-3.777140.6357
CIE-Lab76.28110.013966.4972

#ddb937 color RGB value is (221,185,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 00110111
Octal 335 271 67
Decimal 221 185 55
Hex DD B9 37

RGB Percentages of Color #ddb937

%47.94
%40.13
%11.93

CMYK Percentages of Color #ddb937

%0
%16
%75
%13

Triadic Colors of #ddb937

#ddb937 #37ddb9 #b937dd

Analogous Colors of #ddb937

#ddb937 #aedd37 #dd6637

Monochromatic Colors of #ddb937

#ddb937

Complementary Color

#ddb937 #375bdd

#ddb937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb937 Color CSS Codes

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

#ddb937 Text Font Color

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

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


#ddb937 Background Color

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

This div background color is #ddb937


#ddb937 Border Color

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

This div border color is #ddb937


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb937


Comments

No comments written yet.

Please login to write comment.