color codes Logo

#dfc72f color codes

#DFC72F
(223,199,47)
0 Favorites   0 Comments

Color spaces of #dfc72f

RGB 22319947
HSL0.140.730.53
HSV52°79°87°
CMYK 0.000.110.79   0.13
XYZ51.367956.740110.9339
Yxy56.74010.43150.4766
Hunter Lab75.3260-10.094144.1220
CIE-Lab80.0332-6.661172.6133

#dfc72f color RGB value is (223,199,47).

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

The process color (four color CMYK) of #dfc72f color code is 0.00, 0.11, 0.79, 0.13. Web safe color of #dfc72f is #cccc33. Color #dfc72f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 00101111
Octal 337 307 57
Decimal 223 199 47
Hex DF C7 2F

RGB Percentages of Color #dfc72f

%47.55
%42.43
%10.02

CMYK Percentages of Color #dfc72f

%0
%11
%79
%13

Triadic Colors of #dfc72f

#dfc72f #2fdfc7 #c72fdf

Analogous Colors of #dfc72f

#dfc72f #9fdf2f #df6f2f

Monochromatic Colors of #dfc72f

#dfc72f

Complementary Color

#dfc72f #2f47df

#dfc72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc72f Color CSS Codes

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

#dfc72f Text Font Color

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

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


#dfc72f Background Color

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

This div background color is #dfc72f


#dfc72f Border Color

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

This div border color is #dfc72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc72f


Comments

No comments written yet.

Please login to write comment.