Color Hex Logo

#dfbd6d Color Hex

#DFBD6D
(223,189,109)
0 Favorites   0 Comments

Color spaces of #dfbd6d

RGB 223189109
HSL0.120.640.65
HSV42°51°87°
CMYK 0.000.150.51   0.13
XYZ51.389353.187322.0257
Yxy53.18730.40590.4201
Hunter Lab72.9296-1.848233.1444
CIE-Lab77.98552.221944.6389

#dfbd6d color RGB value is (223,189,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 01101101
Octal 337 275 155
Decimal 223 189 109
Hex DF BD 6D

RGB Percentages of Color #dfbd6d

%42.80
%36.28
%20.92

CMYK Percentages of Color #dfbd6d

%0
%15
%51
%13

Triadic Colors of #dfbd6d

#dfbd6d #6ddfbd #bd6ddf

Analogous Colors of #dfbd6d

#dfbd6d #c8df6d #df846d

Monochromatic Colors of #dfbd6d

#dfbd6d

Complementary Color

#dfbd6d #6d8fdf

#dfbd6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbd6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbd6d Color CSS Codes

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

#dfbd6d Text Font Color

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

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


#dfbd6d Background Color

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

This div background color is #dfbd6d


#dfbd6d Border Color

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

This div border color is #dfbd6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbd6d


Comments

No comments written yet.

Please login to write comment.