Color Hex Logo

#dd9065 Color Hex

#DD9065
(221,144,101)
0 Favorites   0 Comments

Color spaces of #dd9065

RGB 221144101
HSL0.060.640.63
HSV22°54°87°
CMYK 0.000.350.54   0.13
XYZ42.141036.258317.0894
Yxy36.25830.44130.3797
Hunter Lab60.214919.546125.3235
CIE-Lab66.716824.725734.7324

#dd9065 color RGB value is (221,144,101).

#dd9065 hex color red value is 221, green value is 144 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #dd9065 hue: 0.06 , saturation: 0.64 and the lightness value of dd9065 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010000 01100101
Octal 335 220 145
Decimal 221 144 101
Hex DD 90 65

RGB Percentages of Color #dd9065

%47.42
%30.90
%21.67

CMYK Percentages of Color #dd9065

%0
%35
%54
%13

Triadic Colors of #dd9065

#dd9065 #65dd90 #9065dd

Analogous Colors of #dd9065

#dd9065 #ddcc65 #dd6576

Monochromatic Colors of #dd9065

#dd9065

Complementary Color

#dd9065 #65b2dd

#dd9065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9065 Color CSS Codes

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

#dd9065 Text Font Color

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

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


#dd9065 Background Color

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

This div background color is #dd9065


#dd9065 Border Color

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

This div border color is #dd9065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9065


Comments

No comments written yet.

Please login to write comment.