Color Hex Logo

#dfb620 Color Hex

#DFB620
(223,182,32)
0 Favorites   0 Comments

Color spaces of #dfb620

RGB 22318232
HSL0.130.750.50
HSV47°86°87°
CMYK 0.000.180.86   0.13
XYZ47.420149.24828.3730
Yxy49.24820.45140.4688
Hunter Lab70.1771-2.193742.0499
CIE-Lab75.60551.711072.8913

#dfb620 color RGB value is (223,182,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 00100000
Octal 337 266 40
Decimal 223 182 32
Hex DF B6 20

RGB Percentages of Color #dfb620

%51.03
%41.65
%7.32

CMYK Percentages of Color #dfb620

%0
%18
%86
%13

Triadic Colors of #dfb620

#dfb620 #20dfb6 #b620df

Analogous Colors of #dfb620

#dfb620 #a9df20 #df5720

Monochromatic Colors of #dfb620

#dfb620

Complementary Color

#dfb620 #2049df

#dfb620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb620 Color CSS Codes

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

#dfb620 Text Font Color

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

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


#dfb620 Background Color

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

This div background color is #dfb620


#dfb620 Border Color

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

This div border color is #dfb620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb620


Comments

No comments written yet.

Please login to write comment.