Color Hex Logo

#dfb336 Color Hex

#DFB336
(223,179,54)
0 Favorites   0 Comments

Color spaces of #dfb336

RGB 22317954
HSL0.120.730.54
HSV44°76°87°
CMYK 0.000.200.76   0.13
XYZ47.217448.194510.3039
Yxy48.19450.44660.4559
Hunter Lab69.4223-0.082639.7955
CIE-Lab74.94743.981665.6656

#dfb336 color RGB value is (223,179,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 00110110
Octal 337 263 66
Decimal 223 179 54
Hex DF B3 36

RGB Percentages of Color #dfb336

%48.90
%39.25
%11.84

CMYK Percentages of Color #dfb336

%0
%20
%76
%13

Triadic Colors of #dfb336

#dfb336 #36dfb3 #b336df

Analogous Colors of #dfb336

#dfb336 #b7df36 #df5e36

Monochromatic Colors of #dfb336

#dfb336

Complementary Color

#dfb336 #3662df

#dfb336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb336 Color CSS Codes

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

#dfb336 Text Font Color

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

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


#dfb336 Background Color

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

This div background color is #dfb336


#dfb336 Border Color

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

This div border color is #dfb336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb336


Comments

No comments written yet.

Please login to write comment.