Color Hex Logo

#ddd400 Color Hex

#DDD400
(221,212,0)
0 Favorites   0 Comments

Color spaces of #ddd400

RGB 2212120
HSL0.161.000.43
HSV58°100°87°
CMYK 0.000.041.00   0.13
XYZ53.362362.45919.2433
Yxy62.45910.42670.4994
Hunter Lab79.0311-17.780048.3873
CIE-Lab83.1570-14.921583.0609

#ddd400 color RGB value is (221,212,0).

#ddd400 hex color red value is 221, green value is 212 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #ddd400 hue: 0.16 , saturation: 1.00 and the lightness value of ddd400 is 0.43.

The process color (four color CMYK) of #ddd400 color hex is 0.00, 0.04, 1.00, 0.13. Web safe color of #ddd400 is #cccc00. Color #ddd400 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 00000000
Octal 335 324 0
Decimal 221 212 0
Hex DD D4 0

RGB Percentages of Color #ddd400

%51.04
%48.96
%0.00

CMYK Percentages of Color #ddd400

%0
%4
%100
%13

Triadic Colors of #ddd400

#ddd400 #00ddd4 #d400dd

Analogous Colors of #ddd400

#ddd400 #78dd00 #dd6600

Monochromatic Colors of #ddd400

#ddd400

Complementary Color

#ddd400 #0009dd

#ddd400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd400 Color CSS Codes

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

#ddd400 Text Font Color

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

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


#ddd400 Background Color

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

This div background color is #ddd400


#ddd400 Border Color

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

This div border color is #ddd400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd400


Comments

No comments written yet.

Please login to write comment.