Color Hex Logo

#ddaf0d Color Hex

#DDAF0D
(221,175,13)
0 Favorites   0 Comments

Color spaces of #ddaf0d

RGB 22117513
HSL0.130.890.46
HSV47°94°87°
CMYK 0.000.210.94   0.13
XYZ45.221446.06126.8880
Yxy46.06120.46060.4692
Hunter Lab67.86840.166641.4905
CIE-Lab73.58524.192774.7666

#ddaf0d color RGB value is (221,175,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 00001101
Octal 335 257 15
Decimal 221 175 13
Hex DD AF D

RGB Percentages of Color #ddaf0d

%54.03
%42.79
%3.18

CMYK Percentages of Color #ddaf0d

%0
%21
%94
%13

Triadic Colors of #ddaf0d

#ddaf0d #0dddaf #af0ddd

Analogous Colors of #ddaf0d

#ddaf0d #a3dd0d #dd470d

Monochromatic Colors of #ddaf0d

#ddaf0d

Complementary Color

#ddaf0d #0d3bdd

#ddaf0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaf0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaf0d Color CSS Codes

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

#ddaf0d Text Font Color

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

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


#ddaf0d Background Color

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

This div background color is #ddaf0d


#ddaf0d Border Color

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

This div border color is #ddaf0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaf0d


Comments

No comments written yet.

Please login to write comment.