Color Hex Logo

#dfb661 Color Hex

#DFB661
(223,182,97)
0 Favorites   0 Comments

Color spaces of #dfb661

RGB 22318297
HSL0.110.660.63
HSV40°57°87°
CMYK 0.000.180.57   0.13
XYZ49.317050.006918.3623
Yxy50.00690.41910.4249
Hunter Lab70.71560.733634.1054
CIE-Lab76.07354.912548.2499

#dfb661 color RGB value is (223,182,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 01100001
Octal 337 266 141
Decimal 223 182 97
Hex DF B6 61

RGB Percentages of Color #dfb661

%44.42
%36.25
%19.32

CMYK Percentages of Color #dfb661

%0
%18
%57
%13

Triadic Colors of #dfb661

#dfb661 #61dfb6 #b661df

Analogous Colors of #dfb661

#dfb661 #c9df61 #df7761

Monochromatic Colors of #dfb661

#dfb661

Complementary Color

#dfb661 #618adf

#dfb661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb661 Color CSS Codes

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

#dfb661 Text Font Color

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

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


#dfb661 Background Color

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

This div background color is #dfb661


#dfb661 Border Color

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

This div border color is #dfb661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb661


Comments

No comments written yet.

Please login to write comment.