Color Hex Logo

#dfb765 Color Hex

#DFB765
(223,183,101)
0 Favorites   0 Comments

Color spaces of #dfb765

RGB 223183101
HSL0.110.660.64
HSV40°55°87°
CMYK 0.000.180.55   0.13
XYZ49.713950.494519.4381
Yxy50.49450.41550.4220
Hunter Lab71.05950.526233.5230
CIE-Lab76.37184.701746.6471

#dfb765 color RGB value is (223,183,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 01100101
Octal 337 267 145
Decimal 223 183 101
Hex DF B7 65

RGB Percentages of Color #dfb765

%43.98
%36.09
%19.92

CMYK Percentages of Color #dfb765

%0
%18
%55
%13

Triadic Colors of #dfb765

#dfb765 #65dfb7 #b765df

Analogous Colors of #dfb765

#dfb765 #cadf65 #df7a65

Monochromatic Colors of #dfb765

#dfb765

Complementary Color

#dfb765 #658ddf

#dfb765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb765 Color CSS Codes

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

#dfb765 Text Font Color

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

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


#dfb765 Background Color

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

This div background color is #dfb765


#dfb765 Border Color

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

This div border color is #dfb765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb765


Comments

No comments written yet.

Please login to write comment.