Color Hex Logo

#dfb112 Color Hex

#DFB112
(223,177,18)
0 Favorites   0 Comments

Color spaces of #dfb112

RGB 22317718
HSL0.130.850.47
HSV47°92°87°
CMYK 0.000.210.92   0.13
XYZ46.262747.17597.2398
Yxy47.17590.45950.4686
Hunter Lab68.68470.030741.8298
CIE-Lab74.30214.075974.6684

#dfb112 color RGB value is (223,177,18).

#dfb112 hex color red value is 223, green value is 177 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dfb112 hue: 0.13 , saturation: 0.85 and the lightness value of dfb112 is 0.47.

The process color (four color CMYK) of #dfb112 color hex is 0.00, 0.21, 0.92, 0.13. Web safe color of #dfb112 is #cc9900. Color #dfb112 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 00010010
Octal 337 261 22
Decimal 223 177 18
Hex DF B1 12

RGB Percentages of Color #dfb112

%53.35
%42.34
%4.31

CMYK Percentages of Color #dfb112

%0
%21
%92
%13

Triadic Colors of #dfb112

#dfb112 #12dfb1 #b112df

Analogous Colors of #dfb112

#dfb112 #a7df12 #df4b12

Monochromatic Colors of #dfb112

#dfb112

Complementary Color

#dfb112 #1240df

#dfb112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb112 Color CSS Codes

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

#dfb112 Text Font Color

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

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


#dfb112 Background Color

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

This div background color is #dfb112


#dfb112 Border Color

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

This div border color is #dfb112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb112


Comments

No comments written yet.

Please login to write comment.