Color Hex Logo

#dfb643 Color Hex

#DFB643
(223,182,67)
0 Favorites   0 Comments

Color spaces of #dfb643

RGB 22318267
HSL0.120.710.57
HSV44°70°87°
CMYK 0.000.180.70   0.13
XYZ48.172549.549112.3352
Yxy49.54910.43770.4502
Hunter Lab70.3911-1.027138.8839
CIE-Lab75.79172.994961.4875

#dfb643 color RGB value is (223,182,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 01000011
Octal 337 266 103
Decimal 223 182 67
Hex DF B6 43

RGB Percentages of Color #dfb643

%47.25
%38.56
%14.19

CMYK Percentages of Color #dfb643

%0
%18
%70
%13

Triadic Colors of #dfb643

#dfb643 #43dfb6 #b643df

Analogous Colors of #dfb643

#dfb643 #badf43 #df6843

Monochromatic Colors of #dfb643

#dfb643

Complementary Color

#dfb643 #436cdf

#dfb643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb643 Color CSS Codes

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

#dfb643 Text Font Color

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

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


#dfb643 Background Color

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

This div background color is #dfb643


#dfb643 Border Color

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

This div border color is #dfb643


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb643


Comments

No comments written yet.

Please login to write comment.