Color Hex Logo

#dfd541 Color Hex

#DFD541
(223,213,65)
0 Favorites   0 Comments

Color spaces of #dfd541

RGB 22321365
HSL0.160.710.56
HSV56°71°87°
CMYK 0.000.040.71   0.13
XYZ55.179863.658114.3800
Yxy63.65810.41420.4778
Hunter Lab79.7860-16.175445.1643
CIE-Lab83.7874-13.008370.1969

#dfd541 color RGB value is (223,213,65).

#dfd541 hex color red value is 223, green value is 213 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #dfd541 hue: 0.16 , saturation: 0.71 and the lightness value of dfd541 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010101 01000001
Octal 337 325 101
Decimal 223 213 65
Hex DF D5 41

RGB Percentages of Color #dfd541

%44.51
%42.51
%12.97

CMYK Percentages of Color #dfd541

%0
%4
%71
%13

Triadic Colors of #dfd541

#dfd541 #41dfd5 #d541df

Analogous Colors of #dfd541

#dfd541 #9adf41 #df8641

Monochromatic Colors of #dfd541

#dfd541

Complementary Color

#dfd541 #414bdf

#dfd541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd541 Color CSS Codes

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

#dfd541 Text Font Color

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

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


#dfd541 Background Color

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

This div background color is #dfd541


#dfd541 Border Color

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

This div border color is #dfd541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd541


Comments

No comments written yet.

Please login to write comment.