Color Hex Logo

#dfc626 Color Hex

#DFC626
(223,198,38)
0 Favorites   0 Comments

Color spaces of #dfc626

RGB 22319838
HSL0.140.740.51
HSV52°83°87°
CMYK 0.000.110.83   0.13
XYZ50.975456.21619.9978
Yxy56.21610.43500.4797
Hunter Lab74.9774-9.852444.5782
CIE-Lab79.7367-6.422974.8345

#dfc626 color RGB value is (223,198,38).

#dfc626 hex color red value is 223, green value is 198 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #dfc626 hue: 0.14 , saturation: 0.74 and the lightness value of dfc626 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 00100110
Octal 337 306 46
Decimal 223 198 38
Hex DF C6 26

RGB Percentages of Color #dfc626

%48.58
%43.14
%8.28

CMYK Percentages of Color #dfc626

%0
%11
%83
%13

Triadic Colors of #dfc626

#dfc626 #26dfc6 #c626df

Analogous Colors of #dfc626

#dfc626 #9cdf26 #df6a26

Monochromatic Colors of #dfc626

#dfc626

Complementary Color

#dfc626 #263fdf

#dfc626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc626 Color CSS Codes

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

#dfc626 Text Font Color

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

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


#dfc626 Background Color

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

This div background color is #dfc626


#dfc626 Border Color

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

This div border color is #dfc626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc626


Comments

No comments written yet.

Please login to write comment.