Color Hex Logo

#ddc917 Color Hex

#DDC917
(221,201,23)
0 Favorites   0 Comments

Color spaces of #ddc917

RGB 22120123
HSL0.150.810.48
HSV54°90°87°
CMYK 0.000.090.90   0.13
XYZ50.860157.20739.1721
Yxy57.20730.43380.4880
Hunter Lab75.6355-12.332245.7549
CIE-Lab80.2960-9.140678.3546

#ddc917 color RGB value is (221,201,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 00010111
Octal 335 311 27
Decimal 221 201 23
Hex DD C9 17

RGB Percentages of Color #ddc917

%49.66
%45.17
%5.17

CMYK Percentages of Color #ddc917

%0
%9
%90
%13

Triadic Colors of #ddc917

#ddc917 #17ddc9 #c917dd

Analogous Colors of #ddc917

#ddc917 #8edd17 #dd6617

Monochromatic Colors of #ddc917

#ddc917

Complementary Color

#ddc917 #172bdd

#ddc917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc917 Color CSS Codes

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

#ddc917 Text Font Color

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

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


#ddc917 Background Color

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

This div background color is #ddc917


#ddc917 Border Color

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

This div border color is #ddc917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc917


Comments

No comments written yet.

Please login to write comment.