Color Hex Logo

#dfdd55 Color Hex

#DFDD55
(223,221,85)
0 Favorites   0 Comments

Color spaces of #dfdd55

RGB 22322185
HSL0.160.680.60
HSV59°62°87°
CMYK 0.000.010.62   0.13
XYZ57.927668.056818.6775
Yxy68.05680.40040.4705
Hunter Lab82.4965-19.029444.3241
CIE-Lab86.0348-15.883664.7960

#dfdd55 color RGB value is (223,221,85).

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

The process color (four color CMYK) of #dfdd55 color hex is 0.00, 0.01, 0.62, 0.13. Web safe color of #dfdd55 is #cccc66. Color #dfdd55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 01010101
Octal 337 335 125
Decimal 223 221 85
Hex DF DD 55

RGB Percentages of Color #dfdd55

%42.16
%41.78
%16.07

CMYK Percentages of Color #dfdd55

%0
%1
%62
%13

Triadic Colors of #dfdd55

#dfdd55 #55dfdd #dd55df

Analogous Colors of #dfdd55

#dfdd55 #9cdf55 #df9855

Monochromatic Colors of #dfdd55

#dfdd55

Complementary Color

#dfdd55 #5557df

#dfdd55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd55 Color CSS Codes

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

#dfdd55 Text Font Color

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

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


#dfdd55 Background Color

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

This div background color is #dfdd55


#dfdd55 Border Color

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

This div border color is #dfdd55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd55


Comments

No comments written yet.

Please login to write comment.