Color Hex Logo

#dfb032 Color Hex

#DFB032
(223,176,50)
0 Favorites   0 Comments

Color spaces of #dfb032

RGB 22317650
HSL0.120.730.54
HSV44°78°87°
CMYK 0.000.210.78   0.13
XYZ46.532546.96899.6310
Yxy46.96890.45120.4554
Hunter Lab68.53391.262139.6417
CIE-Lab74.16995.409166.3538

#dfb032 color RGB value is (223,176,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 00110010
Octal 337 260 62
Decimal 223 176 50
Hex DF B0 32

RGB Percentages of Color #dfb032

%49.67
%39.20
%11.14

CMYK Percentages of Color #dfb032

%0
%21
%78
%13

Triadic Colors of #dfb032

#dfb032 #32dfb0 #b032df

Analogous Colors of #dfb032

#dfb032 #b8df32 #df5a32

Monochromatic Colors of #dfb032

#dfb032

Complementary Color

#dfb032 #3261df

#dfb032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb032 Color CSS Codes

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

#dfb032 Text Font Color

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

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


#dfb032 Background Color

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

This div background color is #dfb032


#dfb032 Border Color

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

This div border color is #dfb032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb032


Comments

No comments written yet.

Please login to write comment.