Color Hex Logo

#ddaf40 Color Hex

#DDAF40
(221,175,64)
0 Favorites   0 Comments

Color spaces of #ddaf40

RGB 22117564
HSL0.120.700.56
HSV42°71°87°
CMYK 0.000.210.71   0.13
XYZ46.074246.402311.3786
Yxy46.40230.44360.4468
Hunter Lab68.11921.524437.7797
CIE-Lab73.80585.680360.6328

#ddaf40 color RGB value is (221,175,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 01000000
Octal 335 257 100
Decimal 221 175 64
Hex DD AF 40

RGB Percentages of Color #ddaf40

%48.04
%38.04
%13.91

CMYK Percentages of Color #ddaf40

%0
%21
%71
%13

Triadic Colors of #ddaf40

#ddaf40 #40ddaf #af40dd

Analogous Colors of #ddaf40

#ddaf40 #bddd40 #dd6140

Monochromatic Colors of #ddaf40

#ddaf40

Complementary Color

#ddaf40 #406edd

#ddaf40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaf40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaf40 Color CSS Codes

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

#ddaf40 Text Font Color

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

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


#ddaf40 Background Color

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

This div background color is #ddaf40


#ddaf40 Border Color

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

This div border color is #ddaf40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaf40


Comments

No comments written yet.

Please login to write comment.