Color Hex Logo

#dfb843 Color Hex

#DFB843
(223,184,67)
0 Favorites   0 Comments

Color spaces of #dfb843

RGB 22318467
HSL0.130.710.57
HSV45°70°87°
CMYK 0.000.170.70   0.13
XYZ48.585050.374212.4727
Yxy50.37420.43600.4521
Hunter Lab70.9748-2.015739.2631
CIE-Lab76.29841.945462.0029

#dfb843 color RGB value is (223,184,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 01000011
Octal 337 270 103
Decimal 223 184 67
Hex DF B8 43

RGB Percentages of Color #dfb843

%47.05
%38.82
%14.14

CMYK Percentages of Color #dfb843

%0
%17
%70
%13

Triadic Colors of #dfb843

#dfb843 #43dfb8 #b843df

Analogous Colors of #dfb843

#dfb843 #b8df43 #df6a43

Monochromatic Colors of #dfb843

#dfb843

Complementary Color

#dfb843 #436adf

#dfb843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb843 Color CSS Codes

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

#dfb843 Text Font Color

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

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


#dfb843 Background Color

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

This div background color is #dfb843


#dfb843 Border Color

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

This div border color is #dfb843


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb843


Comments

No comments written yet.

Please login to write comment.