Color Hex Logo

#dda926 Color Hex

#DDA926
(221,169,38)
0 Favorites   0 Comments

Color spaces of #dda926

RGB 22116938
HSL0.120.730.51
HSV43°83°87°
CMYK 0.000.240.83   0.13
XYZ44.356643.88807.9671
Yxy43.88800.46100.4562
Hunter Lab66.24803.581339.2433
CIE-Lab72.15367.859468.3368

#dda926 color RGB value is (221,169,38).

#dda926 hex color red value is 221, green value is 169 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #dda926 hue: 0.12 , saturation: 0.73 and the lightness value of dda926 is 0.51.

The process color (four color CMYK) of #dda926 color hex is 0.00, 0.24, 0.83, 0.13. Web safe color of #dda926 is #cc9933. Color #dda926 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 00100110
Octal 335 251 46
Decimal 221 169 38
Hex DD A9 26

RGB Percentages of Color #dda926

%51.64
%39.49
%8.88

CMYK Percentages of Color #dda926

%0
%24
%83
%13

Triadic Colors of #dda926

#dda926 #26dda9 #a926dd

Analogous Colors of #dda926

#dda926 #b6dd26 #dd4e26

Monochromatic Colors of #dda926

#dda926

Complementary Color

#dda926 #265add

#dda926 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda926 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda926 Color CSS Codes

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

#dda926 Text Font Color

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

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


#dda926 Background Color

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

This div background color is #dda926


#dda926 Border Color

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

This div border color is #dda926


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda926


Comments

No comments written yet.

Please login to write comment.