Color Hex Logo

#ddaf69 Color Hex

#DDAF69
(221,175,105)
0 Favorites   0 Comments

Color spaces of #ddaf69

RGB 221175105
HSL0.100.630.64
HSV36°52°87°
CMYK 0.000.210.52   0.13
XYZ47.698647.052019.9326
Yxy47.05200.41590.4103
Hunter Lab68.59454.083430.7873
CIE-Lab74.22308.444741.9954

#ddaf69 color RGB value is (221,175,105).

#ddaf69 hex color red value is 221, green value is 175 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #ddaf69 hue: 0.10 , saturation: 0.63 and the lightness value of ddaf69 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 01101001
Octal 335 257 151
Decimal 221 175 105
Hex DD AF 69

RGB Percentages of Color #ddaf69

%44.11
%34.93
%20.96

CMYK Percentages of Color #ddaf69

%0
%21
%52
%13

Triadic Colors of #ddaf69

#ddaf69 #69ddaf #af69dd

Analogous Colors of #ddaf69

#ddaf69 #d1dd69 #dd7569

Monochromatic Colors of #ddaf69

#ddaf69

Complementary Color

#ddaf69 #6997dd

#ddaf69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaf69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaf69 Color CSS Codes

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

#ddaf69 Text Font Color

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

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


#ddaf69 Background Color

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

This div background color is #ddaf69


#ddaf69 Border Color

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

This div border color is #ddaf69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaf69

#ddaf69 Color Palettes


Comments

No comments written yet.

Please login to write comment.