Color Hex Logo

#dfd161 Color Hex

#DFD161
(223,209,97)
0 Favorites   0 Comments

Color spaces of #dfd161

RGB 22320997
HSL0.150.660.63
HSV53°57°87°
CMYK 0.000.060.57   0.13
XYZ55.389662.152020.3864
Yxy62.15200.40160.4506
Hunter Lab78.8365-12.552039.8537
CIE-Lab82.9942-9.061156.2627

#dfd161 color RGB value is (223,209,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 01100001
Octal 337 321 141
Decimal 223 209 97
Hex DF D1 61

RGB Percentages of Color #dfd161

%42.16
%39.51
%18.34

CMYK Percentages of Color #dfd161

%0
%6
%57
%13

Triadic Colors of #dfd161

#dfd161 #61dfd1 #d161df

Analogous Colors of #dfd161

#dfd161 #aedf61 #df9261

Monochromatic Colors of #dfd161

#dfd161

Complementary Color

#dfd161 #616fdf

#dfd161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd161 Color CSS Codes

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

#dfd161 Text Font Color

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

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


#dfd161 Background Color

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

This div background color is #dfd161


#dfd161 Border Color

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

This div border color is #dfd161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd161


Comments

No comments written yet.

Please login to write comment.