Color Hex Logo

#ddb339 Color Hex

#DDB339
(221,179,57)
0 Favorites   0 Comments

Color spaces of #ddb339

RGB 22117957
HSL0.120.710.55
HSV45°74°87°
CMYK 0.000.190.74   0.13
XYZ46.677447.907810.6579
Yxy47.90780.44350.4552
Hunter Lab69.2155-0.750539.3213
CIE-Lab74.76673.245164.3221

#ddb339 color RGB value is (221,179,57).

#ddb339 hex color red value is 221, green value is 179 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #ddb339 hue: 0.12 , saturation: 0.71 and the lightness value of ddb339 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 00111001
Octal 335 263 71
Decimal 221 179 57
Hex DD B3 39

RGB Percentages of Color #ddb339

%48.36
%39.17
%12.47

CMYK Percentages of Color #ddb339

%0
%19
%74
%13

Triadic Colors of #ddb339

#ddb339 #39ddb3 #b339dd

Analogous Colors of #ddb339

#ddb339 #b5dd39 #dd6139

Monochromatic Colors of #ddb339

#ddb339

Complementary Color

#ddb339 #3963dd

#ddb339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb339 Color CSS Codes

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

#ddb339 Text Font Color

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

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


#ddb339 Background Color

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

This div background color is #ddb339


#ddb339 Border Color

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

This div border color is #ddb339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb339


Comments

No comments written yet.

Please login to write comment.