Color Hex Logo

#dfb563 Color Hex

#DFB563
(223,181,99)
0 Favorites   0 Comments

Color spaces of #dfb563

RGB 22318199
HSL0.110.660.63
HSV40°56°87°
CMYK 0.000.190.56   0.13
XYZ49.207449.636618.7917
Yxy49.63660.41830.4220
Hunter Lab70.45321.378433.5031
CIE-Lab75.84575.596747.0024

#dfb563 color RGB value is (223,181,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110101 01100011
Octal 337 265 143
Decimal 223 181 99
Hex DF B5 63

RGB Percentages of Color #dfb563

%44.33
%35.98
%19.68

CMYK Percentages of Color #dfb563

%0
%19
%56
%13

Triadic Colors of #dfb563

#dfb563 #63dfb5 #b563df

Analogous Colors of #dfb563

#dfb563 #cbdf63 #df7763

Monochromatic Colors of #dfb563

#dfb563

Complementary Color

#dfb563 #638ddf

#dfb563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb563 Color CSS Codes

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

#dfb563 Text Font Color

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

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


#dfb563 Background Color

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

This div background color is #dfb563


#dfb563 Border Color

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

This div border color is #dfb563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb563


Comments

No comments written yet.

Please login to write comment.