Color Hex Logo

#dfd767 Color Hex

#DFD767
(223,215,103)
0 Favorites   0 Comments

Color spaces of #dfd767

RGB 223215103
HSL0.160.650.64
HSV56°54°87°
CMYK 0.000.040.54   0.13
XYZ57.180065.268122.4163
Yxy65.26810.39470.4505
Hunter Lab80.7887-15.042840.1010
CIE-Lab84.6217-11.624055.3908

#dfd767 color RGB value is (223,215,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 01100111
Octal 337 327 147
Decimal 223 215 103
Hex DF D7 67

RGB Percentages of Color #dfd767

%41.22
%39.74
%19.04

CMYK Percentages of Color #dfd767

%0
%4
%54
%13

Triadic Colors of #dfd767

#dfd767 #67dfd7 #d767df

Analogous Colors of #dfd767

#dfd767 #abdf67 #df9b67

Monochromatic Colors of #dfd767

#dfd767

Complementary Color

#dfd767 #676fdf

#dfd767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd767 Color CSS Codes

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

#dfd767 Text Font Color

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

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


#dfd767 Background Color

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

This div background color is #dfd767


#dfd767 Border Color

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

This div border color is #dfd767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd767


Comments

No comments written yet.

Please login to write comment.