Color Hex Logo

#dd693c Color Hex

#DD693C
(221,105,60)
0 Favorites   0 Comments

Color spaces of #dd693c

RGB 22110560
HSL0.050.700.55
HSV17°73°87°
CMYK 0.000.520.73   0.13
XYZ35.686025.80157.3743
Yxy25.80150.51820.3747
Hunter Lab50.795236.513126.9491
CIE-Lab57.848242.397645.8008

#dd693c color RGB value is (221,105,60).

#dd693c hex color red value is 221, green value is 105 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dd693c hue: 0.05 , saturation: 0.70 and the lightness value of dd693c is 0.55.

The process color (four color CMYK) of #dd693c color hex is 0.00, 0.52, 0.73, 0.13. Web safe color of #dd693c is #cc6633. Color #dd693c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101001 00111100
Octal 335 151 74
Decimal 221 105 60
Hex DD 69 3C

RGB Percentages of Color #dd693c

%57.25
%27.20
%15.54

CMYK Percentages of Color #dd693c

%0
%52
%73
%13

Triadic Colors of #dd693c

#dd693c #3cdd69 #693cdd

Analogous Colors of #dd693c

#dd693c #ddba3c #dd3c5f

Monochromatic Colors of #dd693c

#dd693c

Complementary Color

#dd693c #3cb0dd

#dd693c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd693c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd693c Color CSS Codes

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

#dd693c Text Font Color

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

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


#dd693c Background Color

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

This div background color is #dd693c


#dd693c Border Color

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

This div border color is #dd693c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd693c


Comments

No comments written yet.

Please login to write comment.