Color Hex Logo

#ddba40 Color Hex

#DDBA40
(221,186,64)
0 Favorites   0 Comments

Color spaces of #ddba40

RGB 22118664
HSL0.130.700.56
HSV47°71°87°
CMYK 0.000.160.71   0.13
XYZ48.303150.860112.1216
Yxy50.86010.43400.4570
Hunter Lab71.3163-3.903939.8439
CIE-Lab76.5942-0.104363.4330

#ddba40 color RGB value is (221,186,64).

#ddba40 hex color red value is 221, green value is 186 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ddba40 hue: 0.13 , saturation: 0.70 and the lightness value of ddba40 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 01000000
Octal 335 272 100
Decimal 221 186 64
Hex DD BA 40

RGB Percentages of Color #ddba40

%46.92
%39.49
%13.59

CMYK Percentages of Color #ddba40

%0
%16
%71
%13

Triadic Colors of #ddba40

#ddba40 #40ddba #ba40dd

Analogous Colors of #ddba40

#ddba40 #b2dd40 #dd6c40

Monochromatic Colors of #ddba40

#ddba40

Complementary Color

#ddba40 #4063dd

#ddba40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddba40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddba40 Color CSS Codes

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

#ddba40 Text Font Color

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

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


#ddba40 Background Color

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

This div background color is #ddba40


#ddba40 Border Color

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

This div border color is #ddba40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddba40


Comments

No comments written yet.

Please login to write comment.