Color Hex Logo

#dfbd78 Color Hex

#DFBD78
(223,189,120)
0 Favorites   0 Comments

Color spaces of #dfbd78

RGB 223189120
HSL0.110.620.67
HSV40°46°87°
CMYK 0.000.150.46   0.13
XYZ52.019253.439225.3424
Yxy53.43920.39770.4086
Hunter Lab73.1021-0.908830.6173
CIE-Lab78.13363.240939.2745

#dfbd78 color RGB value is (223,189,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 01111000
Octal 337 275 170
Decimal 223 189 120
Hex DF BD 78

RGB Percentages of Color #dfbd78

%41.92
%35.53
%22.56

CMYK Percentages of Color #dfbd78

%0
%15
%46
%13

Triadic Colors of #dfbd78

#dfbd78 #78dfbd #bd78df

Analogous Colors of #dfbd78

#dfbd78 #cedf78 #df8a78

Monochromatic Colors of #dfbd78

#dfbd78

Complementary Color

#dfbd78 #789adf

#dfbd78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbd78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbd78 Color CSS Codes

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

#dfbd78 Text Font Color

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

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


#dfbd78 Background Color

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

This div background color is #dfbd78


#dfbd78 Border Color

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

This div border color is #dfbd78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbd78


Comments

No comments written yet.

Please login to write comment.