Color Hex Logo

#dfb255 Color Hex

#DFB255
(223,178,85)
0 Favorites   0 Comments

Color spaces of #dfb255

RGB 22317885
HSL0.110.680.60
HSV40°62°87°
CMYK 0.000.200.62   0.13
XYZ47.991548.184615.3655
Yxy48.18460.43030.4320
Hunter Lab69.41511.933035.4664
CIE-Lab74.94126.160752.6693

#dfb255 color RGB value is (223,178,85).

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

The process color (four color CMYK) of #dfb255 color hex is 0.00, 0.20, 0.62, 0.13. Web safe color of #dfb255 is #cc9966. Color #dfb255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 01010101
Octal 337 262 125
Decimal 223 178 85
Hex DF B2 55

RGB Percentages of Color #dfb255

%45.88
%36.63
%17.49

CMYK Percentages of Color #dfb255

%0
%20
%62
%13

Triadic Colors of #dfb255

#dfb255 #55dfb2 #b255df

Analogous Colors of #dfb255

#dfb255 #c7df55 #df6d55

Monochromatic Colors of #dfb255

#dfb255

Complementary Color

#dfb255 #5582df

#dfb255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb255 Color CSS Codes

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

#dfb255 Text Font Color

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

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


#dfb255 Background Color

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

This div background color is #dfb255


#dfb255 Border Color

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

This div border color is #dfb255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb255


Comments

No comments written yet.

Please login to write comment.