Color Hex Logo

#ddc014 Color Hex

#DDC014
(221,192,20)
0 Favorites   0 Comments

Color spaces of #ddc014

RGB 22119220
HSL0.140.830.47
HSV51°91°87°
CMYK 0.000.130.91   0.13
XYZ48.794753.12198.3436
Yxy53.12190.44250.4818
Hunter Lab72.8848-8.046744.2320
CIE-Lab77.9469-4.586077.0279

#ddc014 color RGB value is (221,192,20).

#ddc014 hex color red value is 221, green value is 192 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ddc014 hue: 0.14 , saturation: 0.83 and the lightness value of ddc014 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 00010100
Octal 335 300 24
Decimal 221 192 20
Hex DD C0 14

RGB Percentages of Color #ddc014

%51.04
%44.34
%4.62

CMYK Percentages of Color #ddc014

%0
%13
%91
%13

Triadic Colors of #ddc014

#ddc014 #14ddc0 #c014dd

Analogous Colors of #ddc014

#ddc014 #96dd14 #dd5c14

Monochromatic Colors of #ddc014

#ddc014

Complementary Color

#ddc014 #1431dd

#ddc014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc014 Color CSS Codes

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

#ddc014 Text Font Color

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

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


#ddc014 Background Color

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

This div background color is #ddc014


#ddc014 Border Color

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

This div border color is #ddc014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc014


Comments

No comments written yet.

Please login to write comment.