Color Hex Logo

#dda967 Color Hex

#DDA967
(221,169,103)
0 Favorites   0 Comments

Color spaces of #dda967

RGB 221169103
HSL0.090.630.64
HSV34°53°87°
CMYK 0.000.240.53   0.13
XYZ46.454944.727419.0168
Yxy44.72740.42160.4059
Hunter Lab66.87856.951529.9560
CIE-Lab72.712011.473741.1568

#dda967 color RGB value is (221,169,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 01100111
Octal 335 251 147
Decimal 221 169 103
Hex DD A9 67

RGB Percentages of Color #dda967

%44.83
%34.28
%20.89

CMYK Percentages of Color #dda967

%0
%24
%53
%13

Triadic Colors of #dda967

#dda967 #67dda9 #a967dd

Analogous Colors of #dda967

#dda967 #d6dd67 #dd6e67

Monochromatic Colors of #dda967

#dda967

Complementary Color

#dda967 #679bdd

#dda967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda967 Color CSS Codes

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

#dda967 Text Font Color

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

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


#dda967 Background Color

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

This div background color is #dda967


#dda967 Border Color

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

This div border color is #dda967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda967


Comments

No comments written yet.

Please login to write comment.