Color Hex Logo

#dfb456 Color Hex

#DFB456
(223,180,86)
0 Favorites   0 Comments

Color spaces of #dfb456

RGB 22318086
HSL0.110.680.61
HSV41°61°87°
CMYK 0.000.190.61   0.13
XYZ48.432449.002415.7098
Yxy49.00240.42810.4331
Hunter Lab70.00170.996635.6953
CIE-Lab75.45285.171152.7794

#dfb456 color RGB value is (223,180,86).

#dfb456 hex color red value is 223, green value is 180 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #dfb456 hue: 0.11 , saturation: 0.68 and the lightness value of dfb456 is 0.61.

The process color (four color CMYK) of #dfb456 color hex is 0.00, 0.19, 0.61, 0.13. Web safe color of #dfb456 is #cccc66. Color #dfb456 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 01010110
Octal 337 264 126
Decimal 223 180 86
Hex DF B4 56

RGB Percentages of Color #dfb456

%45.60
%36.81
%17.59

CMYK Percentages of Color #dfb456

%0
%19
%61
%13

Triadic Colors of #dfb456

#dfb456 #56dfb4 #b456df

Analogous Colors of #dfb456

#dfb456 #c6df56 #df7056

Monochromatic Colors of #dfb456

#dfb456

Complementary Color

#dfb456 #5681df

#dfb456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb456 Color CSS Codes

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

#dfb456 Text Font Color

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

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


#dfb456 Background Color

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

This div background color is #dfb456


#dfb456 Border Color

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

This div border color is #dfb456


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb456


Comments

No comments written yet.

Please login to write comment.