Color Hex Logo

#ddc23a Color Hex

#DDC23A
(221,194,58)
0 Favorites   0 Comments

Color spaces of #ddc23a

RGB 22119458
HSL0.140.710.55
HSV50°74°87°
CMYK 0.000.120.74   0.13
XYZ49.874354.261211.8478
Yxy54.26120.43000.4678
Hunter Lab73.6622-8.052342.0274
CIE-Lab78.6138-4.529367.6450

#ddc23a color RGB value is (221,194,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 00111010
Octal 335 302 72
Decimal 221 194 58
Hex DD C2 3A

RGB Percentages of Color #ddc23a

%46.72
%41.01
%12.26

CMYK Percentages of Color #ddc23a

%0
%12
%74
%13

Triadic Colors of #ddc23a

#ddc23a #3addc2 #c23add

Analogous Colors of #ddc23a

#ddc23a #a7dd3a #dd713a

Monochromatic Colors of #ddc23a

#ddc23a

Complementary Color

#ddc23a #3a55dd

#ddc23a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc23a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc23a Color CSS Codes

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

#ddc23a Text Font Color

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

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


#ddc23a Background Color

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

This div background color is #ddc23a


#ddc23a Border Color

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

This div border color is #ddc23a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc23a


Comments

No comments written yet.

Please login to write comment.