Color Hex Logo

#ddd114 Color Hex

#DDD114
(221,209,20)
0 Favorites   0 Comments

Color spaces of #ddd114

RGB 22120920
HSL0.160.830.47
HSV56°91°87°
CMYK 0.000.050.91   0.13
XYZ52.745561.02369.6606
Yxy61.02360.42730.4944
Hunter Lab78.1176-16.181547.3501
CIE-Lab82.3914-13.217280.4377

#ddd114 color RGB value is (221,209,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 00010100
Octal 335 321 24
Decimal 221 209 20
Hex DD D1 14

RGB Percentages of Color #ddd114

%49.11
%46.44
%4.44

CMYK Percentages of Color #ddd114

%0
%5
%91
%13

Triadic Colors of #ddd114

#ddd114 #14ddd1 #d114dd

Analogous Colors of #ddd114

#ddd114 #85dd14 #dd6d14

Monochromatic Colors of #ddd114

#ddd114

Complementary Color

#ddd114 #1420dd

#ddd114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd114 Color CSS Codes

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

#ddd114 Text Font Color

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

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


#ddd114 Background Color

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

This div background color is #ddd114


#ddd114 Border Color

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

This div border color is #ddd114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd114


Comments

No comments written yet.

Please login to write comment.