Color Hex Logo

#ddb77b Color Hex

#DDB77B
(221,183,123)
0 Favorites   0 Comments

Color spaces of #ddb77b

RGB 221183123
HSL0.100.590.67
HSV37°44°87°
CMYK 0.000.170.44   0.13
XYZ50.327450.669225.8665
Yxy50.66920.39670.3994
Hunter Lab71.18231.634328.2826
CIE-Lab76.47825.893535.5781

#ddb77b color RGB value is (221,183,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 01111011
Octal 335 267 173
Decimal 221 183 123
Hex DD B7 7B

RGB Percentages of Color #ddb77b

%41.94
%34.72
%23.34

CMYK Percentages of Color #ddb77b

%0
%17
%44
%13

Triadic Colors of #ddb77b

#ddb77b #7bddb7 #b77bdd

Analogous Colors of #ddb77b

#ddb77b #d2dd7b #dd867b

Monochromatic Colors of #ddb77b

#ddb77b

Complementary Color

#ddb77b #7ba1dd

#ddb77b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb77b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb77b Color CSS Codes

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

#ddb77b Text Font Color

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

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


#ddb77b Background Color

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

This div background color is #ddb77b


#ddb77b Border Color

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

This div border color is #ddb77b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb77b


Comments

No comments written yet.

Please login to write comment.