Color Hex Logo

#dfd132 Color Hex

#DFD132
(223,209,50)
0 Favorites   0 Comments

Color spaces of #dfd132

RGB 22320950
HSL0.150.730.54
HSV55°78°87°
CMYK 0.000.060.78   0.13
XYZ53.807661.519212.0560
Yxy61.51920.42240.4829
Hunter Lab78.4342-14.804845.7905
CIE-Lab82.6571-11.622674.0601

#dfd132 color RGB value is (223,209,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 00110010
Octal 337 321 62
Decimal 223 209 50
Hex DF D1 32

RGB Percentages of Color #dfd132

%46.27
%43.36
%10.37

CMYK Percentages of Color #dfd132

%0
%6
%78
%13

Triadic Colors of #dfd132

#dfd132 #32dfd1 #d132df

Analogous Colors of #dfd132

#dfd132 #97df32 #df7b32

Monochromatic Colors of #dfd132

#dfd132

Complementary Color

#dfd132 #3240df

#dfd132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd132 Color CSS Codes

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

#dfd132 Text Font Color

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

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


#dfd132 Background Color

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

This div background color is #dfd132


#dfd132 Border Color

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

This div border color is #dfd132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd132


Comments

No comments written yet.

Please login to write comment.