Color Hex Logo

#dfdd33 Color Hex

#DFDD33
(223,221,51)
0 Favorites   0 Comments

Color spaces of #dfdd33

RGB 22322151
HSL0.160.730.54
HSV59°77°87°
CMYK 0.000.010.77   0.13
XYZ56.885467.639913.1896
Yxy67.63990.41310.4912
Hunter Lab82.2435-20.462948.0619
CIE-Lab85.8261-17.541476.6035

#dfdd33 color RGB value is (223,221,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 00110011
Octal 337 335 63
Decimal 223 221 51
Hex DF DD 33

RGB Percentages of Color #dfdd33

%45.05
%44.65
%10.30

CMYK Percentages of Color #dfdd33

%0
%1
%77
%13

Triadic Colors of #dfdd33

#dfdd33 #33dfdd #dd33df

Analogous Colors of #dfdd33

#dfdd33 #8bdf33 #df8733

Monochromatic Colors of #dfdd33

#dfdd33

Complementary Color

#dfdd33 #3335df

#dfdd33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd33 Color CSS Codes

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

#dfdd33 Text Font Color

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

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


#dfdd33 Background Color

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

This div background color is #dfdd33


#dfdd33 Border Color

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

This div border color is #dfdd33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd33


Comments

No comments written yet.

Please login to write comment.