Color Hex Logo

#dfba7a Color Hex

#DFBA7A
(223,186,122)
0 Favorites   0 Comments

Color spaces of #dfba7a

RGB 223186122
HSL0.110.610.68
HSV38°45°87°
CMYK 0.000.170.45   0.13
XYZ51.503252.210925.7756
Yxy52.21090.39770.4032
Hunter Lab72.25710.780729.4300
CIE-Lab77.40685.016937.3244

#dfba7a color RGB value is (223,186,122).

#dfba7a hex color red value is 223, green value is 186 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dfba7a hue: 0.11 , saturation: 0.61 and the lightness value of dfba7a is 0.68.

The process color (four color CMYK) of #dfba7a color hex is 0.00, 0.17, 0.45, 0.13. Web safe color of #dfba7a is #cccc66. Color #dfba7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 01111010
Octal 337 272 172
Decimal 223 186 122
Hex DF BA 7A

RGB Percentages of Color #dfba7a

%42.00
%35.03
%22.98

CMYK Percentages of Color #dfba7a

%0
%17
%45
%13

Triadic Colors of #dfba7a

#dfba7a #7adfba #ba7adf

Analogous Colors of #dfba7a

#dfba7a #d2df7a #df887a

Monochromatic Colors of #dfba7a

#dfba7a

Complementary Color

#dfba7a #7a9fdf

#dfba7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfba7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfba7a Color CSS Codes

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

#dfba7a Text Font Color

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

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


#dfba7a Background Color

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

This div background color is #dfba7a


#dfba7a Border Color

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

This div border color is #dfba7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfba7a


Comments

No comments written yet.

Please login to write comment.