Color Hex Logo

#ddc839 Color Hex

#DDC839
(221,200,57)
0 Favorites   0 Comments

Color spaces of #ddc839

RGB 22120057
HSL0.150.710.55
HSV52°74°87°
CMYK 0.000.100.74   0.13
XYZ51.211656.976112.1692
Yxy56.97610.42550.4734
Hunter Lab75.4825-10.989943.2791
CIE-Lab80.1661-7.647769.4658

#ddc839 color RGB value is (221,200,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001000 00111001
Octal 335 310 71
Decimal 221 200 57
Hex DD C8 39

RGB Percentages of Color #ddc839

%46.23
%41.84
%11.92

CMYK Percentages of Color #ddc839

%0
%10
%74
%13

Triadic Colors of #ddc839

#ddc839 #39ddc8 #c839dd

Analogous Colors of #ddc839

#ddc839 #a0dd39 #dd7639

Monochromatic Colors of #ddc839

#ddc839

Complementary Color

#ddc839 #394edd

#ddc839 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc839 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc839 Color CSS Codes

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

#ddc839 Text Font Color

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

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


#ddc839 Background Color

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

This div background color is #ddc839


#ddc839 Border Color

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

This div border color is #ddc839


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc839


Comments

No comments written yet.

Please login to write comment.