Color Hex Logo

#ddad0f Color Hex

#DDAD0F
(221,173,15)
0 Favorites   0 Comments

Color spaces of #ddad0f

RGB 22117315
HSL0.130.870.46
HSV46°93°87°
CMYK 0.000.220.93   0.13
XYZ44.848645.29386.8307
Yxy45.29380.46250.4671
Hunter Lab67.30071.174741.0928
CIE-Lab73.08495.273674.1256

#ddad0f color RGB value is (221,173,15).

#ddad0f hex color red value is 221, green value is 173 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ddad0f hue: 0.13 , saturation: 0.87 and the lightness value of ddad0f is 0.46.

The process color (four color CMYK) of #ddad0f color hex is 0.00, 0.22, 0.93, 0.13. Web safe color of #ddad0f is #cc9900. Color #ddad0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 00001111
Octal 335 255 17
Decimal 221 173 15
Hex DD AD F

RGB Percentages of Color #ddad0f

%54.03
%42.30
%3.67

CMYK Percentages of Color #ddad0f

%0
%22
%93
%13

Triadic Colors of #ddad0f

#ddad0f #0fddad #ad0fdd

Analogous Colors of #ddad0f

#ddad0f #a6dd0f #dd460f

Monochromatic Colors of #ddad0f

#ddad0f

Complementary Color

#ddad0f #0f3fdd

#ddad0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddad0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddad0f Color CSS Codes

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

#ddad0f Text Font Color

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

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


#ddad0f Background Color

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

This div background color is #ddad0f


#ddad0f Border Color

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

This div border color is #ddad0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddad0f


Comments

No comments written yet.

Please login to write comment.