Color Hex Logo

#dfb12b Color Hex

#DFB12B
(223,177,43)
0 Favorites   0 Comments

Color spaces of #dfb12b

RGB 22317743
HSL0.120.740.52
HSV45°81°87°
CMYK 0.000.210.81   0.13
XYZ46.589647.30678.9611
Yxy47.30670.45300.4599
Hunter Lab68.77990.546340.4212
CIE-Lab74.38554.640768.8416

#dfb12b color RGB value is (223,177,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 00101011
Octal 337 261 53
Decimal 223 177 43
Hex DF B1 2B

RGB Percentages of Color #dfb12b

%50.34
%39.95
%9.71

CMYK Percentages of Color #dfb12b

%0
%21
%81
%13

Triadic Colors of #dfb12b

#dfb12b #2bdfb1 #b12bdf

Analogous Colors of #dfb12b

#dfb12b #b3df2b #df572b

Monochromatic Colors of #dfb12b

#dfb12b

Complementary Color

#dfb12b #2b59df

#dfb12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb12b Color CSS Codes

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

#dfb12b Text Font Color

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

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


#dfb12b Background Color

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

This div background color is #dfb12b


#dfb12b Border Color

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

This div border color is #dfb12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb12b

#dfb12b Color Palettes


Comments

No comments written yet.

Please login to write comment.