Color Hex Logo

#ddc33e Color Hex

#DDC33E
(221,195,62)
0 Favorites   0 Comments

Color spaces of #ddc33e

RGB 22119562
HSL0.140.700.55
HSV50°72°87°
CMYK 0.000.120.72   0.13
XYZ50.203454.750212.4793
Yxy54.75020.42750.4662
Hunter Lab73.9934-8.378841.7959
CIE-Lab78.8972-4.865666.4664

#ddc33e color RGB value is (221,195,62).

#ddc33e hex color red value is 221, green value is 195 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ddc33e hue: 0.14 , saturation: 0.70 and the lightness value of ddc33e is 0.55.

The process color (four color CMYK) of #ddc33e color hex is 0.00, 0.12, 0.72, 0.13. Web safe color of #ddc33e is #cccc33. Color #ddc33e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 00111110
Octal 335 303 76
Decimal 221 195 62
Hex DD C3 3E

RGB Percentages of Color #ddc33e

%46.23
%40.79
%12.97

CMYK Percentages of Color #ddc33e

%0
%12
%72
%13

Triadic Colors of #ddc33e

#ddc33e #3eddc3 #c33edd

Analogous Colors of #ddc33e

#ddc33e #a8dd3e #dd743e

Monochromatic Colors of #ddc33e

#ddc33e

Complementary Color

#ddc33e #3e58dd

#ddc33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc33e Color CSS Codes

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

#ddc33e Text Font Color

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

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


#ddc33e Background Color

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

This div background color is #ddc33e


#ddc33e Border Color

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

This div border color is #ddc33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc33e


Comments

No comments written yet.

Please login to write comment.