Color Hex Logo

#dfbd73 Color Hex

#DFBD73
(223,189,115)
0 Favorites   0 Comments

Color spaces of #dfbd73

RGB 223189115
HSL0.110.630.66
HSV41°48°87°
CMYK 0.000.150.48   0.13
XYZ51.723553.321023.7855
Yxy53.32100.40150.4139
Hunter Lab73.0212-1.349331.8021
CIE-Lab78.06412.763841.7275

#dfbd73 color RGB value is (223,189,115).

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

The process color (four color CMYK) of #dfbd73 color hex is 0.00, 0.15, 0.48, 0.13. Web safe color of #dfbd73 is #cccc66. Color #dfbd73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 01110011
Octal 337 275 163
Decimal 223 189 115
Hex DF BD 73

RGB Percentages of Color #dfbd73

%42.31
%35.86
%21.82

CMYK Percentages of Color #dfbd73

%0
%15
%48
%13

Triadic Colors of #dfbd73

#dfbd73 #73dfbd #bd73df

Analogous Colors of #dfbd73

#dfbd73 #cbdf73 #df8773

Monochromatic Colors of #dfbd73

#dfbd73

Complementary Color

#dfbd73 #7395df

#dfbd73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbd73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbd73 Color CSS Codes

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

#dfbd73 Text Font Color

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

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


#dfbd73 Background Color

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

This div background color is #dfbd73


#dfbd73 Border Color

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

This div border color is #dfbd73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbd73


Comments

No comments written yet.

Please login to write comment.