Color Hex Logo

#ddad3f Color Hex

#DDAD3F
(221,173,63)
0 Favorites   0 Comments

Color spaces of #ddad3f

RGB 22117363
HSL0.120.700.56
HSV42°71°87°
CMYK 0.000.220.71   0.13
XYZ45.659645.618211.1013
Yxy45.61820.44600.4456
Hunter Lab67.54122.473437.5338
CIE-Lab73.29716.691460.5273

#ddad3f color RGB value is (221,173,63).

#ddad3f hex color red value is 221, green value is 173 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ddad3f hue: 0.12 , saturation: 0.70 and the lightness value of ddad3f is 0.56.

The process color (four color CMYK) of #ddad3f color hex is 0.00, 0.22, 0.71, 0.13. Web safe color of #ddad3f is #cc9933. Color #ddad3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 00111111
Octal 335 255 77
Decimal 221 173 63
Hex DD AD 3F

RGB Percentages of Color #ddad3f

%48.36
%37.86
%13.79

CMYK Percentages of Color #ddad3f

%0
%22
%71
%13

Triadic Colors of #ddad3f

#ddad3f #3fddad #ad3fdd

Analogous Colors of #ddad3f

#ddad3f #bedd3f #dd5e3f

Monochromatic Colors of #ddad3f

#ddad3f

Complementary Color

#ddad3f #3f6fdd

#ddad3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddad3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddad3f Color CSS Codes

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

#ddad3f Text Font Color

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

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


#ddad3f Background Color

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

This div background color is #ddad3f


#ddad3f Border Color

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

This div border color is #ddad3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddad3f


Comments

No comments written yet.

Please login to write comment.