Color Hex Logo

#dfb51a Color Hex

#DFB51A
(223,181,26)
0 Favorites   0 Comments

Color spaces of #dfb51a

RGB 22318126
HSL0.130.790.49
HSV47°88°87°
CMYK 0.000.190.88   0.13
XYZ47.141848.81037.9140
Yxy48.81030.45390.4699
Hunter Lab69.8644-1.817742.1889
CIE-Lab75.33322.107574.0051

#dfb51a color RGB value is (223,181,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110101 00011010
Octal 337 265 32
Decimal 223 181 26
Hex DF B5 1A

RGB Percentages of Color #dfb51a

%51.86
%42.09
%6.05

CMYK Percentages of Color #dfb51a

%0
%19
%88
%13

Triadic Colors of #dfb51a

#dfb51a #1adfb5 #b51adf

Analogous Colors of #dfb51a

#dfb51a #a7df1a #df531a

Monochromatic Colors of #dfb51a

#dfb51a

Complementary Color

#dfb51a #1a44df

#dfb51a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb51a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb51a Color CSS Codes

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

#dfb51a Text Font Color

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

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


#dfb51a Background Color

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

This div background color is #dfb51a


#dfb51a Border Color

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

This div border color is #dfb51a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb51a


Comments

No comments written yet.

Please login to write comment.