Color Hex Logo

#ddc916 Color Hex

#DDC916
(221,201,22)
0 Favorites   0 Comments

Color spaces of #ddc916

RGB 22120122
HSL0.150.820.48
HSV54°90°87°
CMYK 0.000.090.90   0.13
XYZ50.850357.20349.1203
Yxy57.20340.43400.4882
Hunter Lab75.6329-12.346745.7935
CIE-Lab80.2939-9.157378.5162

#ddc916 color RGB value is (221,201,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 00010110
Octal 335 311 26
Decimal 221 201 22
Hex DD C9 16

RGB Percentages of Color #ddc916

%49.77
%45.27
%4.95

CMYK Percentages of Color #ddc916

%0
%9
%90
%13

Triadic Colors of #ddc916

#ddc916 #16ddc9 #c916dd

Analogous Colors of #ddc916

#ddc916 #8edd16 #dd6616

Monochromatic Colors of #ddc916

#ddc916

Complementary Color

#ddc916 #162add

#ddc916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc916 Color CSS Codes

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

#ddc916 Text Font Color

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

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


#ddc916 Background Color

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

This div background color is #ddc916


#ddc916 Border Color

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

This div border color is #ddc916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc916


Comments

No comments written yet.

Please login to write comment.