Color Hex Logo

#ddda70 Color Hex

#DDDA70
(221,218,112)
0 Favorites   0 Comments

Color spaces of #ddda70

RGB 221218112
HSL0.160.620.65
HSV58°49°87°
CMYK 0.000.010.49   0.13
XYZ57.814866.684825.1535
Yxy66.68480.38630.4456
Hunter Lab81.6608-16.530638.8998
CIE-Lab85.3445-13.183452.0136

#ddda70 color RGB value is (221,218,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 01110000
Octal 335 332 160
Decimal 221 218 112
Hex DD DA 70

RGB Percentages of Color #ddda70

%40.11
%39.56
%20.33

CMYK Percentages of Color #ddda70

%0
%1
%49
%13

Triadic Colors of #ddda70

#ddda70 #70ddda #da70dd

Analogous Colors of #ddda70

#ddda70 #aadd70 #dda470

Monochromatic Colors of #ddda70

#ddda70

Complementary Color

#ddda70 #7073dd

#ddda70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddda70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddda70 Color CSS Codes

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

#ddda70 Text Font Color

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

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


#ddda70 Background Color

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

This div background color is #ddda70


#ddda70 Border Color

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

This div border color is #ddda70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddda70


Comments

No comments written yet.

Please login to write comment.