Color Hex Logo

#dfb46d Color Hex

#DFB46D
(223,180,109)
0 Favorites   0 Comments

Color spaces of #dfb46d

RGB 223180109
HSL0.100.640.65
HSV37°51°87°
CMYK 0.000.190.51   0.13
XYZ49.513049.434621.4002
Yxy49.43460.41140.4108
Hunter Lab70.30972.659931.1707
CIE-Lab75.72096.963941.8566

#dfb46d color RGB value is (223,180,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 01101101
Octal 337 264 155
Decimal 223 180 109
Hex DF B4 6D

RGB Percentages of Color #dfb46d

%43.55
%35.16
%21.29

CMYK Percentages of Color #dfb46d

%0
%19
%51
%13

Triadic Colors of #dfb46d

#dfb46d #6ddfb4 #b46ddf

Analogous Colors of #dfb46d

#dfb46d #d1df6d #df7b6d

Monochromatic Colors of #dfb46d

#dfb46d

Complementary Color

#dfb46d #6d98df

#dfb46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb46d Color CSS Codes

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

#dfb46d Text Font Color

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

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


#dfb46d Background Color

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

This div background color is #dfb46d


#dfb46d Border Color

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

This div border color is #dfb46d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,180,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 #dfb46d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb46d


Comments

No comments written yet.

Please login to write comment.