Color Hex Logo

#ddd219 Color Hex

#DDD219
(221,210,25)
0 Favorites   0 Comments

Color spaces of #ddd219

RGB 22121025
HSL0.160.800.48
HSV57°89°87°
CMYK 0.000.050.89   0.13
XYZ53.040961.535510.0017
Yxy61.53550.42580.4940
Hunter Lab78.4446-16.583847.3517
CIE-Lab82.6658-13.634179.8730

#ddd219 color RGB value is (221,210,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010010 00011001
Octal 335 322 31
Decimal 221 210 25
Hex DD D2 19

RGB Percentages of Color #ddd219

%48.46
%46.05
%5.48

CMYK Percentages of Color #ddd219

%0
%5
%89
%13

Triadic Colors of #ddd219

#ddd219 #19ddd2 #d219dd

Analogous Colors of #ddd219

#ddd219 #86dd19 #dd7019

Monochromatic Colors of #ddd219

#ddd219

Complementary Color

#ddd219 #1924dd

#ddd219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd219 Color CSS Codes

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

#ddd219 Text Font Color

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

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


#ddd219 Background Color

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

This div background color is #ddd219


#ddd219 Border Color

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

This div border color is #ddd219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd219


Comments

No comments written yet.

Please login to write comment.