Color Hex Logo

#ddab0b Color Hex

#DDAB0B
(221,171,11)
0 Favorites   0 Comments

Color spaces of #ddab0b

RGB 22117111
HSL0.130.910.45
HSV46°95°87°
CMYK 0.000.230.95   0.13
XYZ44.442144.52216.5679
Yxy44.52210.46520.4660
Hunter Lab66.72492.121440.8714
CIE-Lab72.57616.287274.2808

#ddab0b color RGB value is (221,171,11).

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

The process color (four color CMYK) of #ddab0b color hex is 0.00, 0.23, 0.95, 0.13. Web safe color of #ddab0b is #cc9900. Color #ddab0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 00001011
Octal 335 253 13
Decimal 221 171 11
Hex DD AB B

RGB Percentages of Color #ddab0b

%54.84
%42.43
%2.73

CMYK Percentages of Color #ddab0b

%0
%23
%95
%13

Triadic Colors of #ddab0b

#ddab0b #0bddab #ab0bdd

Analogous Colors of #ddab0b

#ddab0b #a6dd0b #dd420b

Monochromatic Colors of #ddab0b

#ddab0b

Complementary Color

#ddab0b #0b3ddd

#ddab0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab0b Color CSS Codes

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

#ddab0b Text Font Color

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

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


#ddab0b Background Color

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

This div background color is #ddab0b


#ddab0b Border Color

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

This div border color is #ddab0b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,171,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 #ddab0b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab0b


Comments

No comments written yet.

Please login to write comment.