Color Hex Logo

#dfb12c Color Hex

#DFB12C
(223,177,44)
0 Favorites   0 Comments

Color spaces of #dfb12c

RGB 22317744
HSL0.120.740.52
HSV45°80°87°
CMYK 0.000.210.80   0.13
XYZ46.608247.31419.0589
Yxy47.31410.45260.4594
Hunter Lab68.78520.575640.3413
CIE-Lab74.39024.672968.5343

#dfb12c color RGB value is (223,177,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 00101100
Octal 337 261 54
Decimal 223 177 44
Hex DF B1 2C

RGB Percentages of Color #dfb12c

%50.23
%39.86
%9.91

CMYK Percentages of Color #dfb12c

%0
%21
%80
%13

Triadic Colors of #dfb12c

#dfb12c #2cdfb1 #b12cdf

Analogous Colors of #dfb12c

#dfb12c #b4df2c #df582c

Monochromatic Colors of #dfb12c

#dfb12c

Complementary Color

#dfb12c #2c5adf

#dfb12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb12c Color CSS Codes

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

#dfb12c Text Font Color

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

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


#dfb12c Background Color

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

This div background color is #dfb12c


#dfb12c Border Color

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

This div border color is #dfb12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb12c


Comments

No comments written yet.

Please login to write comment.