Color Hex Logo

#dfb33b Color Hex

#DFB33B
(223,179,59)
0 Favorites   0 Comments

Color spaces of #dfb33b

RGB 22317959
HSL0.120.720.55
HSV44°74°87°
CMYK 0.000.200.74   0.13
XYZ47.340948.243910.9545
Yxy48.24390.44440.4528
Hunter Lab69.45780.110439.2696
CIE-Lab74.97854.192663.8400

#dfb33b color RGB value is (223,179,59).

#dfb33b hex color red value is 223, green value is 179 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dfb33b hue: 0.12 , saturation: 0.72 and the lightness value of dfb33b is 0.55.

The process color (four color CMYK) of #dfb33b color hex is 0.00, 0.20, 0.74, 0.13. Web safe color of #dfb33b is #cccc33. Color #dfb33b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 00111011
Octal 337 263 73
Decimal 223 179 59
Hex DF B3 3B

RGB Percentages of Color #dfb33b

%48.37
%38.83
%12.80

CMYK Percentages of Color #dfb33b

%0
%20
%74
%13

Triadic Colors of #dfb33b

#dfb33b #3bdfb3 #b33bdf

Analogous Colors of #dfb33b

#dfb33b #b9df3b #df613b

Monochromatic Colors of #dfb33b

#dfb33b

Complementary Color

#dfb33b #3b67df

#dfb33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb33b Color CSS Codes

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

#dfb33b Text Font Color

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

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


#dfb33b Background Color

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

This div background color is #dfb33b


#dfb33b Border Color

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

This div border color is #dfb33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb33b


Comments

No comments written yet.

Please login to write comment.