Color Hex Logo

#dfdb2d Color Hex

#DFDB2D
(223,219,45)
0 Favorites   0 Comments

Color spaces of #dfdb2d

RGB 22321945
HSL0.160.740.53
HSV59°80°87°
CMYK 0.000.020.80   0.13
XYZ56.236666.540512.3622
Yxy66.54050.41610.4924
Hunter Lab81.5724-19.692448.1153
CIE-Lab85.2714-16.758577.7612

#dfdb2d color RGB value is (223,219,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 00101101
Octal 337 333 55
Decimal 223 219 45
Hex DF DB 2D

RGB Percentages of Color #dfdb2d

%45.79
%44.97
%9.24

CMYK Percentages of Color #dfdb2d

%0
%2
%80
%13

Triadic Colors of #dfdb2d

#dfdb2d #2ddfdb #db2ddf

Analogous Colors of #dfdb2d

#dfdb2d #8adf2d #df822d

Monochromatic Colors of #dfdb2d

#dfdb2d

Complementary Color

#dfdb2d #2d31df

#dfdb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdb2d Color CSS Codes

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

#dfdb2d Text Font Color

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

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


#dfdb2d Background Color

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

This div background color is #dfdb2d


#dfdb2d Border Color

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

This div border color is #dfdb2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdb2d


Comments

No comments written yet.

Please login to write comment.