Color Hex Logo

#dfc266 Color Hex

#DFC266
(223,194,102)
0 Favorites   0 Comments

Color spaces of #dfc266

RGB 223194102
HSL0.130.650.64
HSV46°54°87°
CMYK 0.000.130.54   0.13
XYZ52.121555.230920.4839
Yxy55.23090.40770.4320
Hunter Lab74.3175-4.867235.6803
CIE-Lab79.1741-0.976149.4942

#dfc266 color RGB value is (223,194,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 01100110
Octal 337 302 146
Decimal 223 194 102
Hex DF C2 66

RGB Percentages of Color #dfc266

%42.97
%37.38
%19.65

CMYK Percentages of Color #dfc266

%0
%13
%54
%13

Triadic Colors of #dfc266

#dfc266 #66dfc2 #c266df

Analogous Colors of #dfc266

#dfc266 #c0df66 #df8666

Monochromatic Colors of #dfc266

#dfc266

Complementary Color

#dfc266 #6683df

#dfc266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc266 Color CSS Codes

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

#dfc266 Text Font Color

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

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


#dfc266 Background Color

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

This div background color is #dfc266


#dfc266 Border Color

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

This div border color is #dfc266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc266


Comments

No comments written yet.

Please login to write comment.