Color Hex Logo

#dddb6f Color Hex

#DDDB6F
(221,219,111)
0 Favorites   0 Comments

Color spaces of #dddb6f

RGB 221219111
HSL0.160.620.65
HSV59°50°87°
CMYK 0.000.010.50   0.13
XYZ58.019667.182924.9486
Yxy67.18290.38640.4474
Hunter Lab81.9652-17.086639.3289
CIE-Lab85.5962-13.768752.7817

#dddb6f color RGB value is (221,219,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 01101111
Octal 335 333 157
Decimal 221 219 111
Hex DD DB 6F

RGB Percentages of Color #dddb6f

%40.11
%39.75
%20.15

CMYK Percentages of Color #dddb6f

%0
%1
%50
%13

Triadic Colors of #dddb6f

#dddb6f #6fdddb #db6fdd

Analogous Colors of #dddb6f

#dddb6f #a8dd6f #dda46f

Monochromatic Colors of #dddb6f

#dddb6f

Complementary Color

#dddb6f #6f71dd

#dddb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddb6f Color CSS Codes

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

#dddb6f Text Font Color

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

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


#dddb6f Background Color

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

This div background color is #dddb6f


#dddb6f Border Color

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

This div border color is #dddb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddb6f


Comments

No comments written yet.

Please login to write comment.