Color Hex Logo

#dfd261 Color Hex

#DFD261
(223,210,97)
0 Favorites   0 Comments

Color spaces of #dfd261

RGB 22321097
HSL0.150.660.63
HSV54°57°87°
CMYK 0.000.060.57   0.13
XYZ55.635762.644220.4685
Yxy62.64420.40100.4515
Hunter Lab79.1481-13.035840.0707
CIE-Lab83.2548-9.566956.5587

#dfd261 color RGB value is (223,210,97).

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

The process color (four color CMYK) of #dfd261 color hex is 0.00, 0.06, 0.57, 0.13. Web safe color of #dfd261 is #cccc66. Color #dfd261 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010010 01100001
Octal 337 322 141
Decimal 223 210 97
Hex DF D2 61

RGB Percentages of Color #dfd261

%42.08
%39.62
%18.30

CMYK Percentages of Color #dfd261

%0
%6
%57
%13

Triadic Colors of #dfd261

#dfd261 #61dfd2 #d261df

Analogous Colors of #dfd261

#dfd261 #addf61 #df9361

Monochromatic Colors of #dfd261

#dfd261

Complementary Color

#dfd261 #616edf

#dfd261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd261 Color CSS Codes

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

#dfd261 Text Font Color

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

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


#dfd261 Background Color

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

This div background color is #dfd261


#dfd261 Border Color

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

This div border color is #dfd261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd261


Comments

No comments written yet.

Please login to write comment.