Color Hex Logo

#ddc517 Color Hex

#DDC517
(221,197,23)
0 Favorites   0 Comments

Color spaces of #ddc517

RGB 22119723
HSL0.150.810.48
HSV53°90°87°
CMYK 0.000.110.90   0.13
XYZ49.939755.36658.8653
Yxy55.36650.43740.4849
Hunter Lab74.4087-10.414145.0221
CIE-Lab79.2519-7.103677.5430

#ddc517 color RGB value is (221,197,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 00010111
Octal 335 305 27
Decimal 221 197 23
Hex DD C5 17

RGB Percentages of Color #ddc517

%50.11
%44.67
%5.22

CMYK Percentages of Color #ddc517

%0
%11
%90
%13

Triadic Colors of #ddc517

#ddc517 #17ddc5 #c517dd

Analogous Colors of #ddc517

#ddc517 #92dd17 #dd6217

Monochromatic Colors of #ddc517

#ddc517

Complementary Color

#ddc517 #172fdd

#ddc517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc517 Color CSS Codes

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

#ddc517 Text Font Color

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

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


#ddc517 Background Color

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

This div background color is #ddc517


#ddc517 Border Color

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

This div border color is #ddc517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc517


Comments

No comments written yet.

Please login to write comment.