Color Hex Logo

#dfca47 Color Hex

#DFCA47
(223,202,71)
0 Favorites   0 Comments

Color spaces of #dfca47

RGB 22320271
HSL0.140.700.58
HSV52°68°87°
CMYK 0.000.090.68   0.13
XYZ52.689358.384014.4534
Yxy58.38400.41970.4651
Hunter Lab76.4094-10.629142.2715
CIE-Lab80.9518-7.157965.1349

#dfca47 color RGB value is (223,202,71).

#dfca47 hex color red value is 223, green value is 202 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dfca47 hue: 0.14 , saturation: 0.70 and the lightness value of dfca47 is 0.58.

The process color (four color CMYK) of #dfca47 color hex is 0.00, 0.09, 0.68, 0.13. Web safe color of #dfca47 is #cccc33. Color #dfca47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 01000111
Octal 337 312 107
Decimal 223 202 71
Hex DF CA 47

RGB Percentages of Color #dfca47

%44.96
%40.73
%14.31

CMYK Percentages of Color #dfca47

%0
%9
%68
%13

Triadic Colors of #dfca47

#dfca47 #47dfca #ca47df

Analogous Colors of #dfca47

#dfca47 #a8df47 #df7e47

Monochromatic Colors of #dfca47

#dfca47

Complementary Color

#dfca47 #475cdf

#dfca47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfca47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfca47 Color CSS Codes

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

#dfca47 Text Font Color

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

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


#dfca47 Background Color

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

This div background color is #dfca47


#dfca47 Border Color

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

This div border color is #dfca47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfca47


Comments

No comments written yet.

Please login to write comment.