Color Hex Logo

#ddc617 Color Hex

#DDC617
(221,198,23)
0 Favorites   0 Comments

Color spaces of #ddc617

RGB 22119823
HSL0.150.810.48
HSV53°90°87°
CMYK 0.000.100.90   0.13
XYZ50.167555.82228.9413
Yxy55.82220.43650.4857
Hunter Lab74.7143-10.894745.2046
CIE-Lab79.5125-7.614477.7453

#ddc617 color RGB value is (221,198,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 00010111
Octal 335 306 27
Decimal 221 198 23
Hex DD C6 17

RGB Percentages of Color #ddc617

%50.00
%44.80
%5.20

CMYK Percentages of Color #ddc617

%0
%10
%90
%13

Triadic Colors of #ddc617

#ddc617 #17ddc6 #c617dd

Analogous Colors of #ddc617

#ddc617 #91dd17 #dd6317

Monochromatic Colors of #ddc617

#ddc617

Complementary Color

#ddc617 #172edd

#ddc617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc617 Color CSS Codes

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

#ddc617 Text Font Color

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

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


#ddc617 Background Color

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

This div background color is #ddc617


#ddc617 Border Color

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

This div border color is #ddc617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc617


Comments

No comments written yet.

Please login to write comment.