Color Hex Logo

#dfd015 Color Hex

#DFD015
(223,208,21)
0 Favorites   0 Comments

Color spaces of #dfd015

RGB 22320821
HSL0.150.830.48
HSV56°91°87°
CMYK 0.000.070.91   0.13
XYZ53.122760.85399.6556
Yxy60.85390.42970.4922
Hunter Lab78.0089-14.960247.2676
CIE-Lab82.3001-11.846680.2957

#dfd015 color RGB value is (223,208,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 00010101
Octal 337 320 25
Decimal 223 208 21
Hex DF D0 15

RGB Percentages of Color #dfd015

%49.34
%46.02
%4.65

CMYK Percentages of Color #dfd015

%0
%7
%91
%13

Triadic Colors of #dfd015

#dfd015 #15dfd0 #d015df

Analogous Colors of #dfd015

#dfd015 #89df15 #df6b15

Monochromatic Colors of #dfd015

#dfd015

Complementary Color

#dfd015 #1524df

#dfd015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd015 Color CSS Codes

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

#dfd015 Text Font Color

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

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


#dfd015 Background Color

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

This div background color is #dfd015


#dfd015 Border Color

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

This div border color is #dfd015


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,208,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 #dfd015">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd015


Comments

No comments written yet.

Please login to write comment.