Color Hex Logo

#dfc56b Color Hex

#DFC56B
(223,197,107)
0 Favorites   0 Comments

Color spaces of #dfc56b

RGB 223197107
HSL0.130.640.65
HSV47°52°87°
CMYK 0.000.120.52   0.13
XYZ53.051556.682022.0545
Yxy56.68200.40260.4301
Hunter Lab75.2874-5.972535.3330
CIE-Lab80.0004-2.118048.0618

#dfc56b color RGB value is (223,197,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000101 01101011
Octal 337 305 153
Decimal 223 197 107
Hex DF C5 6B

RGB Percentages of Color #dfc56b

%42.31
%37.38
%20.30

CMYK Percentages of Color #dfc56b

%0
%12
%52
%13

Triadic Colors of #dfc56b

#dfc56b #6bdfc5 #c56bdf

Analogous Colors of #dfc56b

#dfc56b #bfdf6b #df8b6b

Monochromatic Colors of #dfc56b

#dfc56b

Complementary Color

#dfc56b #6b85df

#dfc56b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc56b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc56b Color CSS Codes

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

#dfc56b Text Font Color

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

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


#dfc56b Background Color

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

This div background color is #dfc56b


#dfc56b Border Color

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

This div border color is #dfc56b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc56b


Comments

No comments written yet.

Please login to write comment.