Color Hex Logo

#dfb83b Color Hex

#DFB83B
(223,184,59)
0 Favorites   0 Comments

Color spaces of #dfb83b

RGB 22318459
HSL0.130.720.55
HSV46°74°87°
CMYK 0.000.170.74   0.13
XYZ48.361350.284711.2947
Yxy50.28470.43990.4574
Hunter Lab70.9117-2.359740.1946
CIE-Lab76.24371.566765.0682

#dfb83b color RGB value is (223,184,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 00111011
Octal 337 270 73
Decimal 223 184 59
Hex DF B8 3B

RGB Percentages of Color #dfb83b

%47.85
%39.48
%12.66

CMYK Percentages of Color #dfb83b

%0
%17
%74
%13

Triadic Colors of #dfb83b

#dfb83b #3bdfb8 #b83bdf

Analogous Colors of #dfb83b

#dfb83b #b4df3b #df663b

Monochromatic Colors of #dfb83b

#dfb83b

Complementary Color

#dfb83b #3b62df

#dfb83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb83b Color CSS Codes

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

#dfb83b Text Font Color

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

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


#dfb83b Background Color

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

This div background color is #dfb83b


#dfb83b Border Color

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

This div border color is #dfb83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb83b


Comments

No comments written yet.

Please login to write comment.