Color Hex Logo

#dfc51c Color Hex

#DFC51C
(223,197,28)
0 Favorites   0 Comments

Color spaces of #dfc51c

RGB 22319728
HSL0.140.780.49
HSV52°87°87°
CMYK 0.000.120.87   0.13
XYZ50.607355.70439.1833
Yxy55.70430.43820.4823
Hunter Lab74.6353-9.577944.9495
CIE-Lab79.4452-6.147076.8520

#dfc51c color RGB value is (223,197,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000101 00011100
Octal 337 305 34
Decimal 223 197 28
Hex DF C5 1C

RGB Percentages of Color #dfc51c

%49.78
%43.97
%6.25

CMYK Percentages of Color #dfc51c

%0
%12
%87
%13

Triadic Colors of #dfc51c

#dfc51c #1cdfc5 #c51cdf

Analogous Colors of #dfc51c

#dfc51c #98df1c #df631c

Monochromatic Colors of #dfc51c

#dfc51c

Complementary Color

#dfc51c #1c36df

#dfc51c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc51c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc51c Color CSS Codes

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

#dfc51c Text Font Color

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

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


#dfc51c Background Color

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

This div background color is #dfc51c


#dfc51c Border Color

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

This div border color is #dfc51c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc51c


Comments

No comments written yet.

Please login to write comment.