Color Hex Logo

#ddcd11 Color Hex

#DDCD11
(221,205,17)
0 Favorites   0 Comments

Color spaces of #ddcd11

RGB 22120517
HSL0.150.860.47
HSV55°92°87°
CMYK 0.000.070.92   0.13
XYZ51.751359.07539.2054
Yxy59.07530.43110.4922
Hunter Lab76.8605-14.319146.7013
CIE-Lab81.3330-11.252880.0364

#ddcd11 color RGB value is (221,205,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 00010001
Octal 335 315 21
Decimal 221 205 17
Hex DD CD 11

RGB Percentages of Color #ddcd11

%49.89
%46.28
%3.84

CMYK Percentages of Color #ddcd11

%0
%7
%92
%13

Triadic Colors of #ddcd11

#ddcd11 #11ddcd #cd11dd

Analogous Colors of #ddcd11

#ddcd11 #87dd11 #dd6711

Monochromatic Colors of #ddcd11

#ddcd11

Complementary Color

#ddcd11 #1121dd

#ddcd11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcd11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcd11 Color CSS Codes

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

#ddcd11 Text Font Color

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

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


#ddcd11 Background Color

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

This div background color is #ddcd11


#ddcd11 Border Color

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

This div border color is #ddcd11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcd11


Comments

No comments written yet.

Please login to write comment.