Color Hex Logo

#dda958 Color Hex

#DDA958
(221,169,88)
0 Favorites   0 Comments

Color spaces of #dda958

RGB 22116988
HSL0.100.660.61
HSV37°60°87°
CMYK 0.000.240.60   0.13
XYZ45.768244.452715.4005
Yxy44.45270.43330.4209
Hunter Lab66.67295.855532.9758
CIE-Lab72.530010.307948.4331

#dda958 color RGB value is (221,169,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 01011000
Octal 335 251 130
Decimal 221 169 88
Hex DD A9 58

RGB Percentages of Color #dda958

%46.23
%35.36
%18.41

CMYK Percentages of Color #dda958

%0
%24
%60
%13

Triadic Colors of #dda958

#dda958 #58dda9 #a958dd

Analogous Colors of #dda958

#dda958 #cfdd58 #dd6758

Monochromatic Colors of #dda958

#dda958

Complementary Color

#dda958 #588cdd

#dda958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda958 Color CSS Codes

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

#dda958 Text Font Color

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

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


#dda958 Background Color

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

This div background color is #dda958


#dda958 Border Color

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

This div border color is #dda958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda958


Comments

No comments written yet.

Please login to write comment.