Color Hex Logo

#dfc766 Color Hex

#DFC766
(223,199,102)
0 Favorites   0 Comments

Color spaces of #dfc766

RGB 223199102
HSL0.130.650.64
HSV48°54°87°
CMYK 0.000.110.54   0.13
XYZ53.253157.494120.8611
Yxy57.49410.40460.4369
Hunter Lab75.8249-7.329936.7654
CIE-Lab80.4567-3.564051.0065

#dfc766 color RGB value is (223,199,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 01100110
Octal 337 307 146
Decimal 223 199 102
Hex DF C7 66

RGB Percentages of Color #dfc766

%42.56
%37.98
%19.47

CMYK Percentages of Color #dfc766

%0
%11
%54
%13

Triadic Colors of #dfc766

#dfc766 #66dfc7 #c766df

Analogous Colors of #dfc766

#dfc766 #bbdf66 #df8b66

Monochromatic Colors of #dfc766

#dfc766

Complementary Color

#dfc766 #667edf

#dfc766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc766 Color CSS Codes

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

#dfc766 Text Font Color

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

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


#dfc766 Background Color

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

This div background color is #dfc766


#dfc766 Border Color

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

This div border color is #dfc766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc766


Comments

No comments written yet.

Please login to write comment.