Color Hex Logo

#ddba1c Color Hex

#DDBA1C
(221,186,28)
0 Favorites   0 Comments

Color spaces of #ddba1c

RGB 22118628
HSL0.140.780.49
HSV49°87°87°
CMYK 0.000.160.87   0.13
XYZ47.587350.57388.3522
Yxy50.57380.44680.4748
Hunter Lab71.1153-5.007142.8173
CIE-Lab76.4201-1.334874.3663

#ddba1c color RGB value is (221,186,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 00011100
Octal 335 272 34
Decimal 221 186 28
Hex DD BA 1C

RGB Percentages of Color #ddba1c

%50.80
%42.76
%6.44

CMYK Percentages of Color #ddba1c

%0
%16
%87
%13

Triadic Colors of #ddba1c

#ddba1c #1cddba #ba1cdd

Analogous Colors of #ddba1c

#ddba1c #a0dd1c #dd591c

Monochromatic Colors of #ddba1c

#ddba1c

Complementary Color

#ddba1c #1c3fdd

#ddba1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddba1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddba1c Color CSS Codes

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

#ddba1c Text Font Color

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

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


#ddba1c Background Color

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

This div background color is #ddba1c


#ddba1c Border Color

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

This div border color is #ddba1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddba1c


Comments

No comments written yet.

Please login to write comment.