Color Hex Logo

#dfd13c Color Hex

#DFD13C
(223,209,60)
0 Favorites   0 Comments

Color spaces of #dfd13c

RGB 22320960
HSL0.150.720.55
HSV55°73°87°
CMYK 0.000.060.73   0.13
XYZ54.047561.615113.3193
Yxy61.61510.41900.4777
Hunter Lab78.4953-14.461644.8862
CIE-Lab82.7083-11.229770.9048

#dfd13c color RGB value is (223,209,60).

#dfd13c hex color red value is 223, green value is 209 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dfd13c hue: 0.15 , saturation: 0.72 and the lightness value of dfd13c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 00111100
Octal 337 321 74
Decimal 223 209 60
Hex DF D1 3C

RGB Percentages of Color #dfd13c

%45.33
%42.48
%12.20

CMYK Percentages of Color #dfd13c

%0
%6
%73
%13

Triadic Colors of #dfd13c

#dfd13c #3cdfd1 #d13cdf

Analogous Colors of #dfd13c

#dfd13c #9cdf3c #df803c

Monochromatic Colors of #dfd13c

#dfd13c

Complementary Color

#dfd13c #3c4adf

#dfd13c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd13c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd13c Color CSS Codes

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

#dfd13c Text Font Color

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

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


#dfd13c Background Color

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

This div background color is #dfd13c


#dfd13c Border Color

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

This div border color is #dfd13c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd13c


Comments

No comments written yet.

Please login to write comment.