Color Hex Logo

#dfb745 Color Hex

#DFB745
(223,183,69)
0 Favorites   0 Comments

Color spaces of #dfb745

RGB 22318369
HSL0.120.710.57
HSV44°69°87°
CMYK 0.000.180.69   0.13
XYZ48.439149.984612.7252
Yxy49.98460.43580.4497
Hunter Lab70.6998-1.427538.8183
CIE-Lab76.05982.573260.9405

#dfb745 color RGB value is (223,183,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 01000101
Octal 337 267 105
Decimal 223 183 69
Hex DF B7 45

RGB Percentages of Color #dfb745

%46.95
%38.53
%14.53

CMYK Percentages of Color #dfb745

%0
%18
%69
%13

Triadic Colors of #dfb745

#dfb745 #45dfb7 #b745df

Analogous Colors of #dfb745

#dfb745 #badf45 #df6a45

Monochromatic Colors of #dfb745

#dfb745

Complementary Color

#dfb745 #456ddf

#dfb745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb745 Color CSS Codes

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

#dfb745 Text Font Color

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

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


#dfb745 Background Color

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

This div background color is #dfb745


#dfb745 Border Color

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

This div border color is #dfb745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb745


Comments

No comments written yet.

Please login to write comment.