Color Hex Logo

#dfbc39 Color Hex

#DFBC39
(223,188,57)
0 Favorites   0 Comments

Color spaces of #dfbc39

RGB 22318857
HSL0.130.720.55
HSV47°74°87°
CMYK 0.000.160.74   0.13
XYZ49.153251.949811.3076
Yxy51.94980.43730.4621
Hunter Lab72.0762-4.403241.1517
CIE-Lab77.2508-0.607466.7688

#dfbc39 color RGB value is (223,188,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 00111001
Octal 337 274 71
Decimal 223 188 57
Hex DF BC 39

RGB Percentages of Color #dfbc39

%47.65
%40.17
%12.18

CMYK Percentages of Color #dfbc39

%0
%16
%74
%13

Triadic Colors of #dfbc39

#dfbc39 #39dfbc #bc39df

Analogous Colors of #dfbc39

#dfbc39 #afdf39 #df6939

Monochromatic Colors of #dfbc39

#dfbc39

Complementary Color

#dfbc39 #395cdf

#dfbc39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbc39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbc39 Color CSS Codes

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

#dfbc39 Text Font Color

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

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


#dfbc39 Background Color

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

This div background color is #dfbc39


#dfbc39 Border Color

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

This div border color is #dfbc39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbc39


Comments

No comments written yet.

Please login to write comment.