Color Hex Logo

#dfd247 Color Hex

#DFD247
(223,210,71)
0 Favorites   0 Comments

Color spaces of #dfd247

RGB 22321071
HSL0.150.700.58
HSV55°68°87°
CMYK 0.000.060.68   0.13
XYZ54.615362.236115.0955
Yxy62.23610.41390.4717
Hunter Lab78.8899-14.482043.8778
CIE-Lab83.0388-11.208767.2442

#dfd247 color RGB value is (223,210,71).

#dfd247 hex color red value is 223, green value is 210 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dfd247 hue: 0.15 , saturation: 0.70 and the lightness value of dfd247 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010010 01000111
Octal 337 322 107
Decimal 223 210 71
Hex DF D2 47

RGB Percentages of Color #dfd247

%44.25
%41.67
%14.09

CMYK Percentages of Color #dfd247

%0
%6
%68
%13

Triadic Colors of #dfd247

#dfd247 #47dfd2 #d247df

Analogous Colors of #dfd247

#dfd247 #a0df47 #df8647

Monochromatic Colors of #dfd247

#dfd247

Complementary Color

#dfd247 #4754df

#dfd247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd247 Color CSS Codes

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

#dfd247 Text Font Color

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

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


#dfd247 Background Color

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

This div background color is #dfd247


#dfd247 Border Color

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

This div border color is #dfd247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd247


Comments

No comments written yet.

Please login to write comment.