Color Hex Logo

#dfd87a Color Hex

#DFD87A
(223,216,122)
0 Favorites   0 Comments

Color spaces of #dfd87a

RGB 223216122
HSL0.160.610.68
HSV56°45°87°
CMYK 0.000.030.45   0.13
XYZ58.500166.204828.1079
Yxy66.20480.38280.4332
Hunter Lab81.3663-14.054636.4748
CIE-Lab85.1008-10.465546.9654

#dfd87a color RGB value is (223,216,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 01111010
Octal 337 330 172
Decimal 223 216 122
Hex DF D8 7A

RGB Percentages of Color #dfd87a

%39.75
%38.50
%21.75

CMYK Percentages of Color #dfd87a

%0
%3
%45
%13

Triadic Colors of #dfd87a

#dfd87a #7adfd8 #d87adf

Analogous Colors of #dfd87a

#dfd87a #b4df7a #dfa67a

Monochromatic Colors of #dfd87a

#dfd87a

Complementary Color

#dfd87a #7a81df

#dfd87a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd87a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd87a Color CSS Codes

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

#dfd87a Text Font Color

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

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


#dfd87a Background Color

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

This div background color is #dfd87a


#dfd87a Border Color

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

This div border color is #dfd87a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd87a


Comments

No comments written yet.

Please login to write comment.