Color Hex Logo

#dfb863 Color Hex

#DFB863
(223,184,99)
0 Favorites   0 Comments

Color spaces of #dfb863

RGB 22318499
HSL0.110.660.63
HSV41°56°87°
CMYK 0.000.170.56   0.13
XYZ49.824050.869818.9972
Yxy50.86980.41630.4250
Hunter Lab71.3231-0.121034.1340
CIE-Lab76.60014.014947.8987

#dfb863 color RGB value is (223,184,99).

#dfb863 hex color red value is 223, green value is 184 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #dfb863 hue: 0.11 , saturation: 0.66 and the lightness value of dfb863 is 0.63.

The process color (four color CMYK) of #dfb863 color hex is 0.00, 0.17, 0.56, 0.13. Web safe color of #dfb863 is #cccc66. Color #dfb863 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 01100011
Octal 337 270 143
Decimal 223 184 99
Hex DF B8 63

RGB Percentages of Color #dfb863

%44.07
%36.36
%19.57

CMYK Percentages of Color #dfb863

%0
%17
%56
%13

Triadic Colors of #dfb863

#dfb863 #63dfb8 #b863df

Analogous Colors of #dfb863

#dfb863 #c8df63 #df7a63

Monochromatic Colors of #dfb863

#dfb863

Complementary Color

#dfb863 #638adf

#dfb863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb863 Color CSS Codes

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

#dfb863 Text Font Color

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

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


#dfb863 Background Color

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

This div background color is #dfb863


#dfb863 Border Color

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

This div border color is #dfb863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb863


Comments

No comments written yet.

Please login to write comment.