Color Hex Logo

#ddba1d Color Hex

#DDBA1D
(221,186,29)
0 Favorites   0 Comments

Color spaces of #ddba1d

RGB 22118629
HSL0.140.770.49
HSV49°87°87°
CMYK 0.000.160.87   0.13
XYZ47.599550.57878.4163
Yxy50.57870.44650.4745
Hunter Lab71.1187-4.988342.7666
CIE-Lab76.4231-1.313774.1546

#ddba1d color RGB value is (221,186,29).

#ddba1d hex color red value is 221, green value is 186 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ddba1d hue: 0.14 , saturation: 0.77 and the lightness value of ddba1d is 0.49.

The process color (four color CMYK) of #ddba1d color hex is 0.00, 0.16, 0.87, 0.13. Web safe color of #ddba1d is #cccc33. Color #ddba1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 00011101
Octal 335 272 35
Decimal 221 186 29
Hex DD BA 1D

RGB Percentages of Color #ddba1d

%50.69
%42.66
%6.65

CMYK Percentages of Color #ddba1d

%0
%16
%87
%13

Triadic Colors of #ddba1d

#ddba1d #1dddba #ba1ddd

Analogous Colors of #ddba1d

#ddba1d #a0dd1d #dd5a1d

Monochromatic Colors of #ddba1d

#ddba1d

Complementary Color

#ddba1d #1d40dd

#ddba1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddba1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddba1d Color CSS Codes

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

#ddba1d Text Font Color

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

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


#ddba1d Background Color

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

This div background color is #ddba1d


#ddba1d Border Color

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

This div border color is #ddba1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddba1d


Comments

No comments written yet.

Please login to write comment.