Color Hex Logo

#dfd064 Color Hex

#DFD064
(223,208,100)
0 Favorites   0 Comments

Color spaces of #dfd064

RGB 223208100
HSL0.150.660.63
HSV53°55°87°
CMYK 0.000.070.55   0.13
XYZ55.287661.719821.0557
Yxy61.71980.40050.4470
Hunter Lab78.5620-11.864939.1028
CIE-Lab82.7642-8.326354.6275

#dfd064 color RGB value is (223,208,100).

#dfd064 hex color red value is 223, green value is 208 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dfd064 hue: 0.15 , saturation: 0.66 and the lightness value of dfd064 is 0.63.

The process color (four color CMYK) of #dfd064 color hex is 0.00, 0.07, 0.55, 0.13. Web safe color of #dfd064 is #cccc66. Color #dfd064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 01100100
Octal 337 320 144
Decimal 223 208 100
Hex DF D0 64

RGB Percentages of Color #dfd064

%42.00
%39.17
%18.83

CMYK Percentages of Color #dfd064

%0
%7
%55
%13

Triadic Colors of #dfd064

#dfd064 #64dfd0 #d064df

Analogous Colors of #dfd064

#dfd064 #b1df64 #df9364

Monochromatic Colors of #dfd064

#dfd064

Complementary Color

#dfd064 #6473df

#dfd064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd064 Color CSS Codes

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

#dfd064 Text Font Color

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

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


#dfd064 Background Color

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

This div background color is #dfd064


#dfd064 Border Color

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

This div border color is #dfd064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd064


Comments

No comments written yet.

Please login to write comment.