Color Hex Logo

#ddaf0e Color Hex

#DDAF0E
(221,175,14)
0 Favorites   0 Comments

Color spaces of #ddaf0e

RGB 22117514
HSL0.130.880.46
HSV47°94°87°
CMYK 0.000.210.94   0.13
XYZ45.228046.06386.9229
Yxy46.06380.46050.4690
Hunter Lab67.87030.177341.4615
CIE-Lab73.58694.204474.6351

#ddaf0e color RGB value is (221,175,14).

#ddaf0e hex color red value is 221, green value is 175 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ddaf0e hue: 0.13 , saturation: 0.88 and the lightness value of ddaf0e is 0.46.

The process color (four color CMYK) of #ddaf0e color hex is 0.00, 0.21, 0.94, 0.13. Web safe color of #ddaf0e is #cc9900. Color #ddaf0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 00001110
Octal 335 257 16
Decimal 221 175 14
Hex DD AF E

RGB Percentages of Color #ddaf0e

%53.90
%42.68
%3.41

CMYK Percentages of Color #ddaf0e

%0
%21
%94
%13

Triadic Colors of #ddaf0e

#ddaf0e #0eddaf #af0edd

Analogous Colors of #ddaf0e

#ddaf0e #a4dd0e #dd470e

Monochromatic Colors of #ddaf0e

#ddaf0e

Complementary Color

#ddaf0e #0e3cdd

#ddaf0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaf0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaf0e Color CSS Codes

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

#ddaf0e Text Font Color

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

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


#ddaf0e Background Color

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

This div background color is #ddaf0e


#ddaf0e Border Color

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

This div border color is #ddaf0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaf0e


Comments

No comments written yet.

Please login to write comment.