Color Hex Logo

#ddca11 Color Hex

#DDCA11
(221,202,17)
0 Favorites   0 Comments

Color spaces of #ddca11

RGB 22120217
HSL0.150.860.47
HSV54°92°87°
CMYK 0.000.090.92   0.13
XYZ51.040557.65378.9685
Yxy57.65370.43380.4900
Hunter Lab75.9300-12.889146.1480
CIE-Lab80.5459-9.738179.4389

#ddca11 color RGB value is (221,202,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 00010001
Octal 335 312 21
Decimal 221 202 17
Hex DD CA 11

RGB Percentages of Color #ddca11

%50.23
%45.91
%3.86

CMYK Percentages of Color #ddca11

%0
%9
%92
%13

Triadic Colors of #ddca11

#ddca11 #11ddca #ca11dd

Analogous Colors of #ddca11

#ddca11 #8add11 #dd6411

Monochromatic Colors of #ddca11

#ddca11

Complementary Color

#ddca11 #1124dd

#ddca11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddca11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddca11 Color CSS Codes

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

#ddca11 Text Font Color

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

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


#ddca11 Background Color

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

This div background color is #ddca11


#ddca11 Border Color

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

This div border color is #ddca11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddca11


Comments

No comments written yet.

Please login to write comment.