Color Hex Logo

#dfd57b Color Hex

#DFD57B
(223,213,123)
0 Favorites   0 Comments

Color spaces of #dfd57b

RGB 223213123
HSL0.150.610.68
HSV54°45°87°
CMYK 0.000.040.45   0.13
XYZ57.800864.706528.1821
Yxy64.70650.38360.4294
Hunter Lab80.4404-12.508635.5361
CIE-Lab84.3323-8.854445.5285

#dfd57b color RGB value is (223,213,123).

#dfd57b hex color red value is 223, green value is 213 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dfd57b hue: 0.15 , saturation: 0.61 and the lightness value of dfd57b is 0.68.

The process color (four color CMYK) of #dfd57b color hex is 0.00, 0.04, 0.45, 0.13. Web safe color of #dfd57b is #cccc66. Color #dfd57b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010101 01111011
Octal 337 325 173
Decimal 223 213 123
Hex DF D5 7B

RGB Percentages of Color #dfd57b

%39.89
%38.10
%22.00

CMYK Percentages of Color #dfd57b

%0
%4
%45
%13

Triadic Colors of #dfd57b

#dfd57b #7bdfd5 #d57bdf

Analogous Colors of #dfd57b

#dfd57b #b7df7b #dfa37b

Monochromatic Colors of #dfd57b

#dfd57b

Complementary Color

#dfd57b #7b85df

#dfd57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd57b Color CSS Codes

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

#dfd57b Text Font Color

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

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


#dfd57b Background Color

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

This div background color is #dfd57b


#dfd57b Border Color

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

This div border color is #dfd57b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd57b


Comments

No comments written yet.

Please login to write comment.