Color Hex Logo

#ddae64 Color Hex

#DDAE64
(221,174,100)
0 Favorites   0 Comments

Color spaces of #ddae64

RGB 221174100
HSL0.100.640.63
HSV37°55°87°
CMYK 0.000.210.55   0.13
XYZ47.255146.564418.5538
Yxy46.56440.42050.4144
Hunter Lab68.23814.195131.6459
CIE-Lab73.91038.557544.1374

#ddae64 color RGB value is (221,174,100).

#ddae64 hex color red value is 221, green value is 174 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ddae64 hue: 0.10 , saturation: 0.64 and the lightness value of ddae64 is 0.63.

The process color (four color CMYK) of #ddae64 color hex is 0.00, 0.21, 0.55, 0.13. Web safe color of #ddae64 is #cc9966. Color #ddae64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 01100100
Octal 335 256 144
Decimal 221 174 100
Hex DD AE 64

RGB Percentages of Color #ddae64

%44.65
%35.15
%20.20

CMYK Percentages of Color #ddae64

%0
%21
%55
%13

Triadic Colors of #ddae64

#ddae64 #64ddae #ae64dd

Analogous Colors of #ddae64

#ddae64 #d0dd64 #dd7264

Monochromatic Colors of #ddae64

#ddae64

Complementary Color

#ddae64 #6493dd

#ddae64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddae64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddae64 Color CSS Codes

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

#ddae64 Text Font Color

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

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


#ddae64 Background Color

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

This div background color is #ddae64


#ddae64 Border Color

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

This div border color is #ddae64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddae64


Comments

No comments written yet.

Please login to write comment.