Color Hex Logo

#dda558 Color Hex

#DDA558
(221,165,88)
0 Favorites   0 Comments

Color spaces of #dda558

RGB 22116588
HSL0.100.660.61
HSV35°60°87°
CMYK 0.000.250.60   0.13
XYZ45.035442.987015.1562
Yxy42.98700.43650.4166
Hunter Lab65.56457.871532.1894
CIE-Lab71.546112.446047.2907

#dda558 color RGB value is (221,165,88).

#dda558 hex color red value is 221, green value is 165 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dda558 hue: 0.10 , saturation: 0.66 and the lightness value of dda558 is 0.61.

The process color (four color CMYK) of #dda558 color hex is 0.00, 0.25, 0.60, 0.13. Web safe color of #dda558 is #cc9966. Color #dda558 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 01011000
Octal 335 245 130
Decimal 221 165 88
Hex DD A5 58

RGB Percentages of Color #dda558

%46.62
%34.81
%18.57

CMYK Percentages of Color #dda558

%0
%25
%60
%13

Triadic Colors of #dda558

#dda558 #58dda5 #a558dd

Analogous Colors of #dda558

#dda558 #d3dd58 #dd6358

Monochromatic Colors of #dda558

#dda558

Complementary Color

#dda558 #5890dd

#dda558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda558 Color CSS Codes

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

#dda558 Text Font Color

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

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


#dda558 Background Color

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

This div background color is #dda558


#dda558 Border Color

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

This div border color is #dda558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda558


Comments

No comments written yet.

Please login to write comment.