Color Hex Logo

#dfb757 Color Hex

#DFB757
(223,183,87)
0 Favorites   0 Comments

Color spaces of #dfb757

RGB 22318387
HSL0.120.680.61
HSV42°61°87°
CMYK 0.000.180.61   0.13
XYZ49.085250.243116.1276
Yxy50.24310.42510.4352
Hunter Lab70.8824-0.435036.1276
CIE-Lab76.21823.658253.1772

#dfb757 color RGB value is (223,183,87).

#dfb757 hex color red value is 223, green value is 183 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #dfb757 hue: 0.12 , saturation: 0.68 and the lightness value of dfb757 is 0.61.

The process color (four color CMYK) of #dfb757 color hex is 0.00, 0.18, 0.61, 0.13. Web safe color of #dfb757 is #cccc66. Color #dfb757 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 01010111
Octal 337 267 127
Decimal 223 183 87
Hex DF B7 57

RGB Percentages of Color #dfb757

%45.23
%37.12
%17.65

CMYK Percentages of Color #dfb757

%0
%18
%61
%13

Triadic Colors of #dfb757

#dfb757 #57dfb7 #b757df

Analogous Colors of #dfb757

#dfb757 #c3df57 #df7357

Monochromatic Colors of #dfb757

#dfb757

Complementary Color

#dfb757 #577fdf

#dfb757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb757 Color CSS Codes

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

#dfb757 Text Font Color

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

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


#dfb757 Background Color

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

This div background color is #dfb757


#dfb757 Border Color

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

This div border color is #dfb757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb757


Comments

No comments written yet.

Please login to write comment.