Color Hex Logo

#dfc67c Color Hex

#DFC67C
(223,198,124)
0 Favorites   0 Comments

Color spaces of #dfc67c

RGB 223198124
HSL0.120.610.68
HSV45°44°87°
CMYK 0.000.110.44   0.13
XYZ54.263657.531427.3135
Yxy57.53140.39010.4136
Hunter Lab75.8495-5.035531.7442
CIE-Lab80.4776-1.063040.2056

#dfc67c color RGB value is (223,198,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 01111100
Octal 337 306 174
Decimal 223 198 124
Hex DF C6 7C

RGB Percentages of Color #dfc67c

%40.92
%36.33
%22.75

CMYK Percentages of Color #dfc67c

%0
%11
%44
%13

Triadic Colors of #dfc67c

#dfc67c #7cdfc6 #c67cdf

Analogous Colors of #dfc67c

#dfc67c #c7df7c #df957c

Monochromatic Colors of #dfc67c

#dfc67c

Complementary Color

#dfc67c #7c95df

#dfc67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc67c Color CSS Codes

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

#dfc67c Text Font Color

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

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


#dfc67c Background Color

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

This div background color is #dfc67c


#dfc67c Border Color

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

This div border color is #dfc67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc67c


Comments

No comments written yet.

Please login to write comment.