Color Hex Logo

#dfb915 Color Hex

#DFB915
(223,185,21)
0 Favorites   0 Comments

Color spaces of #dfb915

RGB 22318521
HSL0.140.830.48
HSV49°91°87°
CMYK 0.000.170.91   0.13
XYZ47.915750.44007.9199
Yxy50.44000.45090.4746
Hunter Lab71.0211-3.858743.1031
CIE-Lab76.3385-0.072075.7178

#dfb915 color RGB value is (223,185,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 00010101
Octal 337 271 25
Decimal 223 185 21
Hex DF B9 15

RGB Percentages of Color #dfb915

%51.98
%43.12
%4.90

CMYK Percentages of Color #dfb915

%0
%17
%91
%13

Triadic Colors of #dfb915

#dfb915 #15dfb9 #b915df

Analogous Colors of #dfb915

#dfb915 #a0df15 #df5415

Monochromatic Colors of #dfb915

#dfb915

Complementary Color

#dfb915 #153bdf

#dfb915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb915 Color CSS Codes

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

#dfb915 Text Font Color

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

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


#dfb915 Background Color

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

This div background color is #dfb915


#dfb915 Border Color

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

This div border color is #dfb915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb915


Comments

No comments written yet.

Please login to write comment.