Color Hex Logo

#ddca19 Color Hex

#DDCA19
(221,202,25)
0 Favorites   0 Comments

Color spaces of #ddca19

RGB 22120225
HSL0.150.800.48
HSV54°89°87°
CMYK 0.000.090.89   0.13
XYZ51.114857.68349.3597
Yxy57.68340.43260.4882
Hunter Lab75.9496-12.779645.8581
CIE-Lab80.5624-9.612478.2202

#ddca19 color RGB value is (221,202,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 00011001
Octal 335 312 31
Decimal 221 202 25
Hex DD CA 19

RGB Percentages of Color #ddca19

%49.33
%45.09
%5.58

CMYK Percentages of Color #ddca19

%0
%9
%89
%13

Triadic Colors of #ddca19

#ddca19 #19ddca #ca19dd

Analogous Colors of #ddca19

#ddca19 #8edd19 #dd6819

Monochromatic Colors of #ddca19

#ddca19

Complementary Color

#ddca19 #192cdd

#ddca19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddca19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddca19 Color CSS Codes

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

#ddca19 Text Font Color

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

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


#ddca19 Background Color

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

This div background color is #ddca19


#ddca19 Border Color

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

This div border color is #ddca19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddca19


Comments

No comments written yet.

Please login to write comment.