Color Hex Logo

#ddc914 Color Hex

#DDC914
(221,201,20)
0 Favorites   0 Comments

Color spaces of #ddc914

RGB 22120120
HSL0.150.830.47
HSV54°91°87°
CMYK 0.000.090.91   0.13
XYZ50.831757.19599.0226
Yxy57.19590.43430.4886
Hunter Lab75.6280-12.374045.8661
CIE-Lab80.2897-9.188678.8225

#ddc914 color RGB value is (221,201,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 00010100
Octal 335 311 24
Decimal 221 201 20
Hex DD C9 14

RGB Percentages of Color #ddc914

%50.00
%45.48
%4.52

CMYK Percentages of Color #ddc914

%0
%9
%91
%13

Triadic Colors of #ddc914

#ddc914 #14ddc9 #c914dd

Analogous Colors of #ddc914

#ddc914 #8ddd14 #dd6514

Monochromatic Colors of #ddc914

#ddc914

Complementary Color

#ddc914 #1428dd

#ddc914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc914 Color CSS Codes

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

#ddc914 Text Font Color

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

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


#ddc914 Background Color

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

This div background color is #ddc914


#ddc914 Border Color

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

This div border color is #ddc914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc914


Comments

No comments written yet.

Please login to write comment.