Color Hex Logo

#dfda20 Color Hex

#DFDA20
(223,218,32)
0 Favorites   0 Comments

Color spaces of #dfda20

RGB 22321832
HSL0.160.750.50
HSV58°86°87°
CMYK 0.000.020.86   0.13
XYZ55.763565.935111.1542
Yxy65.93510.41970.4963
Hunter Lab81.2004-19.517848.6959
CIE-Lab84.9633-16.611180.4933

#dfda20 color RGB value is (223,218,32).

#dfda20 hex color red value is 223, green value is 218 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #dfda20 hue: 0.16 , saturation: 0.75 and the lightness value of dfda20 is 0.50.

The process color (four color CMYK) of #dfda20 color hex is 0.00, 0.02, 0.86, 0.13. Web safe color of #dfda20 is #cccc33. Color #dfda20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 00100000
Octal 337 332 40
Decimal 223 218 32
Hex DF DA 20

RGB Percentages of Color #dfda20

%47.15
%46.09
%6.77

CMYK Percentages of Color #dfda20

%0
%2
%86
%13

Triadic Colors of #dfda20

#dfda20 #20dfda #da20df

Analogous Colors of #dfda20

#dfda20 #85df20 #df7b20

Monochromatic Colors of #dfda20

#dfda20

Complementary Color

#dfda20 #2025df

#dfda20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfda20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfda20 Color CSS Codes

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

#dfda20 Text Font Color

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

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


#dfda20 Background Color

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

This div background color is #dfda20


#dfda20 Border Color

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

This div border color is #dfda20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfda20


Comments

No comments written yet.

Please login to write comment.