Color Hex Logo

#ddaf77 Color Hex

#DDAF77
(221,175,119)
0 Favorites   0 Comments

Color spaces of #ddaf77

RGB 221175119
HSL0.090.600.67
HSV33°46°87°
CMYK 0.000.210.46   0.13
XYZ48.478547.364024.0398
Yxy47.36400.40440.3951
Hunter Lab68.82155.299427.4647
CIE-Lab74.42209.740935.0202

#ddaf77 color RGB value is (221,175,119).

#ddaf77 hex color red value is 221, green value is 175 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ddaf77 hue: 0.09 , saturation: 0.60 and the lightness value of ddaf77 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 01110111
Octal 335 257 167
Decimal 221 175 119
Hex DD AF 77

RGB Percentages of Color #ddaf77

%42.91
%33.98
%23.11

CMYK Percentages of Color #ddaf77

%0
%21
%46
%13

Triadic Colors of #ddaf77

#ddaf77 #77ddaf #af77dd

Analogous Colors of #ddaf77

#ddaf77 #d8dd77 #dd7c77

Monochromatic Colors of #ddaf77

#ddaf77

Complementary Color

#ddaf77 #77a5dd

#ddaf77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaf77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaf77 Color CSS Codes

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

#ddaf77 Text Font Color

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

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


#ddaf77 Background Color

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

This div background color is #ddaf77


#ddaf77 Border Color

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

This div border color is #ddaf77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaf77


Comments

No comments written yet.

Please login to write comment.