Color Hex Logo

#dfb656 Color Hex

#DFB656
(223,182,86)
0 Favorites   0 Comments

Color spaces of #dfb656

RGB 22318286
HSL0.120.680.61
HSV42°61°87°
CMYK 0.000.180.61   0.13
XYZ48.839149.815815.8454
Yxy49.81580.42650.4351
Hunter Lab70.58030.000236.0955
CIE-Lab75.95614.116753.3461

#dfb656 color RGB value is (223,182,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 01010110
Octal 337 266 126
Decimal 223 182 86
Hex DF B6 56

RGB Percentages of Color #dfb656

%45.42
%37.07
%17.52

CMYK Percentages of Color #dfb656

%0
%18
%61
%13

Triadic Colors of #dfb656

#dfb656 #56dfb6 #b656df

Analogous Colors of #dfb656

#dfb656 #c4df56 #df7256

Monochromatic Colors of #dfb656

#dfb656

Complementary Color

#dfb656 #567fdf

#dfb656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb656 Color CSS Codes

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

#dfb656 Text Font Color

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

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


#dfb656 Background Color

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

This div background color is #dfb656


#dfb656 Border Color

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

This div border color is #dfb656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb656


Comments

No comments written yet.

Please login to write comment.