Color Hex Logo

#dfb81b Color Hex

#DFB81B
(223,184,27)
0 Favorites   0 Comments

Color spaces of #dfb81b

RGB 22318427
HSL0.130.780.49
HSV48°88°87°
CMYK 0.000.170.88   0.13
XYZ47.769750.04818.1794
Yxy50.04810.45070.4722
Hunter Lab70.7447-3.272742.6663
CIE-Lab76.09880.556974.4024

#dfb81b color RGB value is (223,184,27).

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

The process color (four color CMYK) of #dfb81b color hex is 0.00, 0.17, 0.88, 0.13. Web safe color of #dfb81b is #cccc33. Color #dfb81b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 00011011
Octal 337 270 33
Decimal 223 184 27
Hex DF B8 1B

RGB Percentages of Color #dfb81b

%51.38
%42.40
%6.22

CMYK Percentages of Color #dfb81b

%0
%17
%88
%13

Triadic Colors of #dfb81b

#dfb81b #1bdfb8 #b81bdf

Analogous Colors of #dfb81b

#dfb81b #a4df1b #df561b

Monochromatic Colors of #dfb81b

#dfb81b

Complementary Color

#dfb81b #1b42df

#dfb81b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb81b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb81b Color CSS Codes

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

#dfb81b Text Font Color

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

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


#dfb81b Background Color

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

This div background color is #dfb81b


#dfb81b Border Color

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

This div border color is #dfb81b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb81b


Comments

No comments written yet.

Please login to write comment.