Color Hex Logo

#dfc865 Color Hex

#DFC865
(223,200,101)
0 Favorites   0 Comments

Color spaces of #dfc865

RGB 223200101
HSL0.140.660.64
HSV49°55°87°
CMYK 0.000.100.55   0.13
XYZ53.434757.936120.6784
Yxy57.93610.40470.4387
Hunter Lab76.1158-7.892237.1737
CIE-Lab80.7033-4.158751.7692

#dfc865 color RGB value is (223,200,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 01100101
Octal 337 310 145
Decimal 223 200 101
Hex DF C8 65

RGB Percentages of Color #dfc865

%42.56
%38.17
%19.27

CMYK Percentages of Color #dfc865

%0
%10
%55
%13

Triadic Colors of #dfc865

#dfc865 #65dfc8 #c865df

Analogous Colors of #dfc865

#dfc865 #b9df65 #df8b65

Monochromatic Colors of #dfc865

#dfc865

Complementary Color

#dfc865 #657cdf

#dfc865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc865 Color CSS Codes

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

#dfc865 Text Font Color

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

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


#dfc865 Background Color

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

This div background color is #dfc865


#dfc865 Border Color

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

This div border color is #dfc865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc865


Comments

No comments written yet.

Please login to write comment.