Color Hex Logo

#ddd12c Color Hex

#DDD12C
(221,209,44)
0 Favorites   0 Comments

Color spaces of #ddd12c

RGB 22120944
HSL0.160.720.52
HSV56°80°87°
CMYK 0.000.050.80   0.13
XYZ53.073961.154911.3897
Yxy61.15490.42250.4868
Hunter Lab78.2016-15.708346.1058
CIE-Lab82.4619-12.670275.5266

#ddd12c color RGB value is (221,209,44).

#ddd12c hex color red value is 221, green value is 209 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ddd12c hue: 0.16 , saturation: 0.72 and the lightness value of ddd12c is 0.52.

The process color (four color CMYK) of #ddd12c color hex is 0.00, 0.05, 0.80, 0.13. Web safe color of #ddd12c is #cccc33. Color #ddd12c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 00101100
Octal 335 321 54
Decimal 221 209 44
Hex DD D1 2C

RGB Percentages of Color #ddd12c

%46.62
%44.09
%9.28

CMYK Percentages of Color #ddd12c

%0
%5
%80
%13

Triadic Colors of #ddd12c

#ddd12c #2cddd1 #d12cdd

Analogous Colors of #ddd12c

#ddd12c #91dd2c #dd792c

Monochromatic Colors of #ddd12c

#ddd12c

Complementary Color

#ddd12c #2c38dd

#ddd12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd12c Color CSS Codes

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

#ddd12c Text Font Color

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

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


#ddd12c Background Color

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

This div background color is #ddd12c


#ddd12c Border Color

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

This div border color is #ddd12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd12c


Comments

No comments written yet.

Please login to write comment.