Color Hex Logo

#dfd515 Color Hex

#DFD515
(223,213,21)
0 Favorites   0 Comments

Color spaces of #dfd515

RGB 22321321
HSL0.160.830.48
HSV57°91°87°
CMYK 0.000.040.91   0.13
XYZ54.361063.330610.0684
Yxy63.33060.42550.4957
Hunter Lab79.5805-17.333648.2051
CIE-Lab83.6160-14.342881.3112

#dfd515 color RGB value is (223,213,21).

#dfd515 hex color red value is 223, green value is 213 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #dfd515 hue: 0.16 , saturation: 0.83 and the lightness value of dfd515 is 0.48.

The process color (four color CMYK) of #dfd515 color hex is 0.00, 0.04, 0.91, 0.13. Web safe color of #dfd515 is #cccc00. Color #dfd515 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010101 00010101
Octal 337 325 25
Decimal 223 213 21
Hex DF D5 15

RGB Percentages of Color #dfd515

%48.80
%46.61
%4.60

CMYK Percentages of Color #dfd515

%0
%4
%91
%13

Triadic Colors of #dfd515

#dfd515 #15dfd5 #d515df

Analogous Colors of #dfd515

#dfd515 #84df15 #df7015

Monochromatic Colors of #dfd515

#dfd515

Complementary Color

#dfd515 #151fdf

#dfd515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd515 Color CSS Codes

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

#dfd515 Text Font Color

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

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


#dfd515 Background Color

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

This div background color is #dfd515


#dfd515 Border Color

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

This div border color is #dfd515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd515


Comments

No comments written yet.

Please login to write comment.