Color Hex Logo

#dfb262 Color Hex

#DFB262
(223,178,98)
0 Favorites   0 Comments

Color spaces of #dfb262

RGB 22317898
HSL0.110.660.63
HSV38°56°87°
CMYK 0.000.200.56   0.13
XYZ48.556448.410618.3403
Yxy48.41060.42110.4198
Hunter Lab69.57772.809333.0759
CIE-Lab75.08327.104946.5866

#dfb262 color RGB value is (223,178,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 01100010
Octal 337 262 142
Decimal 223 178 98
Hex DF B2 62

RGB Percentages of Color #dfb262

%44.69
%35.67
%19.64

CMYK Percentages of Color #dfb262

%0
%20
%56
%13

Triadic Colors of #dfb262

#dfb262 #62dfb2 #b262df

Analogous Colors of #dfb262

#dfb262 #cedf62 #df7462

Monochromatic Colors of #dfb262

#dfb262

Complementary Color

#dfb262 #628fdf

#dfb262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb262 Color CSS Codes

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

#dfb262 Text Font Color

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

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


#dfb262 Background Color

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

This div background color is #dfb262


#dfb262 Border Color

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

This div border color is #dfb262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb262


Comments

No comments written yet.

Please login to write comment.