Color Hex Logo

#dfb136 Color Hex

#DFB136
(223,177,54)
0 Favorites   0 Comments

Color spaces of #dfb136

RGB 22317754
HSL0.120.730.54
HSV44°76°87°
CMYK 0.000.210.76   0.13
XYZ46.819447.398610.1712
Yxy47.39860.44850.4541
Hunter Lab68.84660.907939.4333
CIE-Lab74.44405.035765.1906

#dfb136 color RGB value is (223,177,54).

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

The process color (four color CMYK) of #dfb136 color hex is 0.00, 0.21, 0.76, 0.13. Web safe color of #dfb136 is #cc9933. Color #dfb136 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 00110110
Octal 337 261 66
Decimal 223 177 54
Hex DF B1 36

RGB Percentages of Color #dfb136

%49.12
%38.99
%11.89

CMYK Percentages of Color #dfb136

%0
%21
%76
%13

Triadic Colors of #dfb136

#dfb136 #36dfb1 #b136df

Analogous Colors of #dfb136

#dfb136 #b9df36 #df5c36

Monochromatic Colors of #dfb136

#dfb136

Complementary Color

#dfb136 #3664df

#dfb136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb136 Color CSS Codes

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

#dfb136 Text Font Color

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

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


#dfb136 Background Color

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

This div background color is #dfb136


#dfb136 Border Color

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

This div border color is #dfb136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb136


Comments

No comments written yet.

Please login to write comment.