Color Hex Logo

#ddc819 Color Hex

#DDC819
(221,200,25)
0 Favorites   0 Comments

Color spaces of #ddc819

RGB 22120025
HSL0.150.800.48
HSV54°89°87°
CMYK 0.000.100.89   0.13
XYZ50.648556.75099.2043
Yxy56.75090.43440.4867
Hunter Lab75.3332-11.822845.4891
CIE-Lab80.0393-8.597677.8094

#ddc819 color RGB value is (221,200,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001000 00011001
Octal 335 310 31
Decimal 221 200 25
Hex DD C8 19

RGB Percentages of Color #ddc819

%49.55
%44.84
%5.61

CMYK Percentages of Color #ddc819

%0
%10
%89
%13

Triadic Colors of #ddc819

#ddc819 #19ddc8 #c819dd

Analogous Colors of #ddc819

#ddc819 #90dd19 #dd6619

Monochromatic Colors of #ddc819

#ddc819

Complementary Color

#ddc819 #192edd

#ddc819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc819 Color CSS Codes

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

#ddc819 Text Font Color

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

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


#ddc819 Background Color

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

This div background color is #ddc819


#ddc819 Border Color

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

This div border color is #ddc819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc819


Comments

No comments written yet.

Please login to write comment.