Color Hex Logo

#dfc47d Color Hex

#DFC47D
(223,196,125)
0 Favorites   0 Comments

Color spaces of #dfc47d

RGB 223196125
HSL0.120.600.68
HSV43°44°87°
CMYK 0.000.120.44   0.13
XYZ53.873056.648527.4969
Yxy56.64850.39030.4104
Hunter Lab75.2652-3.948131.0250
CIE-Lab79.98150.077639.0686

#dfc47d color RGB value is (223,196,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 01111101
Octal 337 304 175
Decimal 223 196 125
Hex DF C4 7D

RGB Percentages of Color #dfc47d

%40.99
%36.03
%22.98

CMYK Percentages of Color #dfc47d

%0
%12
%44
%13

Triadic Colors of #dfc47d

#dfc47d #7ddfc4 #c47ddf

Analogous Colors of #dfc47d

#dfc47d #c9df7d #df937d

Monochromatic Colors of #dfc47d

#dfc47d

Complementary Color

#dfc47d #7d98df

#dfc47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc47d Color CSS Codes

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

#dfc47d Text Font Color

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

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


#dfc47d Background Color

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

This div background color is #dfc47d


#dfc47d Border Color

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

This div border color is #dfc47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc47d


Comments

No comments written yet.

Please login to write comment.