Color Hex Logo

#dda101 Color Hex

#DDA101
(221,161,1)
0 Favorites   0 Comments

Color spaces of #dda101

RGB 2211611
HSL0.120.990.44
HSV44°100°87°
CMYK 0.000.271.00   0.13
XYZ42.569140.86415.6726
Yxy40.86410.47770.4586
Hunter Lab63.92506.998339.4862
CIE-Lab70.080611.513373.7177

#dda101 color RGB value is (221,161,1).

#dda101 hex color red value is 221, green value is 161 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #dda101 hue: 0.12 , saturation: 0.99 and the lightness value of dda101 is 0.44.

The process color (four color CMYK) of #dda101 color hex is 0.00, 0.27, 1.00, 0.13. Web safe color of #dda101 is #cc9900. Color #dda101 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 00000001
Octal 335 241 1
Decimal 221 161 1
Hex DD A1 1

RGB Percentages of Color #dda101

%57.70
%42.04
%0.26

CMYK Percentages of Color #dda101

%0
%27
%100
%13

Triadic Colors of #dda101

#dda101 #01dda1 #a101dd

Analogous Colors of #dda101

#dda101 #abdd01 #dd3301

Monochromatic Colors of #dda101

#dda101

Complementary Color

#dda101 #013ddd

#dda101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda101 Color CSS Codes

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

#dda101 Text Font Color

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

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


#dda101 Background Color

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

This div background color is #dda101


#dda101 Border Color

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

This div border color is #dda101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda101


Comments

No comments written yet.

Please login to write comment.