Color Hex Logo

#dfc670 Color Hex

#DFC670
(223,198,112)
0 Favorites   0 Comments

Color spaces of #dfc670

RGB 223198112
HSL0.130.630.66
HSV46°50°87°
CMYK 0.000.110.50   0.13
XYZ53.550157.246023.5564
Yxy57.24600.39860.4261
Hunter Lab75.6611-6.071234.5034
CIE-Lab80.3178-2.200246.0011

#dfc670 color RGB value is (223,198,112).

#dfc670 hex color red value is 223, green value is 198 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dfc670 hue: 0.13 , saturation: 0.63 and the lightness value of dfc670 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 01110000
Octal 337 306 160
Decimal 223 198 112
Hex DF C6 70

RGB Percentages of Color #dfc670

%41.84
%37.15
%21.01

CMYK Percentages of Color #dfc670

%0
%11
%50
%13

Triadic Colors of #dfc670

#dfc670 #70dfc6 #c670df

Analogous Colors of #dfc670

#dfc670 #c1df70 #df8f70

Monochromatic Colors of #dfc670

#dfc670

Complementary Color

#dfc670 #7089df

#dfc670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc670 Color CSS Codes

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

#dfc670 Text Font Color

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

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


#dfc670 Background Color

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

This div background color is #dfc670


#dfc670 Border Color

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

This div border color is #dfc670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc670


Comments

No comments written yet.

Please login to write comment.