Color Hex Logo

#ddba0c Color Hex

#DDBA0C
(221,186,12)
0 Favorites   0 Comments

Color spaces of #ddba0c

RGB 22118612
HSL0.140.900.46
HSV50°95°87°
CMYK 0.000.160.95   0.13
XYZ47.444150.51657.5979
Yxy50.51650.44950.4786
Hunter Lab71.0750-5.228543.4144
CIE-Lab76.3852-1.582976.9454

#ddba0c color RGB value is (221,186,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 00001100
Octal 335 272 14
Decimal 221 186 12
Hex DD BA C

RGB Percentages of Color #ddba0c

%52.74
%44.39
%2.86

CMYK Percentages of Color #ddba0c

%0
%16
%95
%13

Triadic Colors of #ddba0c

#ddba0c #0cddba #ba0cdd

Analogous Colors of #ddba0c

#ddba0c #98dd0c #dd520c

Monochromatic Colors of #ddba0c

#ddba0c

Complementary Color

#ddba0c #0c2fdd

#ddba0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddba0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddba0c Color CSS Codes

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

#ddba0c Text Font Color

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

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


#ddba0c Background Color

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

This div background color is #ddba0c


#ddba0c Border Color

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

This div border color is #ddba0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddba0c


Comments

No comments written yet.

Please login to write comment.