Color Hex Logo

#ddaf3f Color Hex

#DDAF3F
(221,175,63)
0 Favorites   0 Comments

Color spaces of #ddaf3f

RGB 22117563
HSL0.120.700.56
HSV43°71°87°
CMYK 0.000.210.71   0.13
XYZ46.046046.391011.2301
Yxy46.39100.44420.4475
Hunter Lab68.11091.479737.9019
CIE-Lab73.79855.631661.0319

#ddaf3f color RGB value is (221,175,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 00111111
Octal 335 257 77
Decimal 221 175 63
Hex DD AF 3F

RGB Percentages of Color #ddaf3f

%48.15
%38.13
%13.73

CMYK Percentages of Color #ddaf3f

%0
%21
%71
%13

Triadic Colors of #ddaf3f

#ddaf3f #3fddaf #af3fdd

Analogous Colors of #ddaf3f

#ddaf3f #bcdd3f #dd603f

Monochromatic Colors of #ddaf3f

#ddaf3f

Complementary Color

#ddaf3f #3f6ddd

#ddaf3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaf3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaf3f Color CSS Codes

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

#ddaf3f Text Font Color

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

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


#ddaf3f Background Color

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

This div background color is #ddaf3f


#ddaf3f Border Color

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

This div border color is #ddaf3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaf3f


Comments

No comments written yet.

Please login to write comment.