Color Hex Logo

#dfd543 Color Hex

#DFD543
(223,213,67)
0 Favorites   0 Comments

Color spaces of #dfd543

RGB 22321367
HSL0.160.710.57
HSV56°70°87°
CMYK 0.000.040.70   0.13
XYZ55.238863.681714.6906
Yxy63.68170.41340.4766
Hunter Lab79.8008-16.092244.9458
CIE-Lab83.7998-12.912869.4900

#dfd543 color RGB value is (223,213,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010101 01000011
Octal 337 325 103
Decimal 223 213 67
Hex DF D5 43

RGB Percentages of Color #dfd543

%44.33
%42.35
%13.32

CMYK Percentages of Color #dfd543

%0
%4
%70
%13

Triadic Colors of #dfd543

#dfd543 #43dfd5 #d543df

Analogous Colors of #dfd543

#dfd543 #9bdf43 #df8743

Monochromatic Colors of #dfd543

#dfd543

Complementary Color

#dfd543 #434ddf

#dfd543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd543 Color CSS Codes

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

#dfd543 Text Font Color

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

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


#dfd543 Background Color

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

This div background color is #dfd543


#dfd543 Border Color

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

This div border color is #dfd543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd543


Comments

No comments written yet.

Please login to write comment.