Color Hex Logo

#ddbb7b Color Hex

#DDBB7B
(221,187,123)
0 Favorites   0 Comments

Color spaces of #ddbb7b

RGB 221187123
HSL0.110.590.67
HSV39°44°87°
CMYK 0.000.150.44   0.13
XYZ51.164352.342926.1454
Yxy52.34290.39460.4037
Hunter Lab72.3484-0.375729.2175
CIE-Lab77.48543.781836.8711

#ddbb7b color RGB value is (221,187,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 01111011
Octal 335 273 173
Decimal 221 187 123
Hex DD BB 7B

RGB Percentages of Color #ddbb7b

%41.62
%35.22
%23.16

CMYK Percentages of Color #ddbb7b

%0
%15
%44
%13

Triadic Colors of #ddbb7b

#ddbb7b #7bddbb #bb7bdd

Analogous Colors of #ddbb7b

#ddbb7b #cedd7b #dd8a7b

Monochromatic Colors of #ddbb7b

#ddbb7b

Complementary Color

#ddbb7b #7b9ddd

#ddbb7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb7b Color CSS Codes

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

#ddbb7b Text Font Color

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

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


#ddbb7b Background Color

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

This div background color is #ddbb7b


#ddbb7b Border Color

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

This div border color is #ddbb7b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,187,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 #ddbb7b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb7b

#ddbb7b Color Palettes


Comments

No comments written yet.

Please login to write comment.