Color Hex Logo

#dda13f Color Hex

#DDA13F
(221,161,63)
0 Favorites   0 Comments

Color spaces of #dda13f

RGB 22116163
HSL0.100.700.56
HSV37°71°87°
CMYK 0.000.270.71   0.13
XYZ43.460941.220810.3684
Yxy41.22080.45720.4337
Hunter Lab64.20348.475135.3675
CIE-Lab70.330313.089957.5153

#dda13f color RGB value is (221,161,63).

#dda13f hex color red value is 221, green value is 161 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dda13f hue: 0.10 , saturation: 0.70 and the lightness value of dda13f is 0.56.

The process color (four color CMYK) of #dda13f color hex is 0.00, 0.27, 0.71, 0.13. Web safe color of #dda13f is #cc9933. Color #dda13f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 00111111
Octal 335 241 77
Decimal 221 161 63
Hex DD A1 3F

RGB Percentages of Color #dda13f

%49.66
%36.18
%14.16

CMYK Percentages of Color #dda13f

%0
%27
%71
%13

Triadic Colors of #dda13f

#dda13f #3fdda1 #a13fdd

Analogous Colors of #dda13f

#dda13f #cadd3f #dd523f

Monochromatic Colors of #dda13f

#dda13f

Complementary Color

#dda13f #3f7bdd

#dda13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda13f Color CSS Codes

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

#dda13f Text Font Color

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

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


#dda13f Background Color

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

This div background color is #dda13f


#dda13f Border Color

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

This div border color is #dda13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda13f


Comments

No comments written yet.

Please login to write comment.