Color Hex Logo

#dfbc48 Color Hex

#DFBC48
(223,188,72)
0 Favorites   0 Comments

Color spaces of #dfbc48

RGB 22318872
HSL0.130.700.58
HSV46°68°87°
CMYK 0.000.160.68   0.13
XYZ49.584352.122313.5781
Yxy52.12230.43010.4521
Hunter Lab72.1958-3.748239.3862
CIE-Lab77.35390.118161.0341

#dfbc48 color RGB value is (223,188,72).

#dfbc48 hex color red value is 223, green value is 188 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #dfbc48 hue: 0.13 , saturation: 0.70 and the lightness value of dfbc48 is 0.58.

The process color (four color CMYK) of #dfbc48 color hex is 0.00, 0.16, 0.68, 0.13. Web safe color of #dfbc48 is #cccc33. Color #dfbc48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 01001000
Octal 337 274 110
Decimal 223 188 72
Hex DF BC 48

RGB Percentages of Color #dfbc48

%46.17
%38.92
%14.91

CMYK Percentages of Color #dfbc48

%0
%16
%68
%13

Triadic Colors of #dfbc48

#dfbc48 #48dfbc #bc48df

Analogous Colors of #dfbc48

#dfbc48 #b7df48 #df7148

Monochromatic Colors of #dfbc48

#dfbc48

Complementary Color

#dfbc48 #486bdf

#dfbc48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbc48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbc48 Color CSS Codes

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

#dfbc48 Text Font Color

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

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


#dfbc48 Background Color

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

This div background color is #dfbc48


#dfbc48 Border Color

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

This div border color is #dfbc48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbc48


Comments

No comments written yet.

Please login to write comment.