color codes Logo

#dda10b color codes

#DDA10B
(221,161,11)
0 Favorites   0 Comments

Color spaces of #dda10b

RGB 22116111
HSL0.120.910.45
HSV43°95°87°
CMYK 0.000.270.95   0.13
XYZ42.624140.88615.9619
Yxy40.88610.47640.4570
Hunter Lab63.94227.089739.2314
CIE-Lab70.096011.611572.4955

#dda10b color RGB value is (221,161,11).

#dda10b hex color red value is 221, green value is 161 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dda10b hue: 0.12 , saturation: 0.91 and the lightness value of dda10b is 0.45.

The process color (four color CMYK) of #dda10b color code is 0.00, 0.27, 0.95, 0.13. Web safe color of #dda10b is #cc9900. Color #dda10b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 00001011
Octal 335 241 13
Decimal 221 161 11
Hex DD A1 B

RGB Percentages of Color #dda10b

%56.23
%40.97
%2.80

CMYK Percentages of Color #dda10b

%0
%27
%95
%13

Triadic Colors of #dda10b

#dda10b #0bdda1 #a10bdd

Analogous Colors of #dda10b

#dda10b #b0dd0b #dd380b

Monochromatic Colors of #dda10b

#dda10b

Complementary Color

#dda10b #0b47dd

#dda10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda10b Color CSS Codes

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

#dda10b Text Font Color

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

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


#dda10b Background Color

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

This div background color is #dda10b


#dda10b Border Color

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

This div border color is #dda10b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda10b


Comments

No comments written yet.

Please login to write comment.