Color Hex Logo

#dda910 Color Hex

#DDA910
(221,169,16)
0 Favorites   0 Comments

Color spaces of #dda910

RGB 22116916
HSL0.120.860.46
HSV45°93°87°
CMYK 0.000.240.93   0.13
XYZ44.100343.78556.6173
Yxy43.78550.46670.4633
Hunter Lab66.17063.165240.3902
CIE-Lab72.08497.407073.2377

#dda910 color RGB value is (221,169,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 00010000
Octal 335 251 20
Decimal 221 169 16
Hex DD A9 10

RGB Percentages of Color #dda910

%54.43
%41.63
%3.94

CMYK Percentages of Color #dda910

%0
%24
%93
%13

Triadic Colors of #dda910

#dda910 #10dda9 #a910dd

Analogous Colors of #dda910

#dda910 #abdd10 #dd4310

Monochromatic Colors of #dda910

#dda910

Complementary Color

#dda910 #1044dd

#dda910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda910 Color CSS Codes

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

#dda910 Text Font Color

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

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


#dda910 Background Color

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

This div background color is #dda910


#dda910 Border Color

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

This div border color is #dda910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda910


Comments

No comments written yet.

Please login to write comment.