Color Hex Logo

#dfd15d Color Hex

#DFD15D
(223,209,93)
0 Favorites   0 Comments

Color spaces of #dfd15d

RGB 22320993
HSL0.150.670.62
HSV54°58°87°
CMYK 0.000.060.58   0.13
XYZ55.207762.079219.4287
Yxy62.07920.40380.4541
Hunter Lab78.7904-12.809840.5331
CIE-Lab82.9555-9.352258.0166

#dfd15d color RGB value is (223,209,93).

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

The process color (four color CMYK) of #dfd15d color hex is 0.00, 0.06, 0.58, 0.13. Web safe color of #dfd15d is #cccc66. Color #dfd15d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 01011101
Octal 337 321 135
Decimal 223 209 93
Hex DF D1 5D

RGB Percentages of Color #dfd15d

%42.48
%39.81
%17.71

CMYK Percentages of Color #dfd15d

%0
%6
%58
%13

Triadic Colors of #dfd15d

#dfd15d #5ddfd1 #d15ddf

Analogous Colors of #dfd15d

#dfd15d #acdf5d #df905d

Monochromatic Colors of #dfd15d

#dfd15d

Complementary Color

#dfd15d #5d6bdf

#dfd15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd15d Color CSS Codes

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

#dfd15d Text Font Color

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

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


#dfd15d Background Color

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

This div background color is #dfd15d


#dfd15d Border Color

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

This div border color is #dfd15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd15d


Comments

No comments written yet.

Please login to write comment.