Color Hex Logo

#dfc167 Color Hex

#DFC167
(223,193,103)
0 Favorites   0 Comments

Color spaces of #dfc167

RGB 223193103
HSL0.130.650.64
HSV45°54°87°
CMYK 0.000.130.54   0.13
XYZ51.949654.807220.6728
Yxy54.80720.40770.4301
Hunter Lab74.0319-4.298935.2661
CIE-Lab78.9301-0.374848.7224

#dfc167 color RGB value is (223,193,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 01100111
Octal 337 301 147
Decimal 223 193 103
Hex DF C1 67

RGB Percentages of Color #dfc167

%42.97
%37.19
%19.85

CMYK Percentages of Color #dfc167

%0
%13
%54
%13

Triadic Colors of #dfc167

#dfc167 #67dfc1 #c167df

Analogous Colors of #dfc167

#dfc167 #c1df67 #df8567

Monochromatic Colors of #dfc167

#dfc167

Complementary Color

#dfc167 #6785df

#dfc167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc167 Color CSS Codes

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

#dfc167 Text Font Color

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

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


#dfc167 Background Color

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

This div background color is #dfc167


#dfc167 Border Color

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

This div border color is #dfc167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc167


Comments

No comments written yet.

Please login to write comment.