Color Hex Logo

#dfb73e Color Hex

#DFB73E
(223,183,62)
0 Favorites   0 Comments

Color spaces of #dfb73e

RGB 22318362
HSL0.130.720.56
HSV45°72°87°
CMYK 0.000.180.72   0.13
XYZ48.234449.902711.6474
Yxy49.90270.43940.4546
Hunter Lab70.6418-1.743039.6736
CIE-Lab76.00952.226663.6963

#dfb73e color RGB value is (223,183,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 00111110
Octal 337 267 76
Decimal 223 183 62
Hex DF B7 3E

RGB Percentages of Color #dfb73e

%47.65
%39.10
%13.25

CMYK Percentages of Color #dfb73e

%0
%18
%72
%13

Triadic Colors of #dfb73e

#dfb73e #3edfb7 #b73edf

Analogous Colors of #dfb73e

#dfb73e #b7df3e #df673e

Monochromatic Colors of #dfb73e

#dfb73e

Complementary Color

#dfb73e #3e66df

#dfb73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb73e Color CSS Codes

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

#dfb73e Text Font Color

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

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


#dfb73e Background Color

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

This div background color is #dfb73e


#dfb73e Border Color

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

This div border color is #dfb73e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,183,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 #dfb73e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb73e


Comments

No comments written yet.

Please login to write comment.