Color Hex Logo

#dfbc36 Color Hex

#DFBC36
(223,188,54)
0 Favorites   0 Comments

Color spaces of #dfbc36

RGB 22318854
HSL0.130.730.54
HSV48°76°87°
CMYK 0.000.160.76   0.13
XYZ49.080551.920810.9249
Yxy51.92080.43850.4639
Hunter Lab72.0561-4.514141.4499
CIE-Lab77.2335-0.730667.8117

#dfbc36 color RGB value is (223,188,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 00110110
Octal 337 274 66
Decimal 223 188 54
Hex DF BC 36

RGB Percentages of Color #dfbc36

%47.96
%40.43
%11.61

CMYK Percentages of Color #dfbc36

%0
%16
%76
%13

Triadic Colors of #dfbc36

#dfbc36 #36dfbc #bc36df

Analogous Colors of #dfbc36

#dfbc36 #aedf36 #df6836

Monochromatic Colors of #dfbc36

#dfbc36

Complementary Color

#dfbc36 #3659df

#dfbc36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbc36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbc36 Color CSS Codes

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

#dfbc36 Text Font Color

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

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


#dfbc36 Background Color

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

This div background color is #dfbc36


#dfbc36 Border Color

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

This div border color is #dfbc36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbc36


Comments

No comments written yet.

Please login to write comment.