Color Hex Logo

#dfb770 Color Hex

#DFB770
(223,183,112)
0 Favorites   0 Comments

Color spaces of #dfb770

RGB 223183112
HSL0.110.630.66
HSV38°50°87°
CMYK 0.000.180.50   0.13
XYZ50.289550.724822.4696
Yxy50.72480.40730.4108
Hunter Lab71.22131.401831.1496
CIE-Lab76.51205.646241.3150

#dfb770 color RGB value is (223,183,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 01110000
Octal 337 267 160
Decimal 223 183 112
Hex DF B7 70

RGB Percentages of Color #dfb770

%43.05
%35.33
%21.62

CMYK Percentages of Color #dfb770

%0
%18
%50
%13

Triadic Colors of #dfb770

#dfb770 #70dfb7 #b770df

Analogous Colors of #dfb770

#dfb770 #d0df70 #df8070

Monochromatic Colors of #dfb770

#dfb770

Complementary Color

#dfb770 #7098df

#dfb770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb770 Color CSS Codes

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

#dfb770 Text Font Color

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

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


#dfb770 Background Color

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

This div background color is #dfb770


#dfb770 Border Color

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

This div border color is #dfb770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb770


Comments

No comments written yet.

Please login to write comment.