Color Hex Logo

#dddb1d Color Hex

#DDDB1D
(221,219,29)
0 Favorites   0 Comments

Color spaces of #dddb1d

RGB 22121929
HSL0.160.770.49
HSV59°87°87°
CMYK 0.000.010.87   0.13
XYZ55.372166.123911.0072
Yxy66.12390.41790.4990
Hunter Lab81.3166-20.755448.8960
CIE-Lab85.0596-18.007781.0722

#dddb1d color RGB value is (221,219,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 00011101
Octal 335 333 35
Decimal 221 219 29
Hex DD DB 1D

RGB Percentages of Color #dddb1d

%47.12
%46.70
%6.18

CMYK Percentages of Color #dddb1d

%0
%1
%87
%13

Triadic Colors of #dddb1d

#dddb1d #1ddddb #db1ddd

Analogous Colors of #dddb1d

#dddb1d #7fdd1d #dd7b1d

Monochromatic Colors of #dddb1d

#dddb1d

Complementary Color

#dddb1d #1d1fdd

#dddb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddb1d Color CSS Codes

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

#dddb1d Text Font Color

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

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


#dddb1d Background Color

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

This div background color is #dddb1d


#dddb1d Border Color

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

This div border color is #dddb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddb1d


Comments

No comments written yet.

Please login to write comment.