Color Hex Logo

#dddb71 Color Hex

#DDDB71
(221,219,113)
0 Favorites   0 Comments

Color spaces of #dddb71

RGB 221219113
HSL0.160.610.65
HSV59°49°87°
CMYK 0.000.010.49   0.13
XYZ58.130967.227425.5352
Yxy67.22740.38520.4455
Hunter Lab81.9923-16.933738.9297
CIE-Lab85.6187-13.594351.8686

#dddb71 color RGB value is (221,219,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 01110001
Octal 335 333 161
Decimal 221 219 113
Hex DD DB 71

RGB Percentages of Color #dddb71

%39.96
%39.60
%20.43

CMYK Percentages of Color #dddb71

%0
%1
%49
%13

Triadic Colors of #dddb71

#dddb71 #71dddb #db71dd

Analogous Colors of #dddb71

#dddb71 #a9dd71 #dda571

Monochromatic Colors of #dddb71

#dddb71

Complementary Color

#dddb71 #7173dd

#dddb71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddb71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddb71 Color CSS Codes

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

#dddb71 Text Font Color

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

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


#dddb71 Background Color

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

This div background color is #dddb71


#dddb71 Border Color

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

This div border color is #dddb71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddb71


Comments

No comments written yet.

Please login to write comment.