Color Hex Logo

#dfca69 Color Hex

#DFCA69
(223,202,105)
0 Favorites   0 Comments

Color spaces of #dfca69

RGB 223202105
HSL0.140.650.64
HSV49°53°87°
CMYK 0.000.090.53   0.13
XYZ54.101858.949021.8914
Yxy58.94900.40090.4368
Hunter Lab76.7783-8.581936.8397
CIE-Lab81.2636-4.863650.5299

#dfca69 color RGB value is (223,202,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 01101001
Octal 337 312 151
Decimal 223 202 105
Hex DF CA 69

RGB Percentages of Color #dfca69

%42.08
%38.11
%19.81

CMYK Percentages of Color #dfca69

%0
%9
%53
%13

Triadic Colors of #dfca69

#dfca69 #69dfca #ca69df

Analogous Colors of #dfca69

#dfca69 #b9df69 #df8f69

Monochromatic Colors of #dfca69

#dfca69

Complementary Color

#dfca69 #697edf

#dfca69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfca69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfca69 Color CSS Codes

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

#dfca69 Text Font Color

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

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


#dfca69 Background Color

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

This div background color is #dfca69


#dfca69 Border Color

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

This div border color is #dfca69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfca69


Comments

No comments written yet.

Please login to write comment.