Color Hex Logo

#ddb77e Color Hex

#DDB77E
(221,183,126)
0 Favorites   0 Comments

Color spaces of #ddb77e

RGB 221183126
HSL0.100.580.68
HSV36°43°87°
CMYK 0.000.170.43   0.13
XYZ50.518250.745526.8709
Yxy50.74550.39430.3960
Hunter Lab71.23591.923727.5003
CIE-Lab76.52466.204034.0751

#ddb77e color RGB value is (221,183,126).

#ddb77e hex color red value is 221, green value is 183 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ddb77e hue: 0.10 , saturation: 0.58 and the lightness value of ddb77e is 0.68.

The process color (four color CMYK) of #ddb77e color hex is 0.00, 0.17, 0.43, 0.13. Web safe color of #ddb77e is #cccc66. Color #ddb77e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 01111110
Octal 335 267 176
Decimal 221 183 126
Hex DD B7 7E

RGB Percentages of Color #ddb77e

%41.70
%34.53
%23.77

CMYK Percentages of Color #ddb77e

%0
%17
%43
%13

Triadic Colors of #ddb77e

#ddb77e #7eddb7 #b77edd

Analogous Colors of #ddb77e

#ddb77e #d4dd7e #dd887e

Monochromatic Colors of #ddb77e

#ddb77e

Complementary Color

#ddb77e #7ea4dd

#ddb77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb77e Color CSS Codes

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

#ddb77e Text Font Color

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

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


#ddb77e Background Color

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

This div background color is #ddb77e


#ddb77e Border Color

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

This div border color is #ddb77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb77e


Comments

No comments written yet.

Please login to write comment.