Color Hex Logo

#dfd551 Color Hex

#DFD551
(223,213,81)
0 Favorites   0 Comments

Color spaces of #dfd551

RGB 22321381
HSL0.150.690.60
HSV56°64°87°
CMYK 0.000.040.64   0.13
XYZ55.710963.870617.1766
Yxy63.87060.40740.4670
Hunter Lab79.9191-15.427643.2005
CIE-Lab83.8984-12.152464.1725

#dfd551 color RGB value is (223,213,81).

#dfd551 hex color red value is 223, green value is 213 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #dfd551 hue: 0.15 , saturation: 0.69 and the lightness value of dfd551 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010101 01010001
Octal 337 325 121
Decimal 223 213 81
Hex DF D5 51

RGB Percentages of Color #dfd551

%43.13
%41.20
%15.67

CMYK Percentages of Color #dfd551

%0
%4
%64
%13

Triadic Colors of #dfd551

#dfd551 #51dfd5 #d551df

Analogous Colors of #dfd551

#dfd551 #a2df51 #df8e51

Monochromatic Colors of #dfd551

#dfd551

Complementary Color

#dfd551 #515bdf

#dfd551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd551 Color CSS Codes

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

#dfd551 Text Font Color

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

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


#dfd551 Background Color

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

This div background color is #dfd551


#dfd551 Border Color

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

This div border color is #dfd551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd551


Comments

No comments written yet.

Please login to write comment.