Color Hex Logo

#ddbb5a Color Hex

#DDBB5A
(221,187,90)
0 Favorites   0 Comments

Color spaces of #ddbb5a

RGB 22118790
HSL0.120.660.61
HSV44°59°87°
CMYK 0.000.150.59   0.13
XYZ49.434651.651017.0370
Yxy51.65100.41850.4373
Hunter Lab71.8686-2.989536.2529
CIE-Lab77.07170.929152.6960

#ddbb5a color RGB value is (221,187,90).

#ddbb5a hex color red value is 221, green value is 187 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ddbb5a hue: 0.12 , saturation: 0.66 and the lightness value of ddbb5a is 0.61.

The process color (four color CMYK) of #ddbb5a color hex is 0.00, 0.15, 0.59, 0.13. Web safe color of #ddbb5a is #cccc66. Color #ddbb5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 01011010
Octal 335 273 132
Decimal 221 187 90
Hex DD BB 5A

RGB Percentages of Color #ddbb5a

%44.38
%37.55
%18.07

CMYK Percentages of Color #ddbb5a

%0
%15
%59
%13

Triadic Colors of #ddbb5a

#ddbb5a #5addbb #bb5add

Analogous Colors of #ddbb5a

#ddbb5a #bedd5a #dd7a5a

Monochromatic Colors of #ddbb5a

#ddbb5a

Complementary Color

#ddbb5a #5a7cdd

#ddbb5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb5a Color CSS Codes

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

#ddbb5a Text Font Color

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

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


#ddbb5a Background Color

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

This div background color is #ddbb5a


#ddbb5a Border Color

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

This div border color is #ddbb5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb5a


Comments

No comments written yet.

Please login to write comment.