Color Hex Logo

#ddb623 Color Hex

#DDB623
(221,182,35)
0 Favorites   0 Comments

Color spaces of #ddb623

RGB 22118235
HSL0.130.730.50
HSV47°84°87°
CMYK 0.000.180.84   0.13
XYZ46.850148.94948.5690
Yxy48.94940.44890.4690
Hunter Lab69.9638-2.907241.7130
CIE-Lab75.41980.915971.9127

#ddb623 color RGB value is (221,182,35).

#ddb623 hex color red value is 221, green value is 182 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #ddb623 hue: 0.13 , saturation: 0.73 and the lightness value of ddb623 is 0.50.

The process color (four color CMYK) of #ddb623 color hex is 0.00, 0.18, 0.84, 0.13. Web safe color of #ddb623 is #cccc33. Color #ddb623 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 00100011
Octal 335 266 43
Decimal 221 182 35
Hex DD B6 23

RGB Percentages of Color #ddb623

%50.46
%41.55
%7.99

CMYK Percentages of Color #ddb623

%0
%18
%84
%13

Triadic Colors of #ddb623

#ddb623 #23ddb6 #b623dd

Analogous Colors of #ddb623

#ddb623 #a7dd23 #dd5923

Monochromatic Colors of #ddb623

#ddb623

Complementary Color

#ddb623 #234add

#ddb623 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb623 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb623 Color CSS Codes

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

#ddb623 Text Font Color

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

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


#ddb623 Background Color

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

This div background color is #ddb623


#ddb623 Border Color

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

This div border color is #ddb623


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb623


Comments

No comments written yet.

Please login to write comment.