Color Hex Logo

#ddd316 Color Hex

#DDD316
(221,211,22)
0 Favorites   0 Comments

Color spaces of #ddd316

RGB 22121122
HSL0.160.820.48
HSV57°90°87°
CMYK 0.000.050.90   0.13
XYZ53.257962.01869.9229
Yxy62.01860.42540.4954
Hunter Lab78.7519-17.100847.6557
CIE-Lab82.9233-14.183680.5546

#ddd316 color RGB value is (221,211,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 00010110
Octal 335 323 26
Decimal 221 211 22
Hex DD D3 16

RGB Percentages of Color #ddd316

%48.68
%46.48
%4.85

CMYK Percentages of Color #ddd316

%0
%5
%90
%13

Triadic Colors of #ddd316

#ddd316 #16ddd3 #d316dd

Analogous Colors of #ddd316

#ddd316 #84dd16 #dd7016

Monochromatic Colors of #ddd316

#ddd316

Complementary Color

#ddd316 #1620dd

#ddd316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd316 Color CSS Codes

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

#ddd316 Text Font Color

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

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


#ddd316 Background Color

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

This div background color is #ddd316


#ddd316 Border Color

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

This div border color is #ddd316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd316


Comments

No comments written yet.

Please login to write comment.