Color Hex Logo

#dfb74a Color Hex

#DFB74A
(223,183,74)
0 Favorites   0 Comments

Color spaces of #dfb74a

RGB 22318374
HSL0.120.700.58
HSV44°67°87°
CMYK 0.000.180.67   0.13
XYZ48.600950.049413.5775
Yxy50.04940.43310.4460
Hunter Lab70.7456-1.178738.1430
CIE-Lab76.09962.845958.8729

#dfb74a color RGB value is (223,183,74).

#dfb74a hex color red value is 223, green value is 183 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dfb74a hue: 0.12 , saturation: 0.70 and the lightness value of dfb74a is 0.58.

The process color (four color CMYK) of #dfb74a color hex is 0.00, 0.18, 0.67, 0.13. Web safe color of #dfb74a is #cccc33. Color #dfb74a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 01001010
Octal 337 267 112
Decimal 223 183 74
Hex DF B7 4A

RGB Percentages of Color #dfb74a

%46.46
%38.13
%15.42

CMYK Percentages of Color #dfb74a

%0
%18
%67
%13

Triadic Colors of #dfb74a

#dfb74a #4adfb7 #b74adf

Analogous Colors of #dfb74a

#dfb74a #bddf4a #df6d4a

Monochromatic Colors of #dfb74a

#dfb74a

Complementary Color

#dfb74a #4a72df

#dfb74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb74a Color CSS Codes

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

#dfb74a Text Font Color

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

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


#dfb74a Background Color

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

This div background color is #dfb74a


#dfb74a Border Color

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

This div border color is #dfb74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb74a


Comments

No comments written yet.

Please login to write comment.