Color Hex Logo

#dfc45d Color Hex

#DFC45D
(223,196,93)
0 Favorites   0 Comments

Color spaces of #dfc45d

RGB 22319693
HSL0.130.670.62
HSV48°58°87°
CMYK 0.000.120.58   0.13
XYZ52.147155.958118.4085
Yxy55.95810.41220.4423
Hunter Lab74.8051-6.475637.7732
CIE-Lab79.5900-2.701754.2202

#dfc45d color RGB value is (223,196,93).

#dfc45d hex color red value is 223, green value is 196 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dfc45d hue: 0.13 , saturation: 0.67 and the lightness value of dfc45d is 0.62.

The process color (four color CMYK) of #dfc45d color hex is 0.00, 0.12, 0.58, 0.13. Web safe color of #dfc45d is #cccc66. Color #dfc45d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 01011101
Octal 337 304 135
Decimal 223 196 93
Hex DF C4 5D

RGB Percentages of Color #dfc45d

%43.55
%38.28
%18.16

CMYK Percentages of Color #dfc45d

%0
%12
%58
%13

Triadic Colors of #dfc45d

#dfc45d #5ddfc4 #c45ddf

Analogous Colors of #dfc45d

#dfc45d #b9df5d #df835d

Monochromatic Colors of #dfc45d

#dfc45d

Complementary Color

#dfc45d #5d78df

#dfc45d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc45d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc45d Color CSS Codes

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

#dfc45d Text Font Color

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

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


#dfc45d Background Color

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

This div background color is #dfc45d


#dfc45d Border Color

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

This div border color is #dfc45d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc45d

#dfc45d Color Palettes


Comments

No comments written yet.

Please login to write comment.