Color Hex Logo

#ddbb1e Color Hex

#DDBB1E
(221,187,30)
0 Favorites   0 Comments

Color spaces of #ddbb1e

RGB 22118730
HSL0.140.760.49
HSV49°86°87°
CMYK 0.000.150.86   0.13
XYZ47.823551.00658.5530
Yxy51.00650.44540.4750
Hunter Lab71.4188-5.455742.8927
CIE-Lab76.6829-1.811974.1438

#ddbb1e color RGB value is (221,187,30).

#ddbb1e hex color red value is 221, green value is 187 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ddbb1e hue: 0.14 , saturation: 0.76 and the lightness value of ddbb1e is 0.49.

The process color (four color CMYK) of #ddbb1e color hex is 0.00, 0.15, 0.86, 0.13. Web safe color of #ddbb1e is #cccc33. Color #ddbb1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 00011110
Octal 335 273 36
Decimal 221 187 30
Hex DD BB 1E

RGB Percentages of Color #ddbb1e

%50.46
%42.69
%6.85

CMYK Percentages of Color #ddbb1e

%0
%15
%86
%13

Triadic Colors of #ddbb1e

#ddbb1e #1eddbb #bb1edd

Analogous Colors of #ddbb1e

#ddbb1e #a0dd1e #dd5b1e

Monochromatic Colors of #ddbb1e

#ddbb1e

Complementary Color

#ddbb1e #1e40dd

#ddbb1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb1e Color CSS Codes

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

#ddbb1e Text Font Color

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

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


#ddbb1e Background Color

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

This div background color is #ddbb1e


#ddbb1e Border Color

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

This div border color is #ddbb1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb1e


Comments

No comments written yet.

Please login to write comment.