Color Hex Logo

#dfc565 Color Hex

#DFC565
(223,197,101)
0 Favorites   0 Comments

Color spaces of #dfc565

RGB 223197101
HSL0.130.660.64
HSV47°55°87°
CMYK 0.000.120.55   0.13
XYZ52.746656.560120.4491
Yxy56.56010.40650.4359
Hunter Lab75.2064-6.419036.5232
CIE-Lab79.9315-2.611350.8651

#dfc565 color RGB value is (223,197,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000101 01100101
Octal 337 305 145
Decimal 223 197 101
Hex DF C5 65

RGB Percentages of Color #dfc565

%42.80
%37.81
%19.39

CMYK Percentages of Color #dfc565

%0
%12
%55
%13

Triadic Colors of #dfc565

#dfc565 #65dfc5 #c565df

Analogous Colors of #dfc565

#dfc565 #bcdf65 #df8865

Monochromatic Colors of #dfc565

#dfc565

Complementary Color

#dfc565 #657fdf

#dfc565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc565 Color CSS Codes

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

#dfc565 Text Font Color

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

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


#dfc565 Background Color

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

This div background color is #dfc565


#dfc565 Border Color

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

This div border color is #dfc565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc565


Comments

No comments written yet.

Please login to write comment.