Color Hex Logo

#ddbaa7 Color Hex

#DDBAA7
(221,186,167)
1 Favorites   0 Comments

Color spaces of #ddbaa7

RGB 221186167
HSL0.060.440.76
HSV21°24°87°
CMYK 0.000.160.24   0.13
XYZ54.352853.280043.9786
Yxy53.28000.35850.3514
Hunter Lab72.99325.178215.3728
CIE-Lab78.04009.670814.2985

#ddbaa7 color RGB value is (221,186,167).

#ddbaa7 hex color red value is 221, green value is 186 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #ddbaa7 hue: 0.06 , saturation: 0.44 and the lightness value of ddbaa7 is 0.76.

The process color (four color CMYK) of #ddbaa7 color hex is 0.00, 0.16, 0.24, 0.13. Web safe color of #ddbaa7 is #cccc99. Color #ddbaa7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 10100111
Octal 335 272 247
Decimal 221 186 167
Hex DD BA A7

RGB Percentages of Color #ddbaa7

%38.50
%32.40
%29.09

CMYK Percentages of Color #ddbaa7

%0
%16
%24
%13

Triadic Colors of #ddbaa7

#ddbaa7 #a7ddba #baa7dd

Analogous Colors of #ddbaa7

#ddbaa7 #ddd5a7 #dda7af

Monochromatic Colors of #ddbaa7

#ddbaa7

Complementary Color

#ddbaa7 #a7cadd

#ddbaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbaa7 Color CSS Codes

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

#ddbaa7 Text Font Color

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

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


#ddbaa7 Background Color

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

This div background color is #ddbaa7


#ddbaa7 Border Color

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

This div border color is #ddbaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbaa7


Comments

No comments written yet.

Please login to write comment.