Color Hex Logo

#dfb92b Color Hex

#DFB92B
(223,185,43)
0 Favorites   0 Comments

Color spaces of #dfb92b

RGB 22318543
HSL0.130.740.52
HSV47°81°87°
CMYK 0.000.170.81   0.13
XYZ48.216450.56039.5033
Yxy50.56030.44530.4669
Hunter Lab71.1058-3.395341.8499
CIE-Lab76.41190.442570.6150

#dfb92b color RGB value is (223,185,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 00101011
Octal 337 271 53
Decimal 223 185 43
Hex DF B9 2B

RGB Percentages of Color #dfb92b

%49.45
%41.02
%9.53

CMYK Percentages of Color #dfb92b

%0
%17
%81
%13

Triadic Colors of #dfb92b

#dfb92b #2bdfb9 #b92bdf

Analogous Colors of #dfb92b

#dfb92b #abdf2b #df5f2b

Monochromatic Colors of #dfb92b

#dfb92b

Complementary Color

#dfb92b #2b51df

#dfb92b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb92b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb92b Color CSS Codes

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

#dfb92b Text Font Color

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

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


#dfb92b Background Color

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

This div background color is #dfb92b


#dfb92b Border Color

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

This div border color is #dfb92b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb92b


Comments

No comments written yet.

Please login to write comment.