Color Hex Logo

#dfd545 Color Hex

#DFD545
(223,213,69)
0 Favorites   0 Comments

Color spaces of #dfd545

RGB 22321369
HSL0.160.710.57
HSV56°69°87°
CMYK 0.000.040.69   0.13
XYZ55.299963.706115.0121
Yxy63.70610.41260.4754
Hunter Lab79.8161-16.006044.7198
CIE-Lab83.8125-12.814068.7691

#dfd545 color RGB value is (223,213,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010101 01000101
Octal 337 325 105
Decimal 223 213 69
Hex DF D5 45

RGB Percentages of Color #dfd545

%44.16
%42.18
%13.66

CMYK Percentages of Color #dfd545

%0
%4
%69
%13

Triadic Colors of #dfd545

#dfd545 #45dfd5 #d545df

Analogous Colors of #dfd545

#dfd545 #9cdf45 #df8845

Monochromatic Colors of #dfd545

#dfd545

Complementary Color

#dfd545 #454fdf

#dfd545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd545 Color CSS Codes

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

#dfd545 Text Font Color

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

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


#dfd545 Background Color

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

This div background color is #dfd545


#dfd545 Border Color

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

This div border color is #dfd545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd545


Comments

No comments written yet.

Please login to write comment.