Color Hex Logo

#dda35f Color Hex

#DDA35F
(221,163,95)
0 Favorites   0 Comments

Color spaces of #dda35f

RGB 22116395
HSL0.090.650.62
HSV32°57°87°
CMYK 0.000.260.57   0.13
XYZ44.981542.392816.6383
Yxy42.39280.43250.4076
Hunter Lab65.10989.375830.4257
CIE-Lab71.140914.037243.3178

#dda35f color RGB value is (221,163,95).

#dda35f hex color red value is 221, green value is 163 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dda35f hue: 0.09 , saturation: 0.65 and the lightness value of dda35f is 0.62.

The process color (four color CMYK) of #dda35f color hex is 0.00, 0.26, 0.57, 0.13. Web safe color of #dda35f is #cc9966. Color #dda35f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 01011111
Octal 335 243 137
Decimal 221 163 95
Hex DD A3 5F

RGB Percentages of Color #dda35f

%46.14
%34.03
%19.83

CMYK Percentages of Color #dda35f

%0
%26
%57
%13

Triadic Colors of #dda35f

#dda35f #5fdda3 #a35fdd

Analogous Colors of #dda35f

#dda35f #d8dd5f #dd645f

Monochromatic Colors of #dda35f

#dda35f

Complementary Color

#dda35f #5f99dd

#dda35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda35f Color CSS Codes

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

#dda35f Text Font Color

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

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


#dda35f Background Color

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

This div background color is #dda35f


#dda35f Border Color

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

This div border color is #dda35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda35f


Comments

No comments written yet.

Please login to write comment.