Color Hex Logo

#ddd513 Color Hex

#DDD513
(221,213,19)
0 Favorites   0 Comments

Color spaces of #ddd513

RGB 22121319
HSL0.160.840.47
HSV58°91°87°
CMYK 0.000.040.91   0.13
XYZ53.730663.00779.9459
Yxy63.00770.42410.4974
Hunter Lab79.3774-18.083748.1352
CIE-Lab83.4464-15.222481.3870

#ddd513 color RGB value is (221,213,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010101 00010011
Octal 335 325 23
Decimal 221 213 19
Hex DD D5 13

RGB Percentages of Color #ddd513

%48.79
%47.02
%4.19

CMYK Percentages of Color #ddd513

%0
%4
%91
%13

Triadic Colors of #ddd513

#ddd513 #13ddd5 #d513dd

Analogous Colors of #ddd513

#ddd513 #80dd13 #dd7013

Monochromatic Colors of #ddd513

#ddd513

Complementary Color

#ddd513 #131bdd

#ddd513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd513 Color CSS Codes

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

#ddd513 Text Font Color

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

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


#ddd513 Background Color

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

This div background color is #ddd513


#ddd513 Border Color

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

This div border color is #ddd513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd513


Comments

No comments written yet.

Please login to write comment.