Color Hex Logo

#dda313 Color Hex

#DDA313
(221,163,19)
0 Favorites   0 Comments

Color spaces of #dda313

RGB 22116319
HSL0.120.840.47
HSV43°91°87°
CMYK 0.000.260.91   0.13
XYZ43.033541.61366.3802
Yxy41.61360.47280.4572
Hunter Lab64.50866.186839.2920
CIE-Lab70.603710.644771.6345

#dda313 color RGB value is (221,163,19).

#dda313 hex color red value is 221, green value is 163 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #dda313 hue: 0.12 , saturation: 0.84 and the lightness value of dda313 is 0.47.

The process color (four color CMYK) of #dda313 color hex is 0.00, 0.26, 0.91, 0.13. Web safe color of #dda313 is #cc9900. Color #dda313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 00010011
Octal 335 243 23
Decimal 221 163 19
Hex DD A3 13

RGB Percentages of Color #dda313

%54.84
%40.45
%4.71

CMYK Percentages of Color #dda313

%0
%26
%91
%13

Triadic Colors of #dda313

#dda313 #13dda3 #a313dd

Analogous Colors of #dda313

#dda313 #b2dd13 #dd3e13

Monochromatic Colors of #dda313

#dda313

Complementary Color

#dda313 #134ddd

#dda313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda313 Color CSS Codes

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

#dda313 Text Font Color

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

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


#dda313 Background Color

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

This div background color is #dda313


#dda313 Border Color

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

This div border color is #dda313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda313


Comments

No comments written yet.

Please login to write comment.