Color Hex Logo

#dfc42d Color Hex

#DFC42D
(223,196,45)
0 Favorites   0 Comments

Color spaces of #dfc42d

RGB 22319645
HSL0.140.740.53
HSV51°80°87°
CMYK 0.000.120.80   0.13
XYZ50.645055.357310.4984
Yxy55.35730.43470.4752
Hunter Lab74.4025-8.701343.7158
CIE-Lab79.2466-5.190372.5081

#dfc42d color RGB value is (223,196,45).

#dfc42d hex color red value is 223, green value is 196 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dfc42d hue: 0.14 , saturation: 0.74 and the lightness value of dfc42d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 00101101
Octal 337 304 55
Decimal 223 196 45
Hex DF C4 2D

RGB Percentages of Color #dfc42d

%48.06
%42.24
%9.70

CMYK Percentages of Color #dfc42d

%0
%12
%80
%13

Triadic Colors of #dfc42d

#dfc42d #2ddfc4 #c42ddf

Analogous Colors of #dfc42d

#dfc42d #a1df2d #df6b2d

Monochromatic Colors of #dfc42d

#dfc42d

Complementary Color

#dfc42d #2d48df

#dfc42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc42d Color CSS Codes

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

#dfc42d Text Font Color

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

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


#dfc42d Background Color

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

This div background color is #dfc42d


#dfc42d Border Color

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

This div border color is #dfc42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc42d


Comments

No comments written yet.

Please login to write comment.