Color Hex Logo

#dfd133 Color Hex

#DFD133
(223,209,51)
0 Favorites   0 Comments

Color spaces of #dfd133

RGB 22320951
HSL0.150.730.54
HSV55°77°87°
CMYK 0.000.060.77   0.13
XYZ53.829461.527912.1709
Yxy61.52790.42210.4825
Hunter Lab78.4397-14.773645.7082
CIE-Lab82.6617-11.586873.7640

#dfd133 color RGB value is (223,209,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 00110011
Octal 337 321 63
Decimal 223 209 51
Hex DF D1 33

RGB Percentages of Color #dfd133

%46.17
%43.27
%10.56

CMYK Percentages of Color #dfd133

%0
%6
%77
%13

Triadic Colors of #dfd133

#dfd133 #33dfd1 #d133df

Analogous Colors of #dfd133

#dfd133 #97df33 #df7b33

Monochromatic Colors of #dfd133

#dfd133

Complementary Color

#dfd133 #3341df

#dfd133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd133 Color CSS Codes

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

#dfd133 Text Font Color

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

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


#dfd133 Background Color

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

This div background color is #dfd133


#dfd133 Border Color

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

This div border color is #dfd133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd133


Comments

No comments written yet.

Please login to write comment.