Color Hex Logo

#dfb165 Color Hex

#DFB165
(223,177,101)
0 Favorites   0 Comments

Color spaces of #dfb165

RGB 223177101
HSL0.100.660.64
HSV37°55°87°
CMYK 0.000.210.55   0.13
XYZ48.502548.071819.0344
Yxy48.07180.41950.4158
Hunter Lab69.33383.535532.2566
CIE-Lab74.87027.875044.8433

#dfb165 color RGB value is (223,177,101).

#dfb165 hex color red value is 223, green value is 177 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #dfb165 hue: 0.10 , saturation: 0.66 and the lightness value of dfb165 is 0.64.

The process color (four color CMYK) of #dfb165 color hex is 0.00, 0.21, 0.55, 0.13. Web safe color of #dfb165 is #cc9966. Color #dfb165 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 01100101
Octal 337 261 145
Decimal 223 177 101
Hex DF B1 65

RGB Percentages of Color #dfb165

%44.51
%35.33
%20.16

CMYK Percentages of Color #dfb165

%0
%21
%55
%13

Triadic Colors of #dfb165

#dfb165 #65dfb1 #b165df

Analogous Colors of #dfb165

#dfb165 #d0df65 #df7465

Monochromatic Colors of #dfb165

#dfb165

Complementary Color

#dfb165 #6593df

#dfb165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb165 Color CSS Codes

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

#dfb165 Text Font Color

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

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


#dfb165 Background Color

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

This div background color is #dfb165


#dfb165 Border Color

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

This div border color is #dfb165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb165


Comments

No comments written yet.

Please login to write comment.