Color Hex Logo

#dfd145 Color Hex

#DFD145
(223,209,69)
0 Favorites   0 Comments

Color spaces of #dfd145

RGB 22320969
HSL0.150.710.57
HSV55°69°87°
CMYK 0.000.060.69   0.13
XYZ54.306161.718614.6809
Yxy61.71860.41550.4722
Hunter Lab78.5612-14.092443.9132
CIE-Lab82.7635-10.808267.7260

#dfd145 color RGB value is (223,209,69).

#dfd145 hex color red value is 223, green value is 209 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #dfd145 hue: 0.15 , saturation: 0.71 and the lightness value of dfd145 is 0.57.

The process color (four color CMYK) of #dfd145 color hex is 0.00, 0.06, 0.69, 0.13. Web safe color of #dfd145 is #cccc33. Color #dfd145 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 01000101
Octal 337 321 105
Decimal 223 209 69
Hex DF D1 45

RGB Percentages of Color #dfd145

%44.51
%41.72
%13.77

CMYK Percentages of Color #dfd145

%0
%6
%69
%13

Triadic Colors of #dfd145

#dfd145 #45dfd1 #d145df

Analogous Colors of #dfd145

#dfd145 #a0df45 #df8445

Monochromatic Colors of #dfd145

#dfd145

Complementary Color

#dfd145 #4553df

#dfd145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd145 Color CSS Codes

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

#dfd145 Text Font Color

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

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


#dfd145 Background Color

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

This div background color is #dfd145


#dfd145 Border Color

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

This div border color is #dfd145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd145


Comments

No comments written yet.

Please login to write comment.