Color Hex Logo

#ddcd14 Color Hex

#DDCD14
(221,205,20)
0 Favorites   0 Comments

Color spaces of #ddcd14

RGB 22120520
HSL0.150.830.47
HSV55°91°87°
CMYK 0.000.070.91   0.13
XYZ51.776459.08539.3375
Yxy59.08530.43080.4916
Hunter Lab76.8670-14.282346.6046
CIE-Lab81.3385-11.210579.6280

#ddcd14 color RGB value is (221,205,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 00010100
Octal 335 315 24
Decimal 221 205 20
Hex DD CD 14

RGB Percentages of Color #ddcd14

%49.55
%45.96
%4.48

CMYK Percentages of Color #ddcd14

%0
%7
%91
%13

Triadic Colors of #ddcd14

#ddcd14 #14ddcd #cd14dd

Analogous Colors of #ddcd14

#ddcd14 #89dd14 #dd6914

Monochromatic Colors of #ddcd14

#ddcd14

Complementary Color

#ddcd14 #1424dd

#ddcd14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcd14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcd14 Color CSS Codes

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

#ddcd14 Text Font Color

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

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


#ddcd14 Background Color

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

This div background color is #ddcd14


#ddcd14 Border Color

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

This div border color is #ddcd14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcd14


Comments

No comments written yet.

Please login to write comment.