Color Hex Logo

#dfd755 Color Hex

#DFD755
(223,215,85)
0 Favorites   0 Comments

Color spaces of #dfd755

RGB 22321585
HSL0.160.680.60
HSV57°62°87°
CMYK 0.000.040.62   0.13
XYZ56.371664.944718.1588
Yxy64.94470.40420.4656
Hunter Lab80.5883-16.168543.0521
CIE-Lab84.4552-12.905163.1109

#dfd755 color RGB value is (223,215,85).

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

The process color (four color CMYK) of #dfd755 color hex is 0.00, 0.04, 0.62, 0.13. Web safe color of #dfd755 is #cccc66. Color #dfd755 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 01010101
Octal 337 327 125
Decimal 223 215 85
Hex DF D7 55

RGB Percentages of Color #dfd755

%42.64
%41.11
%16.25

CMYK Percentages of Color #dfd755

%0
%4
%62
%13

Triadic Colors of #dfd755

#dfd755 #55dfd7 #d755df

Analogous Colors of #dfd755

#dfd755 #a2df55 #df9255

Monochromatic Colors of #dfd755

#dfd755

Complementary Color

#dfd755 #555ddf

#dfd755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd755 Color CSS Codes

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

#dfd755 Text Font Color

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

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


#dfd755 Background Color

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

This div background color is #dfd755


#dfd755 Border Color

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

This div border color is #dfd755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd755


Comments

No comments written yet.

Please login to write comment.