Color Hex Logo

#dfbd40 Color Hex

#DFBD40
(223,189,64)
0 Favorites   0 Comments

Color spaces of #dfbd40

RGB 22318964
HSL0.130.710.56
HSV47°71°87°
CMYK 0.000.150.71   0.13
XYZ49.554452.453312.3632
Yxy52.45330.43330.4586
Hunter Lab72.4247-4.609940.5762
CIE-Lab77.5511-0.812864.4478

#dfbd40 color RGB value is (223,189,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 01000000
Octal 337 275 100
Decimal 223 189 64
Hex DF BD 40

RGB Percentages of Color #dfbd40

%46.85
%39.71
%13.45

CMYK Percentages of Color #dfbd40

%0
%15
%71
%13

Triadic Colors of #dfbd40

#dfbd40 #40dfbd #bd40df

Analogous Colors of #dfbd40

#dfbd40 #b2df40 #df6e40

Monochromatic Colors of #dfbd40

#dfbd40

Complementary Color

#dfbd40 #4062df

#dfbd40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbd40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbd40 Color CSS Codes

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

#dfbd40 Text Font Color

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

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


#dfbd40 Background Color

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

This div background color is #dfbd40


#dfbd40 Border Color

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

This div border color is #dfbd40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbd40


Comments

No comments written yet.

Please login to write comment.