Color Hex Logo

#dfb65b Color Hex

#DFB65B
(223,182,91)
0 Favorites   0 Comments

Color spaces of #dfb65b

RGB 22318291
HSL0.110.670.62
HSV41°59°87°
CMYK 0.000.180.59   0.13
XYZ49.047749.899216.9439
Yxy49.89920.42320.4306
Hunter Lab70.63940.320735.2260
CIE-Lab76.00734.465051.0576

#dfb65b color RGB value is (223,182,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 01011011
Octal 337 266 133
Decimal 223 182 91
Hex DF B6 5B

RGB Percentages of Color #dfb65b

%44.96
%36.69
%18.35

CMYK Percentages of Color #dfb65b

%0
%18
%59
%13

Triadic Colors of #dfb65b

#dfb65b #5bdfb6 #b65bdf

Analogous Colors of #dfb65b

#dfb65b #c6df5b #df745b

Monochromatic Colors of #dfb65b

#dfb65b

Complementary Color

#dfb65b #5b84df

#dfb65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb65b Color CSS Codes

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

#dfb65b Text Font Color

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

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


#dfb65b Background Color

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

This div background color is #dfb65b


#dfb65b Border Color

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

This div border color is #dfb65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb65b


Comments

No comments written yet.

Please login to write comment.