Color Hex Logo

#df965a Color Hex

#DF965A
(223,150,90)
0 Favorites   0 Comments

Color spaces of #df965a

RGB 22315090
HSL0.080.680.61
HSV27°60°87°
CMYK 0.000.330.60   0.13
XYZ43.183238.238914.7777
Yxy38.23890.44890.3975
Hunter Lab61.837616.436529.1174
CIE-Lab68.196321.466042.3852

#df965a color RGB value is (223,150,90).

#df965a hex color red value is 223, green value is 150 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #df965a hue: 0.08 , saturation: 0.68 and the lightness value of df965a is 0.61.

The process color (four color CMYK) of #df965a color hex is 0.00, 0.33, 0.60, 0.13. Web safe color of #df965a is #cc9966. Color #df965a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010110 01011010
Octal 337 226 132
Decimal 223 150 90
Hex DF 96 5A

RGB Percentages of Color #df965a

%48.16
%32.40
%19.44

CMYK Percentages of Color #df965a

%0
%33
%60
%13

Triadic Colors of #df965a

#df965a #5adf96 #965adf

Analogous Colors of #df965a

#df965a #dfd95a #df5a61

Monochromatic Colors of #df965a

#df965a

Complementary Color

#df965a #5aa3df

#df965a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df965a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df965a Color CSS Codes

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

#df965a Text Font Color

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

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


#df965a Background Color

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

This div background color is #df965a


#df965a Border Color

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

This div border color is #df965a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df965a


Comments

No comments written yet.

Please login to write comment.