Color Hex Logo

#dfb83f Color Hex

#DFB83F
(223,184,63)
1 Favorites   0 Comments

Color spaces of #dfb83f

RGB 22318463
HSL0.130.710.56
HSV45°72°87°
CMYK 0.000.170.72   0.13
XYZ48.469150.327811.8623
Yxy50.32780.43800.4548
Hunter Lab70.9421-2.193839.7455
CIE-Lab76.27001.749563.5651

#dfb83f color RGB value is (223,184,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 00111111
Octal 337 270 77
Decimal 223 184 63
Hex DF B8 3F

RGB Percentages of Color #dfb83f

%47.45
%39.15
%13.40

CMYK Percentages of Color #dfb83f

%0
%17
%72
%13

Triadic Colors of #dfb83f

#dfb83f #3fdfb8 #b83fdf

Analogous Colors of #dfb83f

#dfb83f #b6df3f #df683f

Monochromatic Colors of #dfb83f

#dfb83f

Complementary Color

#dfb83f #3f66df

#dfb83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb83f Color CSS Codes

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

#dfb83f Text Font Color

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

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


#dfb83f Background Color

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

This div background color is #dfb83f


#dfb83f Border Color

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

This div border color is #dfb83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb83f

#dfb83f Color Palettes


Comments

No comments written yet.

Please login to write comment.