Color Hex Logo

#dfc062 Color Hex

#DFC062
(223,192,98)
1 Favorites   0 Comments

Color spaces of #dfc062

RGB 22319298
HSL0.130.660.63
HSV45°56°87°
CMYK 0.000.140.56   0.13
XYZ51.485754.269119.3167
Yxy54.26910.41170.4339
Hunter Lab73.6676-4.165936.0206
CIE-Lab78.6184-0.251750.7555

#dfc062 color RGB value is (223,192,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 01100010
Octal 337 300 142
Decimal 223 192 98
Hex DF C0 62

RGB Percentages of Color #dfc062

%43.47
%37.43
%19.10

CMYK Percentages of Color #dfc062

%0
%14
%56
%13

Triadic Colors of #dfc062

#dfc062 #62dfc0 #c062df

Analogous Colors of #dfc062

#dfc062 #c0df62 #df8262

Monochromatic Colors of #dfc062

#dfc062

Complementary Color

#dfc062 #6281df

#dfc062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc062 Color CSS Codes

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

#dfc062 Text Font Color

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

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


#dfc062 Background Color

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

This div background color is #dfc062


#dfc062 Border Color

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

This div border color is #dfc062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc062

#dfc062 Color Palettes


Comments

No comments written yet.

Please login to write comment.