Color Hex Logo

#ddc716 Color Hex

#DDC716
(221,199,22)
0 Favorites   0 Comments

Color spaces of #ddc716

RGB 22119922
HSL0.150.820.48
HSV53°90°87°
CMYK 0.000.100.90   0.13
XYZ50.387056.27698.9659
Yxy56.27690.43580.4867
Hunter Lab75.0179-11.389045.4264
CIE-Lab79.7712-8.140778.1116

#ddc716 color RGB value is (221,199,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000111 00010110
Octal 335 307 26
Decimal 221 199 22
Hex DD C7 16

RGB Percentages of Color #ddc716

%50.00
%45.02
%4.98

CMYK Percentages of Color #ddc716

%0
%10
%90
%13

Triadic Colors of #ddc716

#ddc716 #16ddc7 #c716dd

Analogous Colors of #ddc716

#ddc716 #90dd16 #dd6416

Monochromatic Colors of #ddc716

#ddc716

Complementary Color

#ddc716 #162cdd

#ddc716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc716 Color CSS Codes

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

#ddc716 Text Font Color

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

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


#ddc716 Background Color

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

This div background color is #ddc716


#ddc716 Border Color

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

This div border color is #ddc716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc716


Comments

No comments written yet.

Please login to write comment.