Color Hex Logo

#dfb760 Color Hex

#DFB760
(223,183,96)
0 Favorites   0 Comments

Color spaces of #dfb760

RGB 22318396
HSL0.110.660.63
HSV41°57°87°
CMYK 0.000.180.57   0.13
XYZ49.476250.399518.1867
Yxy50.39950.41910.4269
Hunter Lab70.99260.163234.5061
CIE-Lab76.31384.308549.0177

#dfb760 color RGB value is (223,183,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 01100000
Octal 337 267 140
Decimal 223 183 96
Hex DF B7 60

RGB Percentages of Color #dfb760

%44.42
%36.45
%19.12

CMYK Percentages of Color #dfb760

%0
%18
%57
%13

Triadic Colors of #dfb760

#dfb760 #60dfb7 #b760df

Analogous Colors of #dfb760

#dfb760 #c8df60 #df7860

Monochromatic Colors of #dfb760

#dfb760

Complementary Color

#dfb760 #6088df

#dfb760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb760 Color CSS Codes

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

#dfb760 Text Font Color

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

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


#dfb760 Background Color

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

This div background color is #dfb760


#dfb760 Border Color

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

This div border color is #dfb760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb760


Comments

No comments written yet.

Please login to write comment.