Color Hex Logo

#dfc443 Color Hex

#DFC443
(223,196,67)
0 Favorites   0 Comments

Color spaces of #dfc443

RGB 22319667
HSL0.140.710.57
HSV50°70°87°
CMYK 0.000.120.70   0.13
XYZ51.184555.573113.3392
Yxy55.57310.42620.4627
Hunter Lab74.5474-7.899141.5740
CIE-Lab79.3702-4.288865.1000

#dfc443 color RGB value is (223,196,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 01000011
Octal 337 304 103
Decimal 223 196 67
Hex DF C4 43

RGB Percentages of Color #dfc443

%45.88
%40.33
%13.79

CMYK Percentages of Color #dfc443

%0
%12
%70
%13

Triadic Colors of #dfc443

#dfc443 #43dfc4 #c443df

Analogous Colors of #dfc443

#dfc443 #acdf43 #df7643

Monochromatic Colors of #dfc443

#dfc443

Complementary Color

#dfc443 #435edf

#dfc443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc443 Color CSS Codes

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

#dfc443 Text Font Color

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

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


#dfc443 Background Color

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

This div background color is #dfc443


#dfc443 Border Color

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

This div border color is #dfc443


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc443


Comments

No comments written yet.

Please login to write comment.