Color Hex Logo

#dfb33c Color Hex

#DFB33C
(223,179,60)
0 Favorites   0 Comments

Color spaces of #dfb33c

RGB 22317960
HSL0.120.720.55
HSV44°73°87°
CMYK 0.000.200.73   0.13
XYZ47.367148.254411.0925
Yxy48.25440.44390.4522
Hunter Lab69.46540.151339.1581
CIE-Lab74.98514.237363.4624

#dfb33c color RGB value is (223,179,60).

#dfb33c hex color red value is 223, green value is 179 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dfb33c hue: 0.12 , saturation: 0.72 and the lightness value of dfb33c is 0.55.

The process color (four color CMYK) of #dfb33c color hex is 0.00, 0.20, 0.73, 0.13. Web safe color of #dfb33c is #cccc33. Color #dfb33c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 00111100
Octal 337 263 74
Decimal 223 179 60
Hex DF B3 3C

RGB Percentages of Color #dfb33c

%48.27
%38.74
%12.99

CMYK Percentages of Color #dfb33c

%0
%20
%73
%13

Triadic Colors of #dfb33c

#dfb33c #3cdfb3 #b33cdf

Analogous Colors of #dfb33c

#dfb33c #badf3c #df623c

Monochromatic Colors of #dfb33c

#dfb33c

Complementary Color

#dfb33c #3c68df

#dfb33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb33c Color CSS Codes

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

#dfb33c Text Font Color

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

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


#dfb33c Background Color

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

This div background color is #dfb33c


#dfb33c Border Color

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

This div border color is #dfb33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb33c


Comments

No comments written yet.

Please login to write comment.