Color Hex Logo

#ddb77a Color Hex

#DDB77A
(221,183,122)
0 Favorites   0 Comments

Color spaces of #ddb77a

RGB 221183122
HSL0.100.590.67
HSV37°45°87°
CMYK 0.000.170.45   0.13
XYZ50.265150.644325.5384
Yxy50.64430.39750.4005
Hunter Lab71.16481.539628.5384
CIE-Lab76.46305.791836.0779

#ddb77a color RGB value is (221,183,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 01111010
Octal 335 267 172
Decimal 221 183 122
Hex DD B7 7A

RGB Percentages of Color #ddb77a

%42.02
%34.79
%23.19

CMYK Percentages of Color #ddb77a

%0
%17
%45
%13

Triadic Colors of #ddb77a

#ddb77a #7addb7 #b77add

Analogous Colors of #ddb77a

#ddb77a #d2dd7a #dd867a

Monochromatic Colors of #ddb77a

#ddb77a

Complementary Color

#ddb77a #7aa0dd

#ddb77a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb77a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb77a Color CSS Codes

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

#ddb77a Text Font Color

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

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


#ddb77a Background Color

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

This div background color is #ddb77a


#ddb77a Border Color

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

This div border color is #ddb77a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb77a


Comments

No comments written yet.

Please login to write comment.