Color Hex Logo

#dfc926 Color Hex

#DFC926
(223,201,38)
0 Favorites   0 Comments

Color spaces of #dfc926

RGB 22320138
HSL0.150.740.51
HSV53°83°87°
CMYK 0.000.100.83   0.13
XYZ51.667957.601210.2287
Yxy57.60120.43240.4820
Hunter Lab75.8955-11.298345.1361
CIE-Lab80.5166-7.953375.4898

#dfc926 color RGB value is (223,201,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 00100110
Octal 337 311 46
Decimal 223 201 38
Hex DF C9 26

RGB Percentages of Color #dfc926

%48.27
%43.51
%8.23

CMYK Percentages of Color #dfc926

%0
%10
%83
%13

Triadic Colors of #dfc926

#dfc926 #26dfc9 #c926df

Analogous Colors of #dfc926

#dfc926 #99df26 #df6d26

Monochromatic Colors of #dfc926

#dfc926

Complementary Color

#dfc926 #263cdf

#dfc926 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc926 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc926 Color CSS Codes

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

#dfc926 Text Font Color

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

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


#dfc926 Background Color

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

This div background color is #dfc926


#dfc926 Border Color

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

This div border color is #dfc926


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,201,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 #dfc926">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc926


Comments

No comments written yet.

Please login to write comment.