Color Hex Logo

#dfbd39 Color Hex

#DFBD39
(223,189,57)
0 Favorites   0 Comments

Color spaces of #dfbd39

RGB 22318957
HSL0.130.720.55
HSV48°74°87°
CMYK 0.000.150.74   0.13
XYZ49.367552.378611.3790
Yxy52.37860.43640.4630
Hunter Lab72.3731-4.893541.3392
CIE-Lab77.5067-1.127967.0125

#dfbd39 color RGB value is (223,189,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 00111001
Octal 337 275 71
Decimal 223 189 57
Hex DF BD 39

RGB Percentages of Color #dfbd39

%47.55
%40.30
%12.15

CMYK Percentages of Color #dfbd39

%0
%15
%74
%13

Triadic Colors of #dfbd39

#dfbd39 #39dfbd #bd39df

Analogous Colors of #dfbd39

#dfbd39 #aedf39 #df6a39

Monochromatic Colors of #dfbd39

#dfbd39

Complementary Color

#dfbd39 #395bdf

#dfbd39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbd39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbd39 Color CSS Codes

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

#dfbd39 Text Font Color

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

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


#dfbd39 Background Color

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

This div background color is #dfbd39


#dfbd39 Border Color

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

This div border color is #dfbd39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbd39


Comments

No comments written yet.

Please login to write comment.