Color Hex Logo

#ddd116 Color Hex

#DDD116
(221,209,22)
0 Favorites   0 Comments

Color spaces of #ddd116

RGB 22120922
HSL0.160.820.48
HSV56°90°87°
CMYK 0.000.050.90   0.13
XYZ52.764161.03109.7583
Yxy61.03100.42710.4940
Hunter Lab78.1223-16.154647.2797
CIE-Lab82.3954-13.186080.1448

#ddd116 color RGB value is (221,209,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 00010110
Octal 335 321 26
Decimal 221 209 22
Hex DD D1 16

RGB Percentages of Color #ddd116

%48.89
%46.24
%4.87

CMYK Percentages of Color #ddd116

%0
%5
%90
%13

Triadic Colors of #ddd116

#ddd116 #16ddd1 #d116dd

Analogous Colors of #ddd116

#ddd116 #86dd16 #dd6e16

Monochromatic Colors of #ddd116

#ddd116

Complementary Color

#ddd116 #1622dd

#ddd116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd116 Color CSS Codes

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

#ddd116 Text Font Color

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

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


#ddd116 Background Color

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

This div background color is #ddd116


#ddd116 Border Color

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

This div border color is #ddd116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd116


Comments

No comments written yet.

Please login to write comment.