Color Hex Logo

#dd766b Color Hex

#DD766B
(221,118,107)
0 Favorites   0 Comments

Color spaces of #dd766b

RGB 221118107
HSL0.020.630.64
HSV52°87°
CMYK 0.000.470.52   0.13
XYZ38.951129.390617.5299
Yxy29.39060.45360.3423
Hunter Lab54.213133.376018.7776
CIE-Lab61.124838.955724.1719

#dd766b color RGB value is (221,118,107).

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

The process color (four color CMYK) of #dd766b color hex is 0.00, 0.47, 0.52, 0.13. Web safe color of #dd766b is #cc6666. Color #dd766b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110110 01101011
Octal 335 166 153
Decimal 221 118 107
Hex DD 76 6B

RGB Percentages of Color #dd766b

%49.55
%26.46
%23.99

CMYK Percentages of Color #dd766b

%0
%47
%52
%13

Triadic Colors of #dd766b

#dd766b #6bdd76 #766bdd

Analogous Colors of #dd766b

#dd766b #ddaf6b #dd6b99

Monochromatic Colors of #dd766b

#dd766b

Complementary Color

#dd766b #6bd2dd

#dd766b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd766b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd766b Color CSS Codes

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

#dd766b Text Font Color

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

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


#dd766b Background Color

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

This div background color is #dd766b


#dd766b Border Color

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

This div border color is #dd766b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd766b


Comments

No comments written yet.

Please login to write comment.