Color Hex Logo

#dfbd7c Color Hex

#DFBD7C
(223,189,124)
0 Favorites   0 Comments

Color spaces of #dfbd7c

RGB 223189124
HSL0.110.610.68
HSV39°44°87°
CMYK 0.000.150.44   0.13
XYZ52.267153.538426.6480
Yxy53.53840.39460.4042
Hunter Lab73.1699-0.540429.6259
CIE-Lab78.19183.638637.2975

#dfbd7c color RGB value is (223,189,124).

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

The process color (four color CMYK) of #dfbd7c color hex is 0.00, 0.15, 0.44, 0.13. Web safe color of #dfbd7c is #cccc66. Color #dfbd7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 01111100
Octal 337 275 174
Decimal 223 189 124
Hex DF BD 7C

RGB Percentages of Color #dfbd7c

%41.60
%35.26
%23.13

CMYK Percentages of Color #dfbd7c

%0
%15
%44
%13

Triadic Colors of #dfbd7c

#dfbd7c #7cdfbd #bd7cdf

Analogous Colors of #dfbd7c

#dfbd7c #d0df7c #df8c7c

Monochromatic Colors of #dfbd7c

#dfbd7c

Complementary Color

#dfbd7c #7c9edf

#dfbd7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbd7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbd7c Color CSS Codes

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

#dfbd7c Text Font Color

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

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


#dfbd7c Background Color

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

This div background color is #dfbd7c


#dfbd7c Border Color

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

This div border color is #dfbd7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbd7c


Comments

No comments written yet.

Please login to write comment.