Color Hex Logo

#dfbd2a Color Hex

#DFBD2A
(223,189,42)
0 Favorites   0 Comments

Color spaces of #dfbd2a

RGB 22318942
HSL0.140.740.52
HSV49°81°87°
CMYK 0.000.150.81   0.13
XYZ49.046952.25039.6908
Yxy52.25030.44190.4708
Hunter Lab72.2844-5.380642.6503
CIE-Lab77.4303-1.670571.7911

#dfbd2a color RGB value is (223,189,42).

#dfbd2a hex color red value is 223, green value is 189 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dfbd2a hue: 0.14 , saturation: 0.74 and the lightness value of dfbd2a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 00101010
Octal 337 275 52
Decimal 223 189 42
Hex DF BD 2A

RGB Percentages of Color #dfbd2a

%49.12
%41.63
%9.25

CMYK Percentages of Color #dfbd2a

%0
%15
%81
%13

Triadic Colors of #dfbd2a

#dfbd2a #2adfbd #bd2adf

Analogous Colors of #dfbd2a

#dfbd2a #a7df2a #df632a

Monochromatic Colors of #dfbd2a

#dfbd2a

Complementary Color

#dfbd2a #2a4cdf

#dfbd2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbd2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbd2a Color CSS Codes

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

#dfbd2a Text Font Color

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

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


#dfbd2a Background Color

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

This div background color is #dfbd2a


#dfbd2a Border Color

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

This div border color is #dfbd2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbd2a


Comments

No comments written yet.

Please login to write comment.