Color Hex Logo

#ddba0e Color Hex

#DDBA0E
(221,186,14)
0 Favorites   0 Comments

Color spaces of #ddba0e

RGB 22118614
HSL0.140.880.46
HSV50°94°87°
CMYK 0.000.160.94   0.13
XYZ47.457050.52177.6659
Yxy50.52170.44920.4782
Hunter Lab71.0786-5.208643.3605
CIE-Lab76.3884-1.560776.7060

#ddba0e color RGB value is (221,186,14).

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

The process color (four color CMYK) of #ddba0e color hex is 0.00, 0.16, 0.94, 0.13. Web safe color of #ddba0e is #cccc00. Color #ddba0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 00001110
Octal 335 272 16
Decimal 221 186 14
Hex DD BA E

RGB Percentages of Color #ddba0e

%52.49
%44.18
%3.33

CMYK Percentages of Color #ddba0e

%0
%16
%94
%13

Triadic Colors of #ddba0e

#ddba0e #0eddba #ba0edd

Analogous Colors of #ddba0e

#ddba0e #99dd0e #dd520e

Monochromatic Colors of #ddba0e

#ddba0e

Complementary Color

#ddba0e #0e31dd

#ddba0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddba0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddba0e Color CSS Codes

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

#ddba0e Text Font Color

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

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


#ddba0e Background Color

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

This div background color is #ddba0e


#ddba0e Border Color

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

This div border color is #ddba0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddba0e


Comments

No comments written yet.

Please login to write comment.