Color Hex Logo

#dfc345 Color Hex

#DFC345
(223,195,69)
0 Favorites   0 Comments

Color spaces of #dfc345

RGB 22319569
HSL0.140.710.57
HSV49°69°87°
CMYK 0.000.130.69   0.13
XYZ51.020755.147913.5857
Yxy55.14790.42600.4605
Hunter Lab74.2616-7.321241.1364
CIE-Lab79.1264-3.672164.0715

#dfc345 color RGB value is (223,195,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000011 01000101
Octal 337 303 105
Decimal 223 195 69
Hex DF C3 45

RGB Percentages of Color #dfc345

%45.79
%40.04
%14.17

CMYK Percentages of Color #dfc345

%0
%13
%69
%13

Triadic Colors of #dfc345

#dfc345 #45dfc3 #c345df

Analogous Colors of #dfc345

#dfc345 #aedf45 #df7645

Monochromatic Colors of #dfc345

#dfc345

Complementary Color

#dfc345 #4561df

#dfc345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc345 Color CSS Codes

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

#dfc345 Text Font Color

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

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


#dfc345 Background Color

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

This div background color is #dfc345


#dfc345 Border Color

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

This div border color is #dfc345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc345


Comments

No comments written yet.

Please login to write comment.