Color Hex Logo

#ddad1a Color Hex

#DDAD1A
(221,173,26)
0 Favorites   0 Comments

Color spaces of #ddad1a

RGB 22117326
HSL0.130.790.48
HSV45°88°87°
CMYK 0.000.220.88   0.13
XYZ44.948845.33397.3585
Yxy45.33390.46030.4643
Hunter Lab67.33051.335640.6516
CIE-Lab73.11125.450072.1746

#ddad1a color RGB value is (221,173,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 00011010
Octal 335 255 32
Decimal 221 173 26
Hex DD AD 1A

RGB Percentages of Color #ddad1a

%52.62
%41.19
%6.19

CMYK Percentages of Color #ddad1a

%0
%22
%88
%13

Triadic Colors of #ddad1a

#ddad1a #1addad #ad1add

Analogous Colors of #ddad1a

#ddad1a #acdd1a #dd4c1a

Monochromatic Colors of #ddad1a

#ddad1a

Complementary Color

#ddad1a #1a4add

#ddad1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddad1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddad1a Color CSS Codes

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

#ddad1a Text Font Color

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

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


#ddad1a Background Color

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

This div background color is #ddad1a


#ddad1a Border Color

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

This div border color is #ddad1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddad1a


Comments

No comments written yet.

Please login to write comment.