Color Hex Logo

#dfba2a Color Hex

#DFBA2A
(223,186,42)
0 Favorites   0 Comments

Color spaces of #dfba2a

RGB 22318642
HSL0.130.740.52
HSV48°81°87°
CMYK 0.000.170.81   0.13
XYZ48.408250.97309.4779
Yxy50.97300.44470.4682
Hunter Lab71.3954-3.913642.1059
CIE-Lab76.6627-0.110271.1264

#dfba2a color RGB value is (223,186,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 00101010
Octal 337 272 52
Decimal 223 186 42
Hex DF BA 2A

RGB Percentages of Color #dfba2a

%49.45
%41.24
%9.31

CMYK Percentages of Color #dfba2a

%0
%17
%81
%13

Triadic Colors of #dfba2a

#dfba2a #2adfba #ba2adf

Analogous Colors of #dfba2a

#dfba2a #aadf2a #df602a

Monochromatic Colors of #dfba2a

#dfba2a

Complementary Color

#dfba2a #2a4fdf

#dfba2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfba2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfba2a Color CSS Codes

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

#dfba2a Text Font Color

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

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


#dfba2a Background Color

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

This div background color is #dfba2a


#dfba2a Border Color

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

This div border color is #dfba2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfba2a


Comments

No comments written yet.

Please login to write comment.