Color Hex Logo

#ddc50e Color Hex

#DDC50E
(221,197,14)
0 Favorites   0 Comments

Color spaces of #ddc50e

RGB 22119714
HSL0.150.880.46
HSV53°94°87°
CMYK 0.000.110.94   0.13
XYZ49.864355.33648.4683
Yxy55.33640.43870.4868
Hunter Lab74.3884-10.527145.3224
CIE-Lab79.2346-7.232378.8270

#ddc50e color RGB value is (221,197,14).

#ddc50e hex color red value is 221, green value is 197 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ddc50e hue: 0.15 , saturation: 0.88 and the lightness value of ddc50e is 0.46.

The process color (four color CMYK) of #ddc50e color hex is 0.00, 0.11, 0.94, 0.13. Web safe color of #ddc50e is #cccc00. Color #ddc50e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 00001110
Octal 335 305 16
Decimal 221 197 14
Hex DD C5 E

RGB Percentages of Color #ddc50e

%51.16
%45.60
%3.24

CMYK Percentages of Color #ddc50e

%0
%11
%94
%13

Triadic Colors of #ddc50e

#ddc50e #0eddc5 #c50edd

Analogous Colors of #ddc50e

#ddc50e #8edd0e #dd5e0e

Monochromatic Colors of #ddc50e

#ddc50e

Complementary Color

#ddc50e #0e26dd

#ddc50e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc50e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc50e Color CSS Codes

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

#ddc50e Text Font Color

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

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


#ddc50e Background Color

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

This div background color is #ddc50e


#ddc50e Border Color

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

This div border color is #ddc50e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc50e


Comments

No comments written yet.

Please login to write comment.