Color Hex Logo

#dddb6a Color Hex

#DDDB6A
(221,219,106)
0 Favorites   0 Comments

Color spaces of #dddb6a

RGB 221219106
HSL0.160.630.64
HSV59°52°87°
CMYK 0.000.010.52   0.13
XYZ57.751867.075823.5387
Yxy67.07580.38930.4521
Hunter Lab81.8998-17.455140.2894
CIE-Lab85.5422-14.189555.0388

#dddb6a color RGB value is (221,219,106).

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

The process color (four color CMYK) of #dddb6a color hex is 0.00, 0.01, 0.52, 0.13. Web safe color of #dddb6a is #cccc66. Color #dddb6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 01101010
Octal 335 333 152
Decimal 221 219 106
Hex DD DB 6A

RGB Percentages of Color #dddb6a

%40.48
%40.11
%19.41

CMYK Percentages of Color #dddb6a

%0
%1
%52
%13

Triadic Colors of #dddb6a

#dddb6a #6adddb #db6add

Analogous Colors of #dddb6a

#dddb6a #a6dd6a #dda26a

Monochromatic Colors of #dddb6a

#dddb6a

Complementary Color

#dddb6a #6a6cdd

#dddb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddb6a Color CSS Codes

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

#dddb6a Text Font Color

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

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


#dddb6a Background Color

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

This div background color is #dddb6a


#dddb6a Border Color

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

This div border color is #dddb6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddb6a


Comments

No comments written yet.

Please login to write comment.