Color Hex Logo

#ddab0d Color Hex

#DDAB0D
(221,171,13)
0 Favorites   0 Comments

Color spaces of #ddab0d

RGB 22117113
HSL0.130.890.46
HSV46°94°87°
CMYK 0.000.230.94   0.13
XYZ44.454344.52706.6323
Yxy44.52700.46490.4657
Hunter Lab66.72862.141040.8170
CIE-Lab72.57936.308774.0309

#ddab0d color RGB value is (221,171,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 00001101
Octal 335 253 15
Decimal 221 171 13
Hex DD AB D

RGB Percentages of Color #ddab0d

%54.57
%42.22
%3.21

CMYK Percentages of Color #ddab0d

%0
%23
%94
%13

Triadic Colors of #ddab0d

#ddab0d #0dddab #ab0ddd

Analogous Colors of #ddab0d

#ddab0d #a7dd0d #dd430d

Monochromatic Colors of #ddab0d

#ddab0d

Complementary Color

#ddab0d #0d3fdd

#ddab0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab0d Color CSS Codes

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

#ddab0d Text Font Color

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

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


#ddab0d Background Color

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

This div background color is #ddab0d


#ddab0d Border Color

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

This div border color is #ddab0d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,171,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 #ddab0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab0d


Comments

No comments written yet.

Please login to write comment.