Color Hex Logo

#ddca13 Color Hex

#DDCA13
(221,202,19)
0 Favorites   0 Comments

Color spaces of #ddca13

RGB 22120219
HSL0.150.840.47
HSV54°91°87°
CMYK 0.000.090.91   0.13
XYZ51.056957.66029.0546
Yxy57.66020.43350.4896
Hunter Lab75.9343-12.864846.0841
CIE-Lab80.5495-9.710279.1676

#ddca13 color RGB value is (221,202,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 00010011
Octal 335 312 23
Decimal 221 202 19
Hex DD CA 13

RGB Percentages of Color #ddca13

%50.00
%45.70
%4.30

CMYK Percentages of Color #ddca13

%0
%9
%91
%13

Triadic Colors of #ddca13

#ddca13 #13ddca #ca13dd

Analogous Colors of #ddca13

#ddca13 #8bdd13 #dd6513

Monochromatic Colors of #ddca13

#ddca13

Complementary Color

#ddca13 #1326dd

#ddca13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddca13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddca13 Color CSS Codes

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

#ddca13 Text Font Color

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

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


#ddca13 Background Color

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

This div background color is #ddca13


#ddca13 Border Color

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

This div border color is #ddca13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddca13


Comments

No comments written yet.

Please login to write comment.