Color Hex Logo

#ddc93a Color Hex

#DDC93A
(221,201,58)
0 Favorites   0 Comments

Color spaces of #ddc93a

RGB 22120158
HSL0.150.710.55
HSV53°74°87°
CMYK 0.000.090.74   0.13
XYZ51.469257.450912.3794
Yxy57.45090.42430.4736
Hunter Lab75.7964-11.434043.3740
CIE-Lab80.4325-8.114969.3735

#ddc93a color RGB value is (221,201,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 00111010
Octal 335 311 72
Decimal 221 201 58
Hex DD C9 3A

RGB Percentages of Color #ddc93a

%46.04
%41.88
%12.08

CMYK Percentages of Color #ddc93a

%0
%9
%74
%13

Triadic Colors of #ddc93a

#ddc93a #3addc9 #c93add

Analogous Colors of #ddc93a

#ddc93a #a0dd3a #dd783a

Monochromatic Colors of #ddc93a

#ddc93a

Complementary Color

#ddc93a #3a4edd

#ddc93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc93a Color CSS Codes

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

#ddc93a Text Font Color

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

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


#ddc93a Background Color

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

This div background color is #ddc93a


#ddc93a Border Color

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

This div border color is #ddc93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc93a


Comments

No comments written yet.

Please login to write comment.