Color Hex Logo

#dfb92c Color Hex

#DFB92C
(223,185,44)
0 Favorites   0 Comments

Color spaces of #dfb92c

RGB 22318544
HSL0.130.740.52
HSV47°80°87°
CMYK 0.000.170.80   0.13
XYZ48.235050.56779.6012
Yxy50.56770.44500.4665
Hunter Lab71.1110-3.366641.7725
CIE-Lab76.41640.474470.3191

#dfb92c color RGB value is (223,185,44).

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

The process color (four color CMYK) of #dfb92c color hex is 0.00, 0.17, 0.80, 0.13. Web safe color of #dfb92c is #cccc33. Color #dfb92c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 00101100
Octal 337 271 54
Decimal 223 185 44
Hex DF B9 2C

RGB Percentages of Color #dfb92c

%49.34
%40.93
%9.73

CMYK Percentages of Color #dfb92c

%0
%17
%80
%13

Triadic Colors of #dfb92c

#dfb92c #2cdfb9 #b92cdf

Analogous Colors of #dfb92c

#dfb92c #acdf2c #df5f2c

Monochromatic Colors of #dfb92c

#dfb92c

Complementary Color

#dfb92c #2c52df

#dfb92c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb92c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb92c Color CSS Codes

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

#dfb92c Text Font Color

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

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


#dfb92c Background Color

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

This div background color is #dfb92c


#dfb92c Border Color

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

This div border color is #dfb92c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,185,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 #dfb92c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb92c


Comments

No comments written yet.

Please login to write comment.