Color Hex Logo

#dda969 Color Hex

#DDA969
(221,169,105)
0 Favorites   0 Comments

Color spaces of #dda969

RGB 221169105
HSL0.090.630.64
HSV33°52°87°
CMYK 0.000.240.52   0.13
XYZ46.556644.768019.5519
Yxy44.76800.41990.4038
Hunter Lab66.90897.113529.5107
CIE-Lab72.738911.645340.1641

#dda969 color RGB value is (221,169,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 01101001
Octal 335 251 151
Decimal 221 169 105
Hex DD A9 69

RGB Percentages of Color #dda969

%44.65
%34.14
%21.21

CMYK Percentages of Color #dda969

%0
%24
%52
%13

Triadic Colors of #dda969

#dda969 #69dda9 #a969dd

Analogous Colors of #dda969

#dda969 #d7dd69 #dd6f69

Monochromatic Colors of #dda969

#dda969

Complementary Color

#dda969 #699ddd

#dda969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda969 Color CSS Codes

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

#dda969 Text Font Color

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

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


#dda969 Background Color

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

This div background color is #dda969


#dda969 Border Color

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

This div border color is #dda969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda969


Comments

No comments written yet.

Please login to write comment.