Color Hex Logo

#dda103 Color Hex

#DDA103
(221,161,3)
0 Favorites   0 Comments

Color spaces of #dda103

RGB 2211613
HSL0.120.970.44
HSV43°99°87°
CMYK 0.000.270.99   0.13
XYZ42.580140.86855.7303
Yxy40.86850.47750.4583
Hunter Lab63.92857.016639.4354
CIE-Lab70.083711.533073.4706

#dda103 color RGB value is (221,161,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 00000011
Octal 335 241 3
Decimal 221 161 3
Hex DD A1 3

RGB Percentages of Color #dda103

%57.40
%41.82
%0.78

CMYK Percentages of Color #dda103

%0
%27
%99
%13

Triadic Colors of #dda103

#dda103 #03dda1 #a103dd

Analogous Colors of #dda103

#dda103 #acdd03 #dd3403

Monochromatic Colors of #dda103

#dda103

Complementary Color

#dda103 #033fdd

#dda103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda103 Color CSS Codes

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

#dda103 Text Font Color

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

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


#dda103 Background Color

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

This div background color is #dda103


#dda103 Border Color

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

This div border color is #dda103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda103


Comments

No comments written yet.

Please login to write comment.