Color Hex Logo

#dfc466 Color Hex

#DFC466
(223,196,102)
0 Favorites   0 Comments

Color spaces of #dfc466

RGB 223196102
HSL0.130.650.64
HSV47°54°87°
CMYK 0.000.120.54   0.13
XYZ52.569656.127120.6333
Yxy56.12710.40650.4340
Hunter Lab74.9180-5.854036.1135
CIE-Lab79.6861-2.013650.0991

#dfc466 color RGB value is (223,196,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 01100110
Octal 337 304 146
Decimal 223 196 102
Hex DF C4 66

RGB Percentages of Color #dfc466

%42.80
%37.62
%19.58

CMYK Percentages of Color #dfc466

%0
%12
%54
%13

Triadic Colors of #dfc466

#dfc466 #66dfc4 #c466df

Analogous Colors of #dfc466

#dfc466 #bedf66 #df8866

Monochromatic Colors of #dfc466

#dfc466

Complementary Color

#dfc466 #6681df

#dfc466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc466 Color CSS Codes

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

#dfc466 Text Font Color

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

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


#dfc466 Background Color

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

This div background color is #dfc466


#dfc466 Border Color

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

This div border color is #dfc466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc466


Comments

No comments written yet.

Please login to write comment.