Color Hex Logo

#dfbc15 Color Hex

#DFBC15
(223,188,21)
0 Favorites   0 Comments

Color spaces of #dfbc15

RGB 22318821
HSL0.140.830.48
HSV50°91°87°
CMYK 0.000.160.91   0.13
XYZ48.550051.70868.1314
Yxy51.70860.44790.4771
Hunter Lab71.9087-5.323843.6316
CIE-Lab77.1063-1.632976.3048

#dfbc15 color RGB value is (223,188,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 00010101
Octal 337 274 25
Decimal 223 188 21
Hex DF BC 15

RGB Percentages of Color #dfbc15

%51.62
%43.52
%4.86

CMYK Percentages of Color #dfbc15

%0
%16
%91
%13

Triadic Colors of #dfbc15

#dfbc15 #15dfbc #bc15df

Analogous Colors of #dfbc15

#dfbc15 #9ddf15 #df5715

Monochromatic Colors of #dfbc15

#dfbc15

Complementary Color

#dfbc15 #1538df

#dfbc15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbc15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbc15 Color CSS Codes

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

#dfbc15 Text Font Color

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

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


#dfbc15 Background Color

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

This div background color is #dfbc15


#dfbc15 Border Color

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

This div border color is #dfbc15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbc15


Comments

No comments written yet.

Please login to write comment.