Color Hex Logo

#dfb83a Color Hex

#DFB83A
(223,184,58)
0 Favorites   0 Comments

Color spaces of #dfb83a

RGB 22318458
HSL0.130.720.55
HSV46°74°87°
CMYK 0.000.170.74   0.13
XYZ48.335650.274411.1594
Yxy50.27440.44030.4580
Hunter Lab70.9044-2.399240.3017
CIE-Lab76.23741.523165.4340

#dfb83a color RGB value is (223,184,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 00111010
Octal 337 270 72
Decimal 223 184 58
Hex DF B8 3A

RGB Percentages of Color #dfb83a

%47.96
%39.57
%12.47

CMYK Percentages of Color #dfb83a

%0
%17
%74
%13

Triadic Colors of #dfb83a

#dfb83a #3adfb8 #b83adf

Analogous Colors of #dfb83a

#dfb83a #b4df3a #df663a

Monochromatic Colors of #dfb83a

#dfb83a

Complementary Color

#dfb83a #3a61df

#dfb83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb83a Color CSS Codes

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

#dfb83a Text Font Color

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

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


#dfb83a Background Color

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

This div background color is #dfb83a


#dfb83a Border Color

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

This div border color is #dfb83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb83a

#dfb83a Color Palettes


Comments

No comments written yet.

Please login to write comment.