Color Hex Logo

#dfdd1c Color Hex

#DFDD1C
(223,221,28)
0 Favorites   0 Comments

Color spaces of #dfdd1c

RGB 22322128
HSL0.160.780.49
HSV59°87°87°
CMYK 0.000.010.87   0.13
XYZ56.497567.484711.1467
Yxy67.48470.41810.4994
Hunter Lab82.1491-20.998649.4594
CIE-Lab85.7481-18.165481.8674

#dfdd1c color RGB value is (223,221,28).

#dfdd1c hex color red value is 223, green value is 221 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #dfdd1c hue: 0.16 , saturation: 0.78 and the lightness value of dfdd1c is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 00011100
Octal 337 335 34
Decimal 223 221 28
Hex DF DD 1C

RGB Percentages of Color #dfdd1c

%47.25
%46.82
%5.93

CMYK Percentages of Color #dfdd1c

%0
%1
%87
%13

Triadic Colors of #dfdd1c

#dfdd1c #1cdfdd #dd1cdf

Analogous Colors of #dfdd1c

#dfdd1c #80df1c #df7c1c

Monochromatic Colors of #dfdd1c

#dfdd1c

Complementary Color

#dfdd1c #1c1edf

#dfdd1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd1c Color CSS Codes

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

#dfdd1c Text Font Color

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

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


#dfdd1c Background Color

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

This div background color is #dfdd1c


#dfdd1c Border Color

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

This div border color is #dfdd1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd1c


Comments

No comments written yet.

Please login to write comment.