Color Hex Logo

#dfd471 Color Hex

#DFD471
(223,212,113)
0 Favorites   0 Comments

Color spaces of #dfd471

RGB 223212113
HSL0.150.630.66
HSV54°49°87°
CMYK 0.000.050.49   0.13
XYZ56.955563.967224.9678
Yxy63.96720.39040.4385
Hunter Lab79.9795-12.849637.4766
CIE-Lab83.9487-9.276349.9097

#dfd471 color RGB value is (223,212,113).

#dfd471 hex color red value is 223, green value is 212 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dfd471 hue: 0.15 , saturation: 0.63 and the lightness value of dfd471 is 0.66.

The process color (four color CMYK) of #dfd471 color hex is 0.00, 0.05, 0.49, 0.13. Web safe color of #dfd471 is #cccc66. Color #dfd471 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010100 01110001
Octal 337 324 161
Decimal 223 212 113
Hex DF D4 71

RGB Percentages of Color #dfd471

%40.69
%38.69
%20.62

CMYK Percentages of Color #dfd471

%0
%5
%49
%13

Triadic Colors of #dfd471

#dfd471 #71dfd4 #d471df

Analogous Colors of #dfd471

#dfd471 #b3df71 #df9d71

Monochromatic Colors of #dfd471

#dfd471

Complementary Color

#dfd471 #717cdf

#dfd471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd471 Color CSS Codes

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

#dfd471 Text Font Color

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

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


#dfd471 Background Color

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

This div background color is #dfd471


#dfd471 Border Color

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

This div border color is #dfd471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd471


Comments

No comments written yet.

Please login to write comment.