Color Hex Logo

#ddaf58 Color Hex

#DDAF58
(221,175,88)
0 Favorites   0 Comments

Color spaces of #ddaf58

RGB 22117588
HSL0.110.660.61
HSV39°60°87°
CMYK 0.000.210.60   0.13
XYZ46.910246.736715.7812
Yxy46.73670.42870.4271
Hunter Lab68.36422.845834.1685
CIE-Lab74.02107.114050.1521

#ddaf58 color RGB value is (221,175,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 01011000
Octal 335 257 130
Decimal 221 175 88
Hex DD AF 58

RGB Percentages of Color #ddaf58

%45.66
%36.16
%18.18

CMYK Percentages of Color #ddaf58

%0
%21
%60
%13

Triadic Colors of #ddaf58

#ddaf58 #58ddaf #af58dd

Analogous Colors of #ddaf58

#ddaf58 #c9dd58 #dd6d58

Monochromatic Colors of #ddaf58

#ddaf58

Complementary Color

#ddaf58 #5886dd

#ddaf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaf58 Color CSS Codes

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

#ddaf58 Text Font Color

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

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


#ddaf58 Background Color

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

This div background color is #ddaf58


#ddaf58 Border Color

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

This div border color is #ddaf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaf58

#ddaf58 Color Palettes


Comments

No comments written yet.

Please login to write comment.