Color Hex Logo

#dfd77d Color Hex

#DFD77D
(223,215,125)
0 Favorites   0 Comments

Color spaces of #dfd77d

RGB 223215125
HSL0.150.600.68
HSV55°44°87°
CMYK 0.000.040.44   0.13
XYZ58.433565.769529.0170
Yxy65.76950.38140.4292
Hunter Lab81.0984-13.308335.5549
CIE-Lab84.8787-9.669745.2242

#dfd77d color RGB value is (223,215,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 01111101
Octal 337 327 175
Decimal 223 215 125
Hex DF D7 7D

RGB Percentages of Color #dfd77d

%39.61
%38.19
%22.20

CMYK Percentages of Color #dfd77d

%0
%4
%44
%13

Triadic Colors of #dfd77d

#dfd77d #7ddfd7 #d77ddf

Analogous Colors of #dfd77d

#dfd77d #b6df7d #dfa67d

Monochromatic Colors of #dfd77d

#dfd77d

Complementary Color

#dfd77d #7d85df

#dfd77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd77d Color CSS Codes

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

#dfd77d Text Font Color

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

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


#dfd77d Background Color

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

This div background color is #dfd77d


#dfd77d Border Color

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

This div border color is #dfd77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd77d


Comments

No comments written yet.

Please login to write comment.