Color Hex Logo

#dfb375 Color Hex

#DFB375
(223,179,117)
0 Favorites   0 Comments

Color spaces of #dfb375

RGB 223179117
HSL0.100.620.67
HSV35°48°87°
CMYK 0.000.200.48   0.13
XYZ49.762449.212523.7058
Yxy49.21250.40560.4011
Hunter Lab70.15163.854529.0707
CIE-Lab75.58338.231237.5850

#dfb375 color RGB value is (223,179,117).

#dfb375 hex color red value is 223, green value is 179 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dfb375 hue: 0.10 , saturation: 0.62 and the lightness value of dfb375 is 0.67.

The process color (four color CMYK) of #dfb375 color hex is 0.00, 0.20, 0.48, 0.13. Web safe color of #dfb375 is #cccc66. Color #dfb375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 01110101
Octal 337 263 165
Decimal 223 179 117
Hex DF B3 75

RGB Percentages of Color #dfb375

%42.97
%34.49
%22.54

CMYK Percentages of Color #dfb375

%0
%20
%48
%13

Triadic Colors of #dfb375

#dfb375 #75dfb3 #b375df

Analogous Colors of #dfb375

#dfb375 #d6df75 #df7e75

Monochromatic Colors of #dfb375

#dfb375

Complementary Color

#dfb375 #75a1df

#dfb375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb375 Color CSS Codes

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

#dfb375 Text Font Color

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

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


#dfb375 Background Color

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

This div background color is #dfb375


#dfb375 Border Color

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

This div border color is #dfb375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb375


Comments

No comments written yet.

Please login to write comment.