Color Hex Logo

#ddc719 Color Hex

#DDC719
(221,199,25)
0 Favorites   0 Comments

Color spaces of #ddc719

RGB 22119925
HSL0.150.800.48
HSV53°89°87°
CMYK 0.000.100.89   0.13
XYZ50.417756.28929.1273
Yxy56.28920.43530.4859
Hunter Lab75.0261-11.343445.3054
CIE-Lab79.7781-8.088677.6046

#ddc719 color RGB value is (221,199,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000111 00011001
Octal 335 307 31
Decimal 221 199 25
Hex DD C7 19

RGB Percentages of Color #ddc719

%49.66
%44.72
%5.62

CMYK Percentages of Color #ddc719

%0
%10
%89
%13

Triadic Colors of #ddc719

#ddc719 #19ddc7 #c719dd

Analogous Colors of #ddc719

#ddc719 #91dd19 #dd6519

Monochromatic Colors of #ddc719

#ddc719

Complementary Color

#ddc719 #192fdd

#ddc719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc719 Color CSS Codes

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

#ddc719 Text Font Color

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

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


#ddc719 Background Color

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

This div background color is #ddc719


#ddc719 Border Color

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

This div border color is #ddc719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc719


Comments

No comments written yet.

Please login to write comment.