Color Hex Logo

#dfc11d Color Hex

#DFC11D
(223,193,29)
0 Favorites   0 Comments

Color spaces of #dfc11d

RGB 22319329
HSL0.140.770.49
HSV51°87°87°
CMYK 0.000.130.87   0.13
XYZ49.723253.91668.9487
Yxy53.91660.44160.4789
Hunter Lab73.4279-7.624044.1738
CIE-Lab78.4131-4.071875.8258

#dfc11d color RGB value is (223,193,29).

#dfc11d hex color red value is 223, green value is 193 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dfc11d hue: 0.14 , saturation: 0.77 and the lightness value of dfc11d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 00011101
Octal 337 301 35
Decimal 223 193 29
Hex DF C1 1D

RGB Percentages of Color #dfc11d

%50.11
%43.37
%6.52

CMYK Percentages of Color #dfc11d

%0
%13
%87
%13

Triadic Colors of #dfc11d

#dfc11d #1ddfc1 #c11ddf

Analogous Colors of #dfc11d

#dfc11d #9cdf1d #df601d

Monochromatic Colors of #dfc11d

#dfc11d

Complementary Color

#dfc11d #1d3bdf

#dfc11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc11d Color CSS Codes

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

#dfc11d Text Font Color

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

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


#dfc11d Background Color

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

This div background color is #dfc11d


#dfc11d Border Color

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

This div border color is #dfc11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc11d


Comments

No comments written yet.

Please login to write comment.