Color Hex Logo

#dfd332 Color Hex

#DFD332
(223,211,50)
0 Favorites   0 Comments

Color spaces of #dfd332

RGB 22321150
HSL0.160.730.54
HSV56°78°87°
CMYK 0.000.050.78   0.13
XYZ54.301462.506812.2206
Yxy62.50680.42080.4844
Hunter Lab79.0612-15.758546.1783
CIE-Lab83.1822-12.624774.5304

#dfd332 color RGB value is (223,211,50).

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

The process color (four color CMYK) of #dfd332 color hex is 0.00, 0.05, 0.78, 0.13. Web safe color of #dfd332 is #cccc33. Color #dfd332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010011 00110010
Octal 337 323 62
Decimal 223 211 50
Hex DF D3 32

RGB Percentages of Color #dfd332

%46.07
%43.60
%10.33

CMYK Percentages of Color #dfd332

%0
%5
%78
%13

Triadic Colors of #dfd332

#dfd332 #32dfd3 #d332df

Analogous Colors of #dfd332

#dfd332 #95df32 #df7d32

Monochromatic Colors of #dfd332

#dfd332

Complementary Color

#dfd332 #323edf

#dfd332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd332 Color CSS Codes

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

#dfd332 Text Font Color

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

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


#dfd332 Background Color

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

This div background color is #dfd332


#dfd332 Border Color

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

This div border color is #dfd332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd332


Comments

No comments written yet.

Please login to write comment.