Color Hex Logo

#dfbd7d Color Hex

#DFBD7D
(223,189,125)
0 Favorites   0 Comments

Color spaces of #dfbd7d

RGB 223189125
HSL0.110.600.68
HSV39°44°87°
CMYK 0.000.150.44   0.13
XYZ52.330753.563826.9828
Yxy53.56380.39380.4031
Hunter Lab73.1873-0.445929.3720
CIE-Lab78.20673.740536.8014

#dfbd7d color RGB value is (223,189,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 01111101
Octal 337 275 175
Decimal 223 189 125
Hex DF BD 7D

RGB Percentages of Color #dfbd7d

%41.53
%35.20
%23.28

CMYK Percentages of Color #dfbd7d

%0
%15
%44
%13

Triadic Colors of #dfbd7d

#dfbd7d #7ddfbd #bd7ddf

Analogous Colors of #dfbd7d

#dfbd7d #d0df7d #df8c7d

Monochromatic Colors of #dfbd7d

#dfbd7d

Complementary Color

#dfbd7d #7d9fdf

#dfbd7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbd7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbd7d Color CSS Codes

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

#dfbd7d Text Font Color

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

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


#dfbd7d Background Color

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

This div background color is #dfbd7d


#dfbd7d Border Color

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

This div border color is #dfbd7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbd7d


Comments

No comments written yet.

Please login to write comment.