Color Hex Logo

#dfb023 Color Hex

#DFB023
(223,176,35)
0 Favorites   0 Comments

Color spaces of #dfb023

RGB 22317635
HSL0.130.750.51
HSV45°84°87°
CMYK 0.000.210.84   0.13
XYZ46.260146.86008.1968
Yxy46.86000.45660.4625
Hunter Lab68.45440.831640.8186
CIE-Lab74.10014.939370.8967

#dfb023 color RGB value is (223,176,35).

#dfb023 hex color red value is 223, green value is 176 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #dfb023 hue: 0.13 , saturation: 0.75 and the lightness value of dfb023 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 00100011
Octal 337 260 43
Decimal 223 176 35
Hex DF B0 23

RGB Percentages of Color #dfb023

%51.38
%40.55
%8.06

CMYK Percentages of Color #dfb023

%0
%21
%84
%13

Triadic Colors of #dfb023

#dfb023 #23dfb0 #b023df

Analogous Colors of #dfb023

#dfb023 #b0df23 #df5223

Monochromatic Colors of #dfb023

#dfb023

Complementary Color

#dfb023 #2352df

#dfb023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb023 Color CSS Codes

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

#dfb023 Text Font Color

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

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


#dfb023 Background Color

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

This div background color is #dfb023


#dfb023 Border Color

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

This div border color is #dfb023


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb023


Comments

No comments written yet.

Please login to write comment.