Color Hex Logo

#ddd01d Color Hex

#DDD01D
(221,208,29)
0 Favorites   0 Comments

Color spaces of #ddd01d

RGB 22120829
HSL0.160.770.49
HSV56°87°87°
CMYK 0.000.060.87   0.13
XYZ52.596460.572610.0820
Yxy60.57260.42670.4915
Hunter Lab77.8284-15.569546.7994
CIE-Lab82.1484-12.557478.7401

#ddd01d color RGB value is (221,208,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 00011101
Octal 335 320 35
Decimal 221 208 29
Hex DD D0 1D

RGB Percentages of Color #ddd01d

%48.25
%45.41
%6.33

CMYK Percentages of Color #ddd01d

%0
%6
%87
%13

Triadic Colors of #ddd01d

#ddd01d #1dddd0 #d01ddd

Analogous Colors of #ddd01d

#ddd01d #8add1d #dd701d

Monochromatic Colors of #ddd01d

#ddd01d

Complementary Color

#ddd01d #1d2add

#ddd01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd01d Color CSS Codes

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

#ddd01d Text Font Color

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

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


#ddd01d Background Color

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

This div background color is #ddd01d


#ddd01d Border Color

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

This div border color is #ddd01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd01d


Comments

No comments written yet.

Please login to write comment.