color codes Logo

#dfd13f color codes

#DFD13F
(223,209,63)
0 Favorites   0 Comments

Color spaces of #dfd13f

RGB 22320963
HSL0.150.710.56
HSV55°72°87°
CMYK 0.000.060.72   0.13
XYZ54.129161.647813.7489
Yxy61.64780.41790.4759
Hunter Lab78.5161-14.345144.5790
CIE-Lab82.7258-11.096669.8787

#dfd13f color RGB value is (223,209,63).

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

The process color (four color CMYK) of #dfd13f color code is 0.00, 0.06, 0.72, 0.13. Web safe color of #dfd13f is #cccc33. Color #dfd13f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 00111111
Octal 337 321 77
Decimal 223 209 63
Hex DF D1 3F

RGB Percentages of Color #dfd13f

%45.05
%42.22
%12.73

CMYK Percentages of Color #dfd13f

%0
%6
%72
%13

Triadic Colors of #dfd13f

#dfd13f #3fdfd1 #d13fdf

Analogous Colors of #dfd13f

#dfd13f #9ddf3f #df813f

Monochromatic Colors of #dfd13f

#dfd13f

Complementary Color

#dfd13f #3f4ddf

#dfd13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd13f Color CSS Codes

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

#dfd13f Text Font Color

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

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


#dfd13f Background Color

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

This div background color is #dfd13f


#dfd13f Border Color

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

This div border color is #dfd13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd13f


Comments

No comments written yet.

Please login to write comment.