Color Hex Logo

#ddda71 Color Hex

#DDDA71
(221,218,113)
0 Favorites   0 Comments

Color spaces of #ddda71

RGB 221218113
HSL0.160.610.65
HSV58°49°87°
CMYK 0.000.010.49   0.13
XYZ57.870866.707225.4484
Yxy66.70720.38570.4446
Hunter Lab81.6745-16.453438.6984
CIE-Lab85.3559-13.095651.5554

#ddda71 color RGB value is (221,218,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 01110001
Octal 335 332 161
Decimal 221 218 113
Hex DD DA 71

RGB Percentages of Color #ddda71

%40.04
%39.49
%20.47

CMYK Percentages of Color #ddda71

%0
%1
%49
%13

Triadic Colors of #ddda71

#ddda71 #71ddda #da71dd

Analogous Colors of #ddda71

#ddda71 #aadd71 #dda471

Monochromatic Colors of #ddda71

#ddda71

Complementary Color

#ddda71 #7174dd

#ddda71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddda71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddda71 Color CSS Codes

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

#ddda71 Text Font Color

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

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


#ddda71 Background Color

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

This div background color is #ddda71


#ddda71 Border Color

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

This div border color is #ddda71


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,218,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 #ddda71">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddda71


Comments

No comments written yet.

Please login to write comment.