Color Hex Logo

#dfb83e Color Hex

#DFB83E
(223,184,62)
0 Favorites   0 Comments

Color spaces of #dfb83e

RGB 22318462
HSL0.130.720.56
HSV45°72°87°
CMYK 0.000.170.72   0.13
XYZ48.441450.316811.7164
Yxy50.31680.43850.4555
Hunter Lab70.9343-2.236639.8610
CIE-Lab76.26331.702363.9467

#dfb83e color RGB value is (223,184,62).

#dfb83e hex color red value is 223, green value is 184 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dfb83e hue: 0.13 , saturation: 0.72 and the lightness value of dfb83e is 0.56.

The process color (four color CMYK) of #dfb83e color hex is 0.00, 0.17, 0.72, 0.13. Web safe color of #dfb83e is #cccc33. Color #dfb83e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 00111110
Octal 337 270 76
Decimal 223 184 62
Hex DF B8 3E

RGB Percentages of Color #dfb83e

%47.55
%39.23
%13.22

CMYK Percentages of Color #dfb83e

%0
%17
%72
%13

Triadic Colors of #dfb83e

#dfb83e #3edfb8 #b83edf

Analogous Colors of #dfb83e

#dfb83e #b6df3e #df683e

Monochromatic Colors of #dfb83e

#dfb83e

Complementary Color

#dfb83e #3e65df

#dfb83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb83e Color CSS Codes

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

#dfb83e Text Font Color

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

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


#dfb83e Background Color

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

This div background color is #dfb83e


#dfb83e Border Color

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

This div border color is #dfb83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb83e


Comments

No comments written yet.

Please login to write comment.