Color Hex Logo

#dfb367 Color Hex

#DFB367
(223,179,103)
0 Favorites   0 Comments

Color spaces of #dfb367

RGB 223179103
HSL0.110.650.64
HSV38°54°87°
CMYK 0.000.200.54   0.13
XYZ48.999748.907419.6895
Yxy48.90740.41670.4159
Hunter Lab69.93382.683332.2609
CIE-Lab75.39376.979244.4773

#dfb367 color RGB value is (223,179,103).

#dfb367 hex color red value is 223, green value is 179 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dfb367 hue: 0.11 , saturation: 0.65 and the lightness value of dfb367 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 01100111
Octal 337 263 147
Decimal 223 179 103
Hex DF B3 67

RGB Percentages of Color #dfb367

%44.16
%35.45
%20.40

CMYK Percentages of Color #dfb367

%0
%20
%54
%13

Triadic Colors of #dfb367

#dfb367 #67dfb3 #b367df

Analogous Colors of #dfb367

#dfb367 #cfdf67 #df7767

Monochromatic Colors of #dfb367

#dfb367

Complementary Color

#dfb367 #6793df

#dfb367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb367 Color CSS Codes

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

#dfb367 Text Font Color

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

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


#dfb367 Background Color

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

This div background color is #dfb367


#dfb367 Border Color

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

This div border color is #dfb367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb367


Comments

No comments written yet.

Please login to write comment.