Color Hex Logo

#dda769 Color Hex

#DDA769
(221,167,105)
0 Favorites   0 Comments

Color spaces of #dda769

RGB 221167105
HSL0.090.630.64
HSV32°52°87°
CMYK 0.000.240.52   0.13
XYZ46.187344.029519.4288
Yxy44.02950.42120.4016
Hunter Lab66.35478.127129.0881
CIE-Lab72.248212.715339.5555

#dda769 color RGB value is (221,167,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 01101001
Octal 335 247 151
Decimal 221 167 105
Hex DD A7 69

RGB Percentages of Color #dda769

%44.83
%33.87
%21.30

CMYK Percentages of Color #dda769

%0
%24
%52
%13

Triadic Colors of #dda769

#dda769 #69dda7 #a769dd

Analogous Colors of #dda769

#dda769 #d9dd69 #dd6d69

Monochromatic Colors of #dda769

#dda769

Complementary Color

#dda769 #699fdd

#dda769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda769 Color CSS Codes

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

#dda769 Text Font Color

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

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


#dda769 Background Color

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

This div background color is #dda769


#dda769 Border Color

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

This div border color is #dda769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda769


Comments

No comments written yet.

Please login to write comment.