Color Hex Logo

#dfc262 Color Hex

#DFC262
(223,194,98)
0 Favorites   0 Comments

Color spaces of #dfc262

RGB 22319498
HSL0.130.660.63
HSV46°56°87°
CMYK 0.000.130.56   0.13
XYZ51.927855.153419.4641
Yxy55.15340.41030.4358
Hunter Lab74.2653-5.153636.4465
CIE-Lab79.1295-1.291751.3517

#dfc262 color RGB value is (223,194,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 01100010
Octal 337 302 142
Decimal 223 194 98
Hex DF C2 62

RGB Percentages of Color #dfc262

%43.30
%37.67
%19.03

CMYK Percentages of Color #dfc262

%0
%13
%56
%13

Triadic Colors of #dfc262

#dfc262 #62dfc2 #c262df

Analogous Colors of #dfc262

#dfc262 #bedf62 #df8462

Monochromatic Colors of #dfc262

#dfc262

Complementary Color

#dfc262 #627fdf

#dfc262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc262 Color CSS Codes

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

#dfc262 Text Font Color

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

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


#dfc262 Background Color

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

This div background color is #dfc262


#dfc262 Border Color

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

This div border color is #dfc262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc262


Comments

No comments written yet.

Please login to write comment.