Color Hex Logo

#ddca17 Color Hex

#DDCA17
(221,202,23)
0 Favorites   0 Comments

Color spaces of #ddca17

RGB 22120223
HSL0.150.810.48
HSV54°90°87°
CMYK 0.000.090.90   0.13
XYZ51.094057.67519.2501
Yxy57.67510.43290.4887
Hunter Lab75.9441-12.810345.9393
CIE-Lab80.5578-9.647678.5581

#ddca17 color RGB value is (221,202,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 00010111
Octal 335 312 27
Decimal 221 202 23
Hex DD CA 17

RGB Percentages of Color #ddca17

%49.55
%45.29
%5.16

CMYK Percentages of Color #ddca17

%0
%9
%90
%13

Triadic Colors of #ddca17

#ddca17 #17ddca #ca17dd

Analogous Colors of #ddca17

#ddca17 #8ddd17 #dd6717

Monochromatic Colors of #ddca17

#ddca17

Complementary Color

#ddca17 #172add

#ddca17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddca17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddca17 Color CSS Codes

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

#ddca17 Text Font Color

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

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


#ddca17 Background Color

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

This div background color is #ddca17


#ddca17 Border Color

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

This div border color is #ddca17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddca17


Comments

No comments written yet.

Please login to write comment.