Color Hex Logo

#dfb71b Color Hex

#DFB71B
(223,183,27)
0 Favorites   0 Comments

Color spaces of #dfb71b

RGB 22318327
HSL0.130.780.49
HSV48°88°87°
CMYK 0.000.180.88   0.13
XYZ47.562749.63418.1104
Yxy49.63410.45170.4713
Hunter Lab70.4515-2.782442.4905
CIE-Lab75.84411.079574.2013

#dfb71b color RGB value is (223,183,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 00011011
Octal 337 267 33
Decimal 223 183 27
Hex DF B7 1B

RGB Percentages of Color #dfb71b

%51.50
%42.26
%6.24

CMYK Percentages of Color #dfb71b

%0
%18
%88
%13

Triadic Colors of #dfb71b

#dfb71b #1bdfb7 #b71bdf

Analogous Colors of #dfb71b

#dfb71b #a5df1b #df551b

Monochromatic Colors of #dfb71b

#dfb71b

Complementary Color

#dfb71b #1b43df

#dfb71b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb71b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb71b Color CSS Codes

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

#dfb71b Text Font Color

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

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


#dfb71b Background Color

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

This div background color is #dfb71b


#dfb71b Border Color

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

This div border color is #dfb71b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb71b


Comments

No comments written yet.

Please login to write comment.