Color Hex Logo

#dfdb64 Color Hex

#DFDB64
(223,219,100)
0 Favorites   0 Comments

Color spaces of #dfdb64

RGB 223219100
HSL0.160.660.63
HSV58°55°87°
CMYK 0.000.020.55   0.13
XYZ58.063267.271121.9810
Yxy67.27110.39410.4566
Hunter Lab82.0190-17.168741.5236
CIE-Lab85.6407-13.854057.9170

#dfdb64 color RGB value is (223,219,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 01100100
Octal 337 333 144
Decimal 223 219 100
Hex DF DB 64

RGB Percentages of Color #dfdb64

%41.14
%40.41
%18.45

CMYK Percentages of Color #dfdb64

%0
%2
%55
%13

Triadic Colors of #dfdb64

#dfdb64 #64dfdb #db64df

Analogous Colors of #dfdb64

#dfdb64 #a6df64 #df9e64

Monochromatic Colors of #dfdb64

#dfdb64

Complementary Color

#dfdb64 #6468df

#dfdb64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdb64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdb64 Color CSS Codes

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

#dfdb64 Text Font Color

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

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


#dfdb64 Background Color

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

This div background color is #dfdb64


#dfdb64 Border Color

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

This div border color is #dfdb64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdb64


Comments

No comments written yet.

Please login to write comment.