Color Hex Logo

#dfb551 Color Hex

#DFB551
(223,181,81)
0 Favorites   0 Comments

Color spaces of #dfb551

RGB 22318181
HSL0.120.690.60
HSV42°64°87°
CMYK 0.000.190.64   0.13
XYZ48.440549.329814.7531
Yxy49.32980.43050.4384
Hunter Lab70.23520.198136.7106
CIE-Lab75.65604.317455.3039

#dfb551 color RGB value is (223,181,81).

#dfb551 hex color red value is 223, green value is 181 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #dfb551 hue: 0.12 , saturation: 0.69 and the lightness value of dfb551 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110101 01010001
Octal 337 265 121
Decimal 223 181 81
Hex DF B5 51

RGB Percentages of Color #dfb551

%45.98
%37.32
%16.70

CMYK Percentages of Color #dfb551

%0
%19
%64
%13

Triadic Colors of #dfb551

#dfb551 #51dfb5 #b551df

Analogous Colors of #dfb551

#dfb551 #c2df51 #df6e51

Monochromatic Colors of #dfb551

#dfb551

Complementary Color

#dfb551 #517bdf

#dfb551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb551 Color CSS Codes

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

#dfb551 Text Font Color

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

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


#dfb551 Background Color

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

This div background color is #dfb551


#dfb551 Border Color

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

This div border color is #dfb551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb551


Comments

No comments written yet.

Please login to write comment.