Color Hex Logo

#dfd146 Color Hex

#DFD146
(223,209,70)
0 Favorites   0 Comments

Color spaces of #dfd146

RGB 22320970
HSL0.150.710.57
HSV55°69°87°
CMYK 0.000.060.69   0.13
XYZ54.337461.731114.8458
Yxy61.73110.41510.4715
Hunter Lab78.5691-14.047743.7954
CIE-Lab82.7702-10.757267.3550

#dfd146 color RGB value is (223,209,70).

#dfd146 hex color red value is 223, green value is 209 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dfd146 hue: 0.15 , saturation: 0.71 and the lightness value of dfd146 is 0.57.

The process color (four color CMYK) of #dfd146 color hex is 0.00, 0.06, 0.69, 0.13. Web safe color of #dfd146 is #cccc33. Color #dfd146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 01000110
Octal 337 321 106
Decimal 223 209 70
Hex DF D1 46

RGB Percentages of Color #dfd146

%44.42
%41.63
%13.94

CMYK Percentages of Color #dfd146

%0
%6
%69
%13

Triadic Colors of #dfd146

#dfd146 #46dfd1 #d146df

Analogous Colors of #dfd146

#dfd146 #a1df46 #df8546

Monochromatic Colors of #dfd146

#dfd146

Complementary Color

#dfd146 #4654df

#dfd146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd146 Color CSS Codes

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

#dfd146 Text Font Color

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

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


#dfd146 Background Color

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

This div background color is #dfd146


#dfd146 Border Color

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

This div border color is #dfd146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd146


Comments

No comments written yet.

Please login to write comment.