Color Hex Logo

#dfd17a Color Hex

#DFD17A
(223,209,122)
0 Favorites   0 Comments

Color spaces of #dfd17a

RGB 223209122
HSL0.140.610.68
HSV52°45°87°
CMYK 0.000.060.45   0.13
XYZ56.744762.694027.5227
Yxy62.69400.38610.4266
Hunter Lab79.1795-10.640634.8166
CIE-Lab83.2811-6.919544.7181

#dfd17a color RGB value is (223,209,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 01111010
Octal 337 321 172
Decimal 223 209 122
Hex DF D1 7A

RGB Percentages of Color #dfd17a

%40.25
%37.73
%22.02

CMYK Percentages of Color #dfd17a

%0
%6
%45
%13

Triadic Colors of #dfd17a

#dfd17a #7adfd1 #d17adf

Analogous Colors of #dfd17a

#dfd17a #bbdf7a #df9f7a

Monochromatic Colors of #dfd17a

#dfd17a

Complementary Color

#dfd17a #7a88df

#dfd17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd17a Color CSS Codes

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

#dfd17a Text Font Color

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

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


#dfd17a Background Color

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

This div background color is #dfd17a


#dfd17a Border Color

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

This div border color is #dfd17a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,209,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 #dfd17a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd17a


Comments

No comments written yet.

Please login to write comment.