Color Hex Logo

#df906d Color Hex

#DF906D
(223,144,109)
0 Favorites   0 Comments

Color spaces of #df906d

RGB 223144109
HSL0.050.640.65
HSV18°51°87°
CMYK 0.000.350.51   0.13
XYZ43.165036.738619.2842
Yxy36.73860.43520.3704
Hunter Lab60.612421.046823.5652
CIE-Lab67.080526.221830.9256

#df906d color RGB value is (223,144,109).

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

The process color (four color CMYK) of #df906d color hex is 0.00, 0.35, 0.51, 0.13. Web safe color of #df906d is #cc9966. Color #df906d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010000 01101101
Octal 337 220 155
Decimal 223 144 109
Hex DF 90 6D

RGB Percentages of Color #df906d

%46.85
%30.25
%22.90

CMYK Percentages of Color #df906d

%0
%35
%51
%13

Triadic Colors of #df906d

#df906d #6ddf90 #906ddf

Analogous Colors of #df906d

#df906d #dfc96d #df6d83

Monochromatic Colors of #df906d

#df906d

Complementary Color

#df906d #6dbcdf

#df906d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df906d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df906d Color CSS Codes

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

#df906d Text Font Color

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

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


#df906d Background Color

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

This div background color is #df906d


#df906d Border Color

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

This div border color is #df906d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df906d


Comments

No comments written yet.

Please login to write comment.