Color Hex Logo

#dfdb3d Color Hex

#DFDB3D
(223,219,61)
0 Favorites   0 Comments

Color spaces of #dfdb3d

RGB 22321961
HSL0.160.720.56
HSV59°73°87°
CMYK 0.000.020.73   0.13
XYZ56.605266.687914.3035
Yxy66.68790.41140.4847
Hunter Lab81.6627-19.180846.7790
CIE-Lab85.3461-16.165573.0651

#dfdb3d color RGB value is (223,219,61).

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

The process color (four color CMYK) of #dfdb3d color hex is 0.00, 0.02, 0.73, 0.13. Web safe color of #dfdb3d is #cccc33. Color #dfdb3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 00111101
Octal 337 333 75
Decimal 223 219 61
Hex DF DB 3D

RGB Percentages of Color #dfdb3d

%44.33
%43.54
%12.13

CMYK Percentages of Color #dfdb3d

%0
%2
%73
%13

Triadic Colors of #dfdb3d

#dfdb3d #3ddfdb #db3ddf

Analogous Colors of #dfdb3d

#dfdb3d #92df3d #df8a3d

Monochromatic Colors of #dfdb3d

#dfdb3d

Complementary Color

#dfdb3d #3d41df

#dfdb3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdb3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdb3d Color CSS Codes

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

#dfdb3d Text Font Color

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

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


#dfdb3d Background Color

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

This div background color is #dfdb3d


#dfdb3d Border Color

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

This div border color is #dfdb3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdb3d


Comments

No comments written yet.

Please login to write comment.