Color Hex Logo

#dddb6c Color Hex

#DDDB6C
(221,219,108)
0 Favorites   0 Comments

Color spaces of #dddb6c

RGB 221219108
HSL0.160.620.65
HSV59°51°87°
CMYK 0.000.010.51   0.13
XYZ57.857167.117924.0930
Yxy67.11790.38810.4503
Hunter Lab81.9255-17.310139.9116
CIE-Lab85.5634-14.023854.1405

#dddb6c color RGB value is (221,219,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 01101100
Octal 335 333 154
Decimal 221 219 108
Hex DD DB 6C

RGB Percentages of Color #dddb6c

%40.33
%39.96
%19.71

CMYK Percentages of Color #dddb6c

%0
%1
%51
%13

Triadic Colors of #dddb6c

#dddb6c #6cdddb #db6cdd

Analogous Colors of #dddb6c

#dddb6c #a7dd6c #dda36c

Monochromatic Colors of #dddb6c

#dddb6c

Complementary Color

#dddb6c #6c6edd

#dddb6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddb6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddb6c Color CSS Codes

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

#dddb6c Text Font Color

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

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


#dddb6c Background Color

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

This div background color is #dddb6c


#dddb6c Border Color

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

This div border color is #dddb6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddb6c


Comments

No comments written yet.

Please login to write comment.