Color Hex Logo

#ddaf44 Color Hex

#DDAF44
(221,175,68)
0 Favorites   0 Comments

Color spaces of #ddaf44

RGB 22117568
HSL0.120.690.57
HSV42°69°87°
CMYK 0.000.210.69   0.13
XYZ46.192246.449511.9999
Yxy46.44950.44140.4439
Hunter Lab68.15391.711537.2685
CIE-Lab73.83635.884159.0010

#ddaf44 color RGB value is (221,175,68).

#ddaf44 hex color red value is 221, green value is 175 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #ddaf44 hue: 0.12 , saturation: 0.69 and the lightness value of ddaf44 is 0.57.

The process color (four color CMYK) of #ddaf44 color hex is 0.00, 0.21, 0.69, 0.13. Web safe color of #ddaf44 is #cc9933. Color #ddaf44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 01000100
Octal 335 257 104
Decimal 221 175 68
Hex DD AF 44

RGB Percentages of Color #ddaf44

%47.63
%37.72
%14.66

CMYK Percentages of Color #ddaf44

%0
%21
%69
%13

Triadic Colors of #ddaf44

#ddaf44 #44ddaf #af44dd

Analogous Colors of #ddaf44

#ddaf44 #bfdd44 #dd6344

Monochromatic Colors of #ddaf44

#ddaf44

Complementary Color

#ddaf44 #4472dd

#ddaf44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaf44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaf44 Color CSS Codes

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

#ddaf44 Text Font Color

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

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


#ddaf44 Background Color

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

This div background color is #ddaf44


#ddaf44 Border Color

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

This div border color is #ddaf44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaf44


Comments

No comments written yet.

Please login to write comment.