Color Hex Logo

#dda658 Color Hex

#DDA658
(221,166,88)
0 Favorites   0 Comments

Color spaces of #dda658

RGB 22116688
HSL0.100.660.61
HSV35°60°87°
CMYK 0.000.250.60   0.13
XYZ45.216543.349215.2166
Yxy43.34920.43570.4177
Hunter Lab65.84017.366932.3853
CIE-Lab71.791311.910947.5759

#dda658 color RGB value is (221,166,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 01011000
Octal 335 246 130
Decimal 221 166 88
Hex DD A6 58

RGB Percentages of Color #dda658

%46.53
%34.95
%18.53

CMYK Percentages of Color #dda658

%0
%25
%60
%13

Triadic Colors of #dda658

#dda658 #58dda6 #a658dd

Analogous Colors of #dda658

#dda658 #d2dd58 #dd6458

Monochromatic Colors of #dda658

#dda658

Complementary Color

#dda658 #588fdd

#dda658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda658 Color CSS Codes

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

#dda658 Text Font Color

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

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


#dda658 Background Color

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

This div background color is #dda658


#dda658 Border Color

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

This div border color is #dda658


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,166,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 #dda658">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda658


Comments

No comments written yet.

Please login to write comment.