Color Hex Logo

#dfb063 Color Hex

#DFB063
(223,176,99)
0 Favorites   0 Comments

Color spaces of #dfb063

RGB 22317699
HSL0.100.660.63
HSV37°56°87°
CMYK 0.000.210.56   0.13
XYZ48.208947.639518.4588
Yxy47.63950.42170.4168
Hunter Lab69.02143.888332.4587
CIE-Lab74.59708.244845.5110

#dfb063 color RGB value is (223,176,99).

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

The process color (four color CMYK) of #dfb063 color hex is 0.00, 0.21, 0.56, 0.13. Web safe color of #dfb063 is #cc9966. Color #dfb063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 01100011
Octal 337 260 143
Decimal 223 176 99
Hex DF B0 63

RGB Percentages of Color #dfb063

%44.78
%35.34
%19.88

CMYK Percentages of Color #dfb063

%0
%21
%56
%13

Triadic Colors of #dfb063

#dfb063 #63dfb0 #b063df

Analogous Colors of #dfb063

#dfb063 #d0df63 #df7263

Monochromatic Colors of #dfb063

#dfb063

Complementary Color

#dfb063 #6392df

#dfb063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb063 Color CSS Codes

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

#dfb063 Text Font Color

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

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


#dfb063 Background Color

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

This div background color is #dfb063


#dfb063 Border Color

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

This div border color is #dfb063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb063


Comments

No comments written yet.

Please login to write comment.