Color Hex Logo

#dfc545 Color Hex

#DFC545
(223,197,69)
0 Favorites   0 Comments

Color spaces of #dfc545

RGB 22319769
HSL0.140.710.57
HSV50°69°87°
CMYK 0.000.120.69   0.13
XYZ51.471956.050213.7361
Yxy56.05020.42450.4622
Hunter Lab74.8667-8.295441.5285
CIE-Lab79.6424-4.701964.5937

#dfc545 color RGB value is (223,197,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000101 01000101
Octal 337 305 105
Decimal 223 197 69
Hex DF C5 45

RGB Percentages of Color #dfc545

%45.60
%40.29
%14.11

CMYK Percentages of Color #dfc545

%0
%12
%69
%13

Triadic Colors of #dfc545

#dfc545 #45dfc5 #c545df

Analogous Colors of #dfc545

#dfc545 #acdf45 #df7845

Monochromatic Colors of #dfc545

#dfc545

Complementary Color

#dfc545 #455fdf

#dfc545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc545 Color CSS Codes

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

#dfc545 Text Font Color

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

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


#dfc545 Background Color

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

This div background color is #dfc545


#dfc545 Border Color

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

This div border color is #dfc545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc545


Comments

No comments written yet.

Please login to write comment.