Color Hex Logo

#dddba3 Color Hex

#DDDBA3
(221,219,163)
0 Favorites   0 Comments

Color spaces of #dddba3

RGB 221219163
HSL0.160.460.75
HSV58°26°87°
CMYK 0.000.010.26   0.13
XYZ61.761268.679544.6516
Yxy68.67950.35270.3922
Hunter Lab82.8731-12.000726.0660
CIE-Lab86.3451-8.068327.8673

#dddba3 color RGB value is (221,219,163).

#dddba3 hex color red value is 221, green value is 219 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #dddba3 hue: 0.16 , saturation: 0.46 and the lightness value of dddba3 is 0.75.

The process color (four color CMYK) of #dddba3 color hex is 0.00, 0.01, 0.26, 0.13. Web safe color of #dddba3 is #cccc99. Color #dddba3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 10100011
Octal 335 333 243
Decimal 221 219 163
Hex DD DB A3

RGB Percentages of Color #dddba3

%36.65
%36.32
%27.03

CMYK Percentages of Color #dddba3

%0
%1
%26
%13

Triadic Colors of #dddba3

#dddba3 #a3dddb #dba3dd

Analogous Colors of #dddba3

#dddba3 #c2dda3 #ddbea3

Monochromatic Colors of #dddba3

#dddba3

Complementary Color

#dddba3 #a3a5dd

#dddba3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddba3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddba3 Color CSS Codes

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

#dddba3 Text Font Color

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

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


#dddba3 Background Color

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

This div background color is #dddba3


#dddba3 Border Color

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

This div border color is #dddba3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddba3


Comments

No comments written yet.

Please login to write comment.