Color Hex Logo

#dda106 Color Hex

#DDA106
(221,161,6)
0 Favorites   0 Comments

Color spaces of #dda106

RGB 2211616
HSL0.120.950.45
HSV43°97°87°
CMYK 0.000.270.97   0.13
XYZ42.596540.87505.8169
Yxy40.87500.47710.4578
Hunter Lab63.93367.044039.3591
CIE-Lab70.088311.562473.1028

#dda106 color RGB value is (221,161,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 00000110
Octal 335 241 6
Decimal 221 161 6
Hex DD A1 6

RGB Percentages of Color #dda106

%56.96
%41.49
%1.55

CMYK Percentages of Color #dda106

%0
%27
%97
%13

Triadic Colors of #dda106

#dda106 #06dda1 #a106dd

Analogous Colors of #dda106

#dda106 #aedd06 #dd3506

Monochromatic Colors of #dda106

#dda106

Complementary Color

#dda106 #0642dd

#dda106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda106 Color CSS Codes

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

#dda106 Text Font Color

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

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


#dda106 Background Color

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

This div background color is #dda106


#dda106 Border Color

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

This div border color is #dda106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda106


Comments

No comments written yet.

Please login to write comment.