Color Hex Logo

#dfd748 Color Hex

#DFD748
(223,215,72)
0 Favorites   0 Comments

Color spaces of #dfd748

RGB 22321572
HSL0.160.700.58
HSV57°68°87°
CMYK 0.000.040.68   0.13
XYZ55.901664.756715.6839
Yxy64.75670.41000.4750
Hunter Lab80.4715-16.825744.7745
CIE-Lab84.3582-13.657768.1912

#dfd748 color RGB value is (223,215,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 01001000
Octal 337 327 110
Decimal 223 215 72
Hex DF D7 48

RGB Percentages of Color #dfd748

%43.73
%42.16
%14.12

CMYK Percentages of Color #dfd748

%0
%4
%68
%13

Triadic Colors of #dfd748

#dfd748 #48dfd7 #d748df

Analogous Colors of #dfd748

#dfd748 #9cdf48 #df8c48

Monochromatic Colors of #dfd748

#dfd748

Complementary Color

#dfd748 #4850df

#dfd748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd748 Color CSS Codes

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

#dfd748 Text Font Color

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

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


#dfd748 Background Color

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

This div background color is #dfd748


#dfd748 Border Color

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

This div border color is #dfd748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd748


Comments

No comments written yet.

Please login to write comment.