Color Hex Logo

#dfd746 Color Hex

#DFD746
(223,215,70)
0 Favorites   0 Comments

Color spaces of #dfd746

RGB 22321570
HSL0.160.710.57
HSV57°69°87°
CMYK 0.000.040.69   0.13
XYZ55.837464.731015.3458
Yxy64.73100.41080.4763
Hunter Lab80.4556-16.915545.0101
CIE-Lab84.3449-13.760968.9271

#dfd746 color RGB value is (223,215,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 01000110
Octal 337 327 106
Decimal 223 215 70
Hex DF D7 46

RGB Percentages of Color #dfd746

%43.90
%42.32
%13.78

CMYK Percentages of Color #dfd746

%0
%4
%69
%13

Triadic Colors of #dfd746

#dfd746 #46dfd7 #d746df

Analogous Colors of #dfd746

#dfd746 #9bdf46 #df8b46

Monochromatic Colors of #dfd746

#dfd746

Complementary Color

#dfd746 #464edf

#dfd746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd746 Color CSS Codes

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

#dfd746 Text Font Color

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

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


#dfd746 Background Color

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

This div background color is #dfd746


#dfd746 Border Color

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

This div border color is #dfd746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd746


Comments

No comments written yet.

Please login to write comment.