Color Hex Logo

#dda768 Color Hex

#DDA768
(221,167,104)
0 Favorites   0 Comments

Color spaces of #dda768

RGB 221167104
HSL0.090.630.64
HSV32°53°87°
CMYK 0.000.240.53   0.13
XYZ46.136244.009119.1597
Yxy44.00910.42210.4026
Hunter Lab66.33948.045329.3138
CIE-Lab72.234612.629040.0542

#dda768 color RGB value is (221,167,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 01101000
Octal 335 247 150
Decimal 221 167 104
Hex DD A7 68

RGB Percentages of Color #dda768

%44.92
%33.94
%21.14

CMYK Percentages of Color #dda768

%0
%24
%53
%13

Triadic Colors of #dda768

#dda768 #68dda7 #a768dd

Analogous Colors of #dda768

#dda768 #d9dd68 #dd6d68

Monochromatic Colors of #dda768

#dda768

Complementary Color

#dda768 #689edd

#dda768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda768 Color CSS Codes

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

#dda768 Text Font Color

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

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


#dda768 Background Color

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

This div background color is #dda768


#dda768 Border Color

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

This div border color is #dda768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda768


Comments

No comments written yet.

Please login to write comment.