Color Hex Logo

#ddc12c Color Hex

#DDC12C
(221,193,44)
0 Favorites   0 Comments

Color spaces of #ddc12c

RGB 22119344
HSL0.140.720.52
HSV51°80°87°
CMYK 0.000.130.80   0.13
XYZ49.343453.693910.1462
Yxy53.69390.43600.4744
Hunter Lab73.2761-8.033143.0837
CIE-Lab78.2829-4.539171.8838

#ddc12c color RGB value is (221,193,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000001 00101100
Octal 335 301 54
Decimal 221 193 44
Hex DD C1 2C

RGB Percentages of Color #ddc12c

%48.25
%42.14
%9.61

CMYK Percentages of Color #ddc12c

%0
%13
%80
%13

Triadic Colors of #ddc12c

#ddc12c #2cddc1 #c12cdd

Analogous Colors of #ddc12c

#ddc12c #a1dd2c #dd692c

Monochromatic Colors of #ddc12c

#ddc12c

Complementary Color

#ddc12c #2c48dd

#ddc12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc12c Color CSS Codes

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

#ddc12c Text Font Color

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

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


#ddc12c Background Color

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

This div background color is #ddc12c


#ddc12c Border Color

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

This div border color is #ddc12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc12c


Comments

No comments written yet.

Please login to write comment.