Color Hex Logo

#dfb742 Color Hex

#DFB742
(223,183,66)
0 Favorites   0 Comments

Color spaces of #dfb742

RGB 22318366
HSL0.120.710.57
HSV45°70°87°
CMYK 0.000.180.70   0.13
XYZ48.348349.948312.2470
Yxy49.94830.43740.4518
Hunter Lab70.6741-1.567539.1976
CIE-Lab76.03752.419562.1426

#dfb742 color RGB value is (223,183,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 01000010
Octal 337 267 102
Decimal 223 183 66
Hex DF B7 42

RGB Percentages of Color #dfb742

%47.25
%38.77
%13.98

CMYK Percentages of Color #dfb742

%0
%18
%70
%13

Triadic Colors of #dfb742

#dfb742 #42dfb7 #b742df

Analogous Colors of #dfb742

#dfb742 #b9df42 #df6942

Monochromatic Colors of #dfb742

#dfb742

Complementary Color

#dfb742 #426adf

#dfb742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb742 Color CSS Codes

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

#dfb742 Text Font Color

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

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


#dfb742 Background Color

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

This div background color is #dfb742


#dfb742 Border Color

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

This div border color is #dfb742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb742


Comments

No comments written yet.

Please login to write comment.