Color Hex Logo

#ddc113 Color Hex

#DDC113
(221,193,19)
0 Favorites   0 Comments

Color spaces of #ddc113

RGB 22119319
HSL0.140.840.47
HSV52°91°87°
CMYK 0.000.130.91   0.13
XYZ49.006353.55918.3711
Yxy53.55910.44180.4828
Hunter Lab73.1841-8.543144.4470
CIE-Lab78.2039-5.116077.3778

#ddc113 color RGB value is (221,193,19).

#ddc113 hex color red value is 221, green value is 193 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #ddc113 hue: 0.14 , saturation: 0.84 and the lightness value of ddc113 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000001 00010011
Octal 335 301 23
Decimal 221 193 19
Hex DD C1 13

RGB Percentages of Color #ddc113

%51.04
%44.57
%4.39

CMYK Percentages of Color #ddc113

%0
%13
%91
%13

Triadic Colors of #ddc113

#ddc113 #13ddc1 #c113dd

Analogous Colors of #ddc113

#ddc113 #94dd13 #dd5c13

Monochromatic Colors of #ddc113

#ddc113

Complementary Color

#ddc113 #132fdd

#ddc113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc113 Color CSS Codes

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

#ddc113 Text Font Color

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

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


#ddc113 Background Color

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

This div background color is #ddc113


#ddc113 Border Color

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

This div border color is #ddc113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc113


Comments

No comments written yet.

Please login to write comment.