Color Hex Logo

#dfb65f Color Hex

#DFB65F
(223,182,95)
0 Favorites   0 Comments

Color spaces of #dfb65f

RGB 22318295
HSL0.110.670.62
HSV41°57°87°
CMYK 0.000.180.57   0.13
XYZ49.224949.970117.8772
Yxy49.97010.42050.4268
Hunter Lab70.68950.592434.4884
CIE-Lab76.05094.759649.1927

#dfb65f color RGB value is (223,182,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 01011111
Octal 337 266 137
Decimal 223 182 95
Hex DF B6 5F

RGB Percentages of Color #dfb65f

%44.60
%36.40
%19.00

CMYK Percentages of Color #dfb65f

%0
%18
%57
%13

Triadic Colors of #dfb65f

#dfb65f #5fdfb6 #b65fdf

Analogous Colors of #dfb65f

#dfb65f #c8df5f #df765f

Monochromatic Colors of #dfb65f

#dfb65f

Complementary Color

#dfb65f #5f88df

#dfb65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb65f Color CSS Codes

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

#dfb65f Text Font Color

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

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


#dfb65f Background Color

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

This div background color is #dfb65f


#dfb65f Border Color

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

This div border color is #dfb65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb65f


Comments

No comments written yet.

Please login to write comment.