Color Hex Logo

#dfd446 Color Hex

#DFD446
(223,212,70)
0 Favorites   0 Comments

Color spaces of #dfd446

RGB 22321270
HSL0.150.710.57
HSV56°69°87°
CMYK 0.000.050.69   0.13
XYZ55.080463.217115.0934
Yxy63.21710.41290.4739
Hunter Lab79.5092-15.484344.4013
CIE-Lab83.5565-12.263468.1415

#dfd446 color RGB value is (223,212,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010100 01000110
Octal 337 324 106
Decimal 223 212 70
Hex DF D4 46

RGB Percentages of Color #dfd446

%44.16
%41.98
%13.86

CMYK Percentages of Color #dfd446

%0
%5
%69
%13

Triadic Colors of #dfd446

#dfd446 #46dfd4 #d446df

Analogous Colors of #dfd446

#dfd446 #9edf46 #df8846

Monochromatic Colors of #dfd446

#dfd446

Complementary Color

#dfd446 #4651df

#dfd446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd446 Color CSS Codes

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

#dfd446 Text Font Color

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

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


#dfd446 Background Color

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

This div background color is #dfd446


#dfd446 Border Color

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

This div border color is #dfd446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd446


Comments

No comments written yet.

Please login to write comment.