Color Hex Logo

#dfd633 Color Hex

#DFD633
(223,214,51)
0 Favorites   0 Comments

Color spaces of #dfd633

RGB 22321451
HSL0.160.730.54
HSV57°77°87°
CMYK 0.000.040.77   0.13
XYZ55.075564.020112.5863
Yxy64.02010.41820.4862
Hunter Lab80.0126-17.154146.6822
CIE-Lab83.9762-14.085074.9466

#dfd633 color RGB value is (223,214,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010110 00110011
Octal 337 326 63
Decimal 223 214 51
Hex DF D6 33

RGB Percentages of Color #dfd633

%45.70
%43.85
%10.45

CMYK Percentages of Color #dfd633

%0
%4
%77
%13

Triadic Colors of #dfd633

#dfd633 #33dfd6 #d633df

Analogous Colors of #dfd633

#dfd633 #92df33 #df8033

Monochromatic Colors of #dfd633

#dfd633

Complementary Color

#dfd633 #333cdf

#dfd633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd633 Color CSS Codes

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

#dfd633 Text Font Color

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

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


#dfd633 Background Color

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

This div background color is #dfd633


#dfd633 Border Color

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

This div border color is #dfd633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd633


Comments

No comments written yet.

Please login to write comment.