Color Hex Logo

#dfb215 Color Hex

#DFB215
(223,178,21)
0 Favorites   0 Comments

Color spaces of #dfb215

RGB 22317821
HSL0.130.830.48
HSV47°91°87°
CMYK 0.000.200.91   0.13
XYZ46.487247.58297.4437
Yxy47.58290.45790.4687
Hunter Lab68.9804-0.421041.8882
CIE-Lab74.56113.594974.3612

#dfb215 color RGB value is (223,178,21).

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

The process color (four color CMYK) of #dfb215 color hex is 0.00, 0.20, 0.91, 0.13. Web safe color of #dfb215 is #cc9900. Color #dfb215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 00010101
Octal 337 262 25
Decimal 223 178 21
Hex DF B2 15

RGB Percentages of Color #dfb215

%52.84
%42.18
%4.98

CMYK Percentages of Color #dfb215

%0
%20
%91
%13

Triadic Colors of #dfb215

#dfb215 #15dfb2 #b215df

Analogous Colors of #dfb215

#dfb215 #a7df15 #df4d15

Monochromatic Colors of #dfb215

#dfb215

Complementary Color

#dfb215 #1542df

#dfb215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb215 Color CSS Codes

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

#dfb215 Text Font Color

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

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


#dfb215 Background Color

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

This div background color is #dfb215


#dfb215 Border Color

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

This div border color is #dfb215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb215


Comments

No comments written yet.

Please login to write comment.