Color Hex Logo

#dfb645 Color Hex

#DFB645
(223,182,69)
0 Favorites   0 Comments

Color spaces of #dfb645

RGB 22318269
HSL0.120.710.57
HSV44°69°87°
CMYK 0.000.180.69   0.13
XYZ48.233649.573512.6567
Yxy49.57350.43660.4488
Hunter Lab70.4085-0.932638.6279
CIE-Lab75.80673.098460.6799

#dfb645 color RGB value is (223,182,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 01000101
Octal 337 266 105
Decimal 223 182 69
Hex DF B6 45

RGB Percentages of Color #dfb645

%47.05
%38.40
%14.56

CMYK Percentages of Color #dfb645

%0
%18
%69
%13

Triadic Colors of #dfb645

#dfb645 #45dfb6 #b645df

Analogous Colors of #dfb645

#dfb645 #bbdf45 #df6945

Monochromatic Colors of #dfb645

#dfb645

Complementary Color

#dfb645 #456edf

#dfb645 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb645 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb645 Color CSS Codes

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

#dfb645 Text Font Color

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

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


#dfb645 Background Color

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

This div background color is #dfb645


#dfb645 Border Color

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

This div border color is #dfb645


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb645


Comments

No comments written yet.

Please login to write comment.