Color Hex Logo

#dddb1e Color Hex

#DDDB1E
(221,219,30)
0 Favorites   0 Comments

Color spaces of #dddb1e

RGB 22121930
HSL0.160.760.49
HSV59°86°87°
CMYK 0.000.010.86   0.13
XYZ55.384766.128911.0734
Yxy66.12890.41770.4988
Hunter Lab81.3197-20.737848.8502
CIE-Lab85.0621-17.987080.8902

#dddb1e color RGB value is (221,219,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 00011110
Octal 335 333 36
Decimal 221 219 30
Hex DD DB 1E

RGB Percentages of Color #dddb1e

%47.02
%46.60
%6.38

CMYK Percentages of Color #dddb1e

%0
%1
%86
%13

Triadic Colors of #dddb1e

#dddb1e #1edddb #db1edd

Analogous Colors of #dddb1e

#dddb1e #80dd1e #dd7c1e

Monochromatic Colors of #dddb1e

#dddb1e

Complementary Color

#dddb1e #1e20dd

#dddb1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddb1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddb1e Color CSS Codes

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

#dddb1e Text Font Color

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

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


#dddb1e Background Color

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

This div background color is #dddb1e


#dddb1e Border Color

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

This div border color is #dddb1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddb1e


Comments

No comments written yet.

Please login to write comment.